Skip to content

Commit 260c1ab

Browse files
committed
bumping up version number to 2.4.0
1 parent 7880d05 commit 260c1ab

File tree

6 files changed

+22
-10
lines changed

6 files changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
For most recent changes see the project on github: [https://github.com/fmuecke/Ipponboard](https://github.com/fmuecke/Ipponboard)
44

5+
## Version 2.4.0 (2025-02-09)
6+
- (new): eight new mat signal sounds (applause, bell, boxing-bell, clapping, gong, horn, metal-bowl, the-end)
7+
- (new): added shortcuts to start single or team mode from splashscreen (1, 2)
58
- (mod): updated single tournament weight and age classes
69
- (mod): weight classes can now be any string and have to include kg to support the use of groups instead of weights for youth tournaments
10+
- (mod): added and updated TournamentModes to current weight and age classes
711
- (fix): categories are now saved correctly and not duplicated when aborting the CategoryManager
8-
- (new): added shortcuts to start single or team mode from splashscreen (1, 2)
912
- (fix): fixed a crash when Team Edition was started with a TournamentMode with only one round
10-
- (mod): added and updated TournamentModes to current weight and age classes
1113
- (fix): tournament mode data were overwritten when switching through the modes
12-
- (new): eight new mat signal sounds (applause, bell, boxing-bell, clapping, gong, horn, metal-bowl, the-end)
1314

1415
## Version 2.3-experimental (2025-01-19)
1516
- (new): added IJF-2025 rules which re-introduced yuko

CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Your contributions, whether big or small, are greatly appreciated!
77

88
- **[Florian Mücke](https://github.com/fmuecke)** - Main Developer, original idea realization
99
- **Ralf Bernhard** - Initial Linux port, initiative for migration to cmake/Qt5, [Ipponboard fork](https://gitlab.com/r_bernhard/Ipponboard)
10-
- **[Rainer Bamberger](https://github.com/reinerBa)** - ideas and collaboration
10+
- **[Rainer Bamberger](https://github.com/mahartwig)** - several fixes and improvements
11+
- **[Manuel Hartwig]()
1112

1213
## Special Contributors
1314

i18n/de.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@
301301
</message>
302302
<message>
303303
<location/>
304-
<source>Input weight classes/groups seperated by ";"</source>
305-
<translation>Gewichtsklassen/Gruppen getrennt durch ";" eingeben</translation>
304+
<source>Input weight classes/groups seperated by &quot;;&quot;</source>
305+
<translation>Gewichtsklassen/Gruppen getrennt durch &quot;;&quot; eingeben</translation>
306306
</message>
307307
<message>
308308
<location filename="../base/FightCategoryManagerDlg.cpp" line="+27"/>

i18n/nl.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,16 @@
326326
<source>This name is already taken!</source>
327327
<translation>Deze naam is reeds in gebruik!</translation>
328328
</message>
329+
<message>
330+
<location filename="../base/FightCategoryManagerDlg.ui"/>
331+
<source>0:00 Golden Score Time means Golden Score has no end (or there is no Golden Score at all)</source>
332+
<translation>0:00 Golden Score tijd betekent geen tijdslimiet in de Golden Score (of er is geen Golden Score)</translation>
333+
</message>
334+
<message>
335+
<location/>
336+
<source>Input weight classes/groups seperated by &quot;;&quot;</source>
337+
<translation>Voer gewichtsklassen/groepen in, gescheiden door “;”</translation>
338+
</message>
329339
</context>
330340
<context>
331341
<name>FighterManagerDlg</name>

scripts/create-versioninfo.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ echo Using: BASE_DIR=%BASE_DIR%
1616

1717
:: --> CHANGE VERSION HERE:
1818
SET VER1=2
19-
SET VER2=3
19+
SET VER2=4
2020
SET VER3=0
21-
SET TAG=experimental
21+
SET "TAG="
2222
:: that's it. <--
2323

2424
git log -1 --format=%%h > %BASE_DIR%\.revision

scripts/create-versioninfo.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ echo "Using: BASE_DIR=$BASE_DIR"
1717

1818
# --> CHANGE VERSION HERE:
1919
VER1=2
20-
VER2=3
20+
VER2=4
2121
VER3=0
22-
TAG="experimental"
22+
TAG=""
2323
# that's it. <--
2424

2525
REV=$(git log -1 --format=%h)

0 commit comments

Comments
 (0)