chore(release): 0.4.0
[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.4.0](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.4.0;hp=v0.3.6;ds=sidebyside) (2023-09-29)
6
7
8 ### ⚠ BREAKING CHANGES
9
10 * dungeon traversal
11
12 ### Features
13
14 * cleanup chat commands 074d6ad
15 * dungeon traversal 2ec43df
16 * min level for all locations 2be0160
17 * psql based event system 43f0bc3
18
19
20 ### Bug Fixes
21
22 * auto-enter dungeon if you are in it dfa62a7
23 * remove log of 0 events being flushed 552c744
24
25 ### [0.3.6](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.6;hp=v0.3.5;ds=sidebyside) (2023-09-06)
26
27
28 ### Features
29
30 * chat command to set player level 9ced477
31 * rbac support with admin permission 940079d
32
33 ### [0.3.5](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.5;hp=v0.3.4;ds=sidebyside) (2023-09-06)
34
35
36 ### Bug Fixes
37
38 * reduce specials to 10% 5beba79
39
40 ### [0.3.4](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.4;hp=v0.3.3;ds=sidebyside) (2023-09-06)
41
42
43 ### Bug Fixes
44
45 * add missing migration d7268ba
46
47 ### [0.3.3](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.3;hp=v0.3.2;ds=sidebyside) (2023-09-06)
48
49
50 ### Features
51
52 * add debug/error methods to logger 3238965
53 * display equippable hand option only d7569d3
54 * migrate to augmenting express.Request interface d820e11
55 * monster variants b8bed23
56 * remove body-part targeting c6a5f62
57 * variable level monsters b5577b4
58
59
60 ### Bug Fixes
61
62 * min/max level definitions for monsters bedec85
63
64 ### [0.3.2](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.2;hp=v0.3.1;ds=sidebyside) (2023-09-01)
65
66
67 ### Features
68
69 * `/online` to list usernames of all online players 3e37d7f
70
71
72 ### Bug Fixes
73
74 * add missing "Back to Town" button 0752f70
75 * skills not progressing with use 36b7b7c
76 * small chat style tweaks e6b5884
77
78 ### [0.3.1](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.1;hp=v0.3.0;ds=sidebyside) (2023-08-31)
79
80
81 ### Bug Fixes
82
83 * add button that goes back to town from any page 06c0e48
84 * spells support durability 2dbb9b8
85 * stop z-stacking alert messages 6e756e8
86 * tooltip text centered due to media-query cbfebd1
87
88 ## [0.3.0](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.3.0;hp=v0.2.17;ds=sidebyside) (2023-08-30)
89
90
91 ### ⚠ BREAKING CHANGES
92
93 * vigor mortensen
94
95 ### Features
96
97 * display optimal level range for monsters 5878793
98 * move alerts to bottom of main section 9575cfb
99 * repairing damaged equipment 161b5bf
100 * unequip items if they hit 0 ap in battle bc9e05f
101 * vigor mortensen f6aba7a
102
103
104 ### Bug Fixes
105
106 * spacing for stat increase button 61e6d07
107
108 ### [0.2.17](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.17;hp=v0.2.16;ds=sidebyside) (2023-08-25)
109
110
111 ### Bug Fixes
112
113 * xss username on signup a827642
114
115 ### [0.2.16](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.16;hp=v0.2.15;ds=sidebyside) (2023-08-25)
116
117
118 ### Bug Fixes
119
120 * properly increment skill level 24e6b3b
121
122 ### [0.2.15](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.15;hp=v0.2.14;ds=sidebyside) (2023-08-25)
123
124
125 ### Features
126
127 * expoential exp drop-off/gain c8bd4d6
128
129
130 ### Bug Fixes
131
132 * add block timer for casting and clear after fight bffb415
133 * make signup collapsible 97b3c28
134 * rate limit fights! 235d836
135 * standardize blocking timeouts for buttons 01d06ca
136 * time displays at 0 for midnight 789380b
137
138 ### [0.2.14](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.14;hp=v0.2.13;ds=sidebyside) (2023-08-21)
139
140
141 ### Features
142
143 * display travel progress d66fcf8
144
145 ### [0.2.13](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.13;hp=v0.2.12;ds=sidebyside) (2023-08-21)
146
147
148 ### Bug Fixes
149
150 * strip all tags in chat 9da5336
151
152 ### [0.2.12](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.12;hp=v0.2.11;ds=sidebyside) (2023-08-21)
153
154
155 ### Features
156
157 * return to town button while travelling fd070de
158
159
160 ### Bug Fixes
161
162 * xss chat input 943cbc3
163
164 ### [0.2.11](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.11;hp=v0.2.10;ds=sidebyside) (2023-08-21)
165
166
167 ### Bug Fixes
168
169 * chat history clearning existing chat on load 8a7161c
170 * green button colors b8755db
171 * migrate recruiter to htmx 8f42a66
172
173 ### [0.2.10](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.10;hp=v0.2.9;ds=sidebyside) (2023-08-18)
174
175
176 ### Features
177
178 * add icons for beginner equipment 218a9ee
179 * increase hp gain rate 1f9aaf6
180
181
182 ### Bug Fixes
183
184 * background not appearing if reload during fight 64a76af
185 * cant perform other actions in a fight b1a1999
186 * chat timeline to messages show up chronologically b82a2ef
187 * dont display death text after fleeing 2a1bffe
188 * missing % from player bar a0606a5
189 * move purchase button under icon in stores 93aeef5
190 * only disable equipping/unequipping in a fight b6e9f9a
191
192 ### [0.2.9](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.9;hp=v0.2.8;ds=sidebyside) (2023-08-15)
193
194
195 ### Features
196
197 * default player to the Explore tab 9b5b9fa
198 * new UI c793612
199
200
201 ### Bug Fixes
202
203 * avatar takes up too much space on mobile dced2d0
204
205 ### [0.2.8](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.8;hp=v0.2.7;ds=sidebyside) (2023-08-10)
206
207
208 ### Bug Fixes
209
210 * migrate signup/login form to htmx 26e475c
211
212 ### [0.2.7](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.7;hp=v0.2.6;ds=sidebyside) (2023-08-09)
213
214
215 ### Bug Fixes
216
217 * reduce spam requests on /status 5862d25
218 * seed equipment info bac2f63
219 * time displays 0pm at noon instead of 12pm 4993906
220
221 ### [0.2.6](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.6;hp=v0.2.5;ds=sidebyside) (2023-08-09)
222
223
224 ### Bug Fixes
225
226 * armour icon support 4f6823d
227 * auto-load player object and place in request 7079401
228 * chat history calls clearing chat 0d1626c
229 * migrate stat increase to htmx 734e42d
230
231 ### [0.2.5](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.5;hp=v0.2.4;ds=sidebyside) (2023-08-05)
232
233
234 ### Features
235
236 * add health-potion functionality 2f13844
237 * purchasable items from the store 4d8b8b1
238
239
240 ### Bug Fixes
241
242 * migrate chat to htmx 34c9eae
243 * migrate explore fight to htmx d955aa8
244 * migrate exploring to htmx 1580d3a
245 * migrate healer to htmx 18e87bf
246 * migrate inventory to htmx 0a45adb
247 * migrate item usage to htmx 6fb15e2
248 * migrate shops to htmx 09b3c0d
249 * migrate skills page to htmx c0de5fa
250 * profile page to html (wip) eeead89
251 * remove unnecessary console.log e547728
252 * rename shop_items to shop_equipment 68d481a
253 * support time display e110480
254
255 ### [0.2.4](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.4;hp=v0.2.3;ds=sidebyside) (2023-07-29)
256
257
258 ### Bug Fixes
259
260 * filtered shop views f160ce2
261 * time gradients not scaled properly 2b5a905
262
263 ### [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)
264
265
266 ### Bug Fixes
267
268 * spacing of time on mobile 1db9c53
269
270 ### [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)
271
272
273 ### Features
274
275 * first profile picture ab0d041
276
277
278 ### Bug Fixes
279
280 * 3s delay when clicking the button to keep walking 8710ea9, closes #11
281 * display right background based on travelled distance 5f6b5f9
282 * extend in-game day to 2 IRL hours 8e44b72
283
284 ### [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)
285
286
287 ### Bug Fixes
288
289 * only run into monsters 20% of the time 84c3282
290
291 ## [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)
292
293
294 ### ⚠ BREAKING CHANGES
295
296 * travelling between towns!
297
298 ### Features
299
300 * paths now define a distance between them 53b5ae7
301 * return to town button if killed while travelling 9325533
302 * travelling between towns! 621c35b
303 * when you die your travel plan is discarded 6f21c21
304
305
306 ### Bug Fixes
307
308 * back to town button after healing 7f29b2f
309 * disable switching tabs in a fight ea7eafe
310 * display stat vals without sign or coloring bf702a6
311 * display the image from the destination city at 50% progress 084353a
312 * replace city background if you die while travelling 8a15f77
313 * travel now takes X steps c4f9b81
314
315 ### [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)
316
317
318 ### Features
319
320 * allow users to log out 22d96bc
321 * display current deployed version in UI a717a30
322
323
324 ### Bug Fixes
325
326 * casting now uses INT instead of CON 223bc6d
327 * check players hp before allowing them to start a battle 4d7a556, closes #2
328 * move jquery to a webpack external to reduce bundle size 56baafa
329 * prod build process + migration cecab78
330
331 ## [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)
332
333
334 ### ⚠ BREAKING CHANGES
335
336 * players get stat points on every level up
337
338 ### Features
339
340 * players get stat points on every level up 1c9c8a5, closes #5
341
342
343 ### Bug Fixes
344
345 * define stats as an enum for easier iteration f113d4a
346 * spacing of stats/equipped items section on mobile 9f45e48
347
348 ### [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)
349
350
351 ### Features
352
353 * add damage mitigation to armour f8156c8, closes #3
354
355 ### [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)
356
357
358 ### Bug Fixes
359
360 * give users free healing if they have less than 20g 8dbffa6
361 * type in temp professional services 5671ff4
362
363 ### 0.0.1 (2023-07-04)
364
365
366 ### Bug Fixes
367
368 * background gradient doesnt span full height 20d6206
369 * cache main map screen 1a5ad09
370 * client socket sometimes sends events before server finished auth 6d3944f
371 * display error if trying to log in with invalid creds 5bc3c9f
372 * display HP+ for restoration spells 39dc648
373 * display login message to all players 2bb30ea
374 * display when your armour gets destroyed and actual HP damage 067db3b
375 * empty skills usage causes fights to freeze 1da6f3b
376 * level <= 3 is free healing 23646fd
377 * make main page section more legible f85442e
378 * missing defined type 7aa155d
379 * monster selector autoselects previous monster a563227
380 * new players didn't get profession level set ef3cf37
381 * new players don't get their profession set 3d591f9
382 * switching between tabs doesnt always work 375c2fd
383 * users city location not persisting 86d54fb