Krzysztof Andrzej Sikorski commited on 2022-04-26 01:23:09
Showing 1 changed files, with 10 additions and 0 deletions.
... | ... |
@@ -1,3 +1,13 @@ |
1 |
+# Version 1.0.0 |
|
2 |
+ |
|
3 |
+- create interfaces and classes to represent leaderboard table as seen in game |
|
4 |
+- create Doctrine entities to persist these leaderboard tables in database |
|
5 |
+- implement general parser infrastructure to handle stored page views |
|
6 |
+- implement parser for Breath 4 final leaderboards |
|
7 |
+- implement a public page for browsing leaderboards |
|
8 |
+- create and apply basic UI theme/styling, based on Tailwind CSS |
|
9 |
+- some more internal code cleanups |
|
10 |
+ |
|
1 | 11 |
# Version 0.5.0 |
2 | 12 |
|
3 | 13 |
- fix crash in token command on empty username input |
4 | 14 |