mobmash.click/CHANGELOG.md

100 lines
2 KiB
Markdown
Raw Normal View History

2024-08-05 20:43:13 +00:00
## 0.2.7 (2024-08-05)
### Fix
- Initial pairing doesn't have csrf token yet
2024-08-05 20:06:50 +00:00
## 0.2.6 (2024-08-05)
### Fix
- Typo in command
2024-08-05 20:05:40 +00:00
## 0.2.5 (2024-08-05)
### Fix
- Remove resources folder before mirroring in deploy workflow + add debug output
2024-08-05 19:53:52 +00:00
## 0.2.4 (2024-08-05)
### Fix
- Missing delimiter in regex in deploy workflow
2024-08-05 19:52:03 +00:00
## 0.2.3 (2024-08-05)
### Fix
- Missing quote in deploy workflow
2024-08-05 19:43:29 +00:00
## 0.2.2 (2024-08-05)
### Fix
- Wrong sed syntax in deploy workflow
2024-08-05 19:39:59 +00:00
## 0.2.1 (2024-08-05)
### Fix
- We don't use a prefix in the version tag
2024-08-05 19:38:06 +00:00
## 0.2.0 (2024-08-05)
### Feat
- Add housekeeping bin + slight restructure of cron jobs
### Fix
- Add missing configuration to config file
2024-08-04 19:27:41 +00:00
## 0.1.0 (2024-08-04)
### Feat
- Add version number to layout
- Add links to Minecraft Wiki on results page
- Add disclaimer to footer
- Add contact section to about page
- Add privacy notice page
- Add New Pairing button
- Add audit log
- A bit of styling for links + add thanks block for web design
- Add about page
- Add page indicator to navbar
- First draft of navbar + changes to sizing
- Add sorting options for results table
- A bit of styling for results table
- Add trend graphs to result page
- Basic results page
- Add history caching
- Use minecraft font
- Change loading animation
- Add no-js fallback
- AJAX loading with loading animation
- Add htmx dependency
- Add CSRF protection
- Add voting logic
- Redo of rating view
- Basics for more advanced pairing
- Add session to match view
- Add custom user agent for API requests
- Add commitizen and version file
- First draft of layout
- Show random mobs in UI
- Basic migration system + initial migration
- Add new mobs to database
- Add image download logic
### Fix
- direction indicators were the wrong way round
- Left side stopped working during previous fix
- expectation calculation was wrong
- winner column was read 1-indexed but written 0-indexed
- img-preload doesn't support data prefix + running cursor fix on load doesn't work
- Use standard html attributes
- Loading animation issues