Releases: aaanh/reroll.ing
Releases · aaanh/reroll.ing
Update servant database 2024-08-06
Update servant database 2024-04-28
Update servant database
Update new servant entry
Bump Go dependency to patch vulnerability
v2.2.0 Stats, session history, new Valentine's servant
Changelog
Frontend
- New feature: Roll history can be stored locally, exported, and imported using the Session History Management module.
- New feature: Simple statistics about your rolls can now be visualized in tables and plots.
Database
No changes functionally.
Backend
Reloaded with newly released Valentine's event servant.
Full Changelog: v2.1.0...v2.2.0
v2.1.0 Improve database functions, add new servant entries
v2.0.0 Staggered rendering, animations, servants index page
Changelog
What's changed
Database
- Database update to include 2 new servants
Frontend
- Roll slots are now rendered in a staggered mode to closely simulate the in-game logic
- Animations for 4 and 5-star servants
- Clicking on rolled servants to view detailed stats
- Ability to navigate through rolled servants in the pop-up modal
- Servants index page
- All servants on one page
- Quickly jump to a collection number
- Click on a servant card to go to their detailed stats page
Server
- Change
/servant
endpoints to/servants
to conform to API naming conventions - Add
/servants
endpoint to query all servants from the database - Update CORS options
Full Changelog: https://github.com/aaanh/reroll.ing/commits/v2.0.0
v1.0.0 Rebase version tagging in accordance with SemVer
Changelog
🎊Happy New Year 🎊
This version adds more servant properties into the database, updates the database driver, the API server and frontend accordingly.
Frontend
- Display more details about the servant when selected on a dynamic routing
/servant/[collectionNo]
- Highlight servant roll slot on hover
- Improve roll display
API Server
- Update to support more properties
- Add
/health
endpoint for basic health check
Database
- Update the
update
method - Update database insert method
- Add
full-update
CLI option to pull image assets directly from Atlas Academy API - Update SQL init query
Full Changelog: v1.1.1-20231228...v2.0.0-20240101