chore(release): 0.2.3
[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.2.3](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.3;hp=v0.2.2;ds=sidebyside) (2023-07-28)
6
7
8 ### Bug Fixes
9
10 * spacing of time on mobile 1db9c53
11
12 ### [0.2.2](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.2;hp=v0.2.1;ds=sidebyside) (2023-07-28)
13
14
15 ### Features
16
17 * first profile picture ab0d041
18
19
20 ### Bug Fixes
21
22 * 3s delay when clicking the button to keep walking 8710ea9, closes #11
23 * display right background based on travelled distance 5f6b5f9
24 * extend in-game day to 2 IRL hours 8e44b72
25
26 ### [0.2.1](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.1;hp=v0.2.0;ds=sidebyside) (2023-07-27)
27
28
29 ### Bug Fixes
30
31 * only run into monsters 20% of the time 84c3282
32
33 ## [0.2.0](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.0;hp=v0.1.1;ds=sidebyside) (2023-07-27)
34
35
36 ### ⚠ BREAKING CHANGES
37
38 * travelling between towns!
39
40 ### Features
41
42 * paths now define a distance between them 53b5ae7
43 * return to town button if killed while travelling 9325533
44 * travelling between towns! 621c35b
45 * when you die your travel plan is discarded 6f21c21
46
47
48 ### Bug Fixes
49
50 * back to town button after healing 7f29b2f
51 * disable switching tabs in a fight ea7eafe
52 * display stat vals without sign or coloring bf702a6
53 * display the image from the destination city at 50% progress 084353a
54 * replace city background if you die while travelling 8a15f77
55 * travel now takes X steps c4f9b81
56
57 ### [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)
58
59
60 ### Features
61
62 * allow users to log out 22d96bc
63 * display current deployed version in UI a717a30
64
65
66 ### Bug Fixes
67
68 * casting now uses INT instead of CON 223bc6d
69 * check players hp before allowing them to start a battle 4d7a556, closes #2
70 * move jquery to a webpack external to reduce bundle size 56baafa
71 * prod build process + migration cecab78
72
73 ## [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)
74
75
76 ### ⚠ BREAKING CHANGES
77
78 * players get stat points on every level up
79
80 ### Features
81
82 * players get stat points on every level up 1c9c8a5, closes #5
83
84
85 ### Bug Fixes
86
87 * define stats as an enum for easier iteration f113d4a
88 * spacing of stats/equipped items section on mobile 9f45e48
89
90 ### [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)
91
92
93 ### Features
94
95 * add damage mitigation to armour f8156c8, closes #3
96
97 ### [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)
98
99
100 ### Bug Fixes
101
102 * give users free healing if they have less than 20g 8dbffa6
103 * type in temp professional services 5671ff4
104
105 ### 0.0.1 (2023-07-04)
106
107
108 ### Bug Fixes
109
110 * background gradient doesnt span full height 20d6206
111 * cache main map screen 1a5ad09
112 * client socket sometimes sends events before server finished auth 6d3944f
113 * display error if trying to log in with invalid creds 5bc3c9f
114 * display HP+ for restoration spells 39dc648
115 * display login message to all players 2bb30ea
116 * display when your armour gets destroyed and actual HP damage 067db3b
117 * empty skills usage causes fights to freeze 1da6f3b
118 * level <= 3 is free healing 23646fd
119 * make main page section more legible f85442e
120 * missing defined type 7aa155d
121 * monster selector autoselects previous monster a563227
122 * new players didn't get profession level set ef3cf37
123 * new players don't get their profession set 3d591f9
124 * switching between tabs doesnt always work 375c2fd
125 * users city location not persisting 86d54fb