Skip to content

Commit d4e6481

Browse files
committed
feat: its always april fools
1 parent 0fd142c commit d4e6481

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.github/ISSUE_TEMPLATE/report-bug.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ body:
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
@@ -54,6 +57,7 @@ body:
5457
- Android (32-bit)
5558
- MacOS (Intel)
5659
- MacOS (M1)
60+
- iOS
5761
validations:
5862
required: true
5963
- type: textarea

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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",

src/utils/utils.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)