chore(release): 0.1.1
[risinglegends.git] / CHANGELOG.md
1 # Changelog
2
3 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5 ### [0.1.1](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.1.1;hp=v0.1.0;ds=sidebyside) (2023-07-13)
6
7
8 ### Features
9
10 * allow users to log out 22d96bc
11 * display current deployed version in UI a717a30
12
13
14 ### Bug Fixes
15
16 * casting now uses INT instead of CON 223bc6d
17 * check players hp before allowing them to start a battle 4d7a556, closes #2
18 * move jquery to a webpack external to reduce bundle size 56baafa
19 * prod build process + migration cecab78
20
21 ## [0.1.0](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.1.0;hp=v0.0.3;ds=sidebyside) (2023-07-12)
22
23
24 ### ⚠ BREAKING CHANGES
25
26 * players get stat points on every level up
27
28 ### Features
29
30 * players get stat points on every level up 1c9c8a5, closes #5
31
32
33 ### Bug Fixes
34
35 * define stats as an enum for easier iteration f113d4a
36 * spacing of stats/equipped items section on mobile 9f45e48
37
38 ### [0.0.3](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.0.3;hp=v0.0.2;ds=sidebyside) (2023-07-10)
39
40
41 ### Features
42
43 * add damage mitigation to armour f8156c8, closes #3
44
45 ### [0.0.2](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.0.2;hp=v0.0.1;ds=sidebyside) (2023-07-07)
46
47
48 ### Bug Fixes
49
50 * give users free healing if they have less than 20g 8dbffa6
51 * type in temp professional services 5671ff4
52
53 ### 0.0.1 (2023-07-04)
54
55
56 ### Bug Fixes
57
58 * background gradient doesnt span full height 20d6206
59 * cache main map screen 1a5ad09
60 * client socket sometimes sends events before server finished auth 6d3944f
61 * display error if trying to log in with invalid creds 5bc3c9f
62 * display HP+ for restoration spells 39dc648
63 * display login message to all players 2bb30ea
64 * display when your armour gets destroyed and actual HP damage 067db3b
65 * empty skills usage causes fights to freeze 1da6f3b
66 * level <= 3 is free healing 23646fd
67 * make main page section more legible f85442e
68 * missing defined type 7aa155d
69 * monster selector autoselects previous monster a563227
70 * new players didn't get profession level set ef3cf37
71 * new players don't get their profession set 3d591f9
72 * switching between tabs doesnt always work 375c2fd
73 * users city location not persisting 86d54fb