Skip to content

Releases: aaanh/reroll.ing

Update servant database 2024-08-06

06 Aug 17:00
c86427c
Compare
Choose a tag to compare

Update servant database 2024-04-28

28 Apr 06:11
3455a41
Compare
Choose a tag to compare

Update servant database

26 Mar 01:34
6b3972b
Compare
Choose a tag to compare

Update new servant entry

Bump Go dependency to patch vulnerability

v2.2.0 Stats, session history, new Valentine's servant

14 Feb 17:15
39f1229
Compare
Choose a tag to compare

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

17 Jan 20:52
928c48f
Compare
Choose a tag to compare

v2.0.0 Staggered rendering, animations, servants index page

15 Jan 01:03
Compare
Choose a tag to compare

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

01 Jan 19:03
Compare
Choose a tag to compare

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