File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2121 label : Version
2222 description : What version of GD-Roulette are you running?
2323 options :
24+ - 4.0.4
25+ - 4.0.3
26+ - 4.0.2
2427 - 4.0.1
2528 - 4.0.0
2629 - 3.1.0
5457 - Android (32-bit)
5558 - MacOS (Intel)
5659 - MacOS (M1)
60+ - iOS
5761 validations :
5862 required : true
5963 - type : textarea
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 4.0.4] - 2025-04-01
9+
10+ ### Fixed
11+
12+ - Its always Aprils Fools
13+
814## [ 4.0.3] - 2025-04-01
915
1016### Added
Original file line number Diff line number Diff line change 55 "android" : " 2.2074" ,
66 "mac" : " 2.2074"
77 },
8- "version" : " v4.0.3 " ,
8+ "version" : " v4.0.4 " ,
99 "id" : " spaghettdev.gd-roulette" ,
1010 "name" : " GD-Roulette" ,
1111 "developer" : " SpaghettDev" ,
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ namespace rl
6363
6464 inline bool isAprilFools ()
6565 {
66- return true ;
6766 auto now = std::chrono::system_clock::now ();
6867 auto timeNow = std::chrono::system_clock::to_time_t (now);
6968 auto tm_local = fmt::localtime (timeNow);
You can’t perform that action at this time.
0 commit comments