Skip to content

Commit

Permalink
feat: version 1.0.0-RC2 wrap-up
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Feb 17, 2024
1 parent f47e8d3 commit e98bf1a
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# WBSC Scoring Creator
JavaScript-based visualisation tool for WBSC scoring system. The app is powered by [Nuxt](https://nuxtjs.org/).
Live demo (currently v1.0.0-RC1) available at [https://wbsc-scoring.netlify.app/](https://wbsc-scoring.netlify.app/). Refer to [manual](https://wbsc-scoring.netlify.app/help.html) to get usage instructions.
Live demo (currently v1.0.0-RC2) available at [https://wbsc-scoring.netlify.app/](https://wbsc-scoring.netlify.app/). Refer to [manual](https://wbsc-scoring.netlify.app/help.html) to get usage instructions.
This software is distributed under [http://unlicense.org/](UNLICENSE) (free to use without any terms).

## TO-DO list (to be implemented in next few releases)
- Actions from updated version of WBSC scoring manual
- More input validations
- Deeper refactoring after switching to Nuxt 3
- Bug-fixing and output corrections
Expand All @@ -19,6 +18,20 @@ This software is distributed under [http://unlicense.org/](UNLICENSE) (free to u

## History

### Version 1.0.0-RC2 (2024-02-17)
- Features:
- new actions: FC+B & E+B, GDP+O
- adjusted symbols for "advance on GDP" and "advance on INT/OB"
- corrections for batter indicators + play connectors
- 47 new library actions + tests
- Font size adjustments
- Redefined SEO meta tags
- Enhancements - GitHub issues #151, #160, #165, #173, #177, #189, #191, #200, #204, #206
- Bug-fixing - GitHub issues #149, #150, #154, #160, #161, #162, #163, #166, #171, #176, #178, #181, #182, #183, #188, #189, #192, #195, #201, #202, #205

### Version 1.0.0-RC1 (2023-11-12)
- Switched to semantic versioning, no changes

### Version 0.14 (2023-11-12)
- Features:
- new hit locations (GLL + GRL)
Expand Down
8 changes: 6 additions & 2 deletions assets/lang/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"index" : {
"editor" : "Editor rozeher",
"note" : "Aktuálně odlaďujeme poslední chyby ve verzi 1.0.0-RC1",
"note" : "Aktuálně odlaďujeme poslední chyby ve verzi 1.0.0-RC2",
"output" : "Výsledek",
"download" : "Stáhnout obrázek",
"about" : "O programu",
Expand Down Expand Up @@ -289,9 +289,13 @@
"history" : {
"title" : "Historie",
"subtitle" : "(poznámky k jednotlivým verzím)",
"1-0-0-rc2" : {
"title" : "<strong>Verze 1.0.0-RC2</strong> (17.02.2024)",
"features" : "<li>Nové akce - FC+B & E+B, GDP+O</li><li>Doplněny speciální symboly pro postupy na GDP, INT a OB</li><li>Knihovna akcí - 47 nových situací</li><li>Úpravy vykreslování</li><li>Opravy chyb a korekce (21)</li>"
},
"1-0-0-rc1" : {
"title" : "<strong>Verze 1.0.0-RC1</strong> (12.11.2023)",
"features" : "<li>Změna verzování, bsahově shodná s <strong>v0.14</strong></li>"
"features" : "<li>Změna verzování, obsahově shodná s <strong>v0.14</strong></li>"
},
"0-14" : {
"title" : "<strong>Verze 0.14</strong> (12.11.2023)",
Expand Down
8 changes: 6 additions & 2 deletions assets/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"index" : {
"editor" : "Situation editor",
"note" : "Currently we are checking for the last bugs in 1.0.0-RC1 version",
"note" : "Currently we are checking for the last bugs in 1.0.0-RC2 version",
"output" : "Output",
"download" : "Download image",
"about" : "About",
Expand Down Expand Up @@ -289,13 +289,17 @@
"history" : {
"title" : "History",
"subtitle" : "(release notes on each version)",
"1-0-0-rc2" : {
"title" : "<strong>Version 1.0.0-RC2</strong> (2024-02-17)",
"features" : "<li>New actions - FC+B & E+B, GDP+O</li><li>Added special symbols for advances on GDP/INT/OB</li><li>Actions library - 47 new situations</li><li>Adjustments in rendering</li><li>Various bugfixes and corrections (21)</li>"
},
"1-0-0-rc1" : {
"title" : "<strong>Version 1.0.0-RC1</strong> (2023-11-12)",
"features" : "<li>Versioning change with same features as in <strong>v0.14</strong></li>"
},
"0-14" : {
"title" : "<strong>Version 0.14</strong> (2023-11-12)",
"features" : "<li>New actions- GLL, GRL, SB PO, POA + error, BOO -> BOT</li><li>Actions library - 31 new situations</li><li>Browser should rememeber language selection (CZ/EN)</li><li>Adjustments in rendering</li><li>Various bugfixes and corrections</li>"
"features" : "<li>New actions - GLL, GRL, SB PO, POA + error, BOO -> BOT</li><li>Actions library - 31 new situations</li><li>Browser should rememeber language selection (CZ/EN)</li><li>Adjustments in rendering</li><li>Various bugfixes and corrections</li>"
},
"0-13" : {
"title" : "<strong>Version 0.13</strong> (2023-07-28)",
Expand Down
4 changes: 4 additions & 0 deletions pages/project.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
<a id="history" />
<h2>{{ $t('project.history.title') }}</h2>
<h3>{{ $t('project.history.subtitle') }}</h3>
<div class="mb-2">
<p v-html="$t('project.history.1-0-0-rc2.title')" />
<ul class="list-disc" v-html="$t('project.history.1-0-0-rc2.features')" />
</div>
<div class="mb-2">
<p v-html="$t('project.history.1-0-0-rc1.title')" />
<ul class="list-disc" v-html="$t('project.history.1-0-0-rc1.features')" />
Expand Down

0 comments on commit e98bf1a

Please sign in to comment.