Skip to content

Releases: jckli/retrievify

v2 Release - New Web App

31 Jul 22:58
8512e4b
Compare
Choose a tag to compare

Visit it here: https://statsify.hayasaka.moe

This includes most of the features from the terminal app, however with more efficiency and better interface.

New:

  • New interactions with Spotify API
  • Storage of a user's data package (locally on browser)

v1.1 - Terminal app updated

17 Dec 11:43
Compare
Choose a tag to compare

Release v1.1

Changelog:

  • Now uses dictionaries for efficient sorting of data.
  • Reworked top songs.
  • Reworked top artists.
  • Reworked total time listened on Spotify.
  • Reworked total time listened in a year.
  • Added total time listened to a song.
  • Added total time listened to a song in a year.
  • Added total time listened to an artist.
  • Added total time listened to an artist in a year.
  • Made Terminal GUI function a bit better.

Summary: Rewrote the whole program again, getting ready for web app development 👍 .

v1.0

31 Aug 04:55
Compare
Choose a tag to compare

Release v1

Changelog:

  • Now uses classes to create a more organized system for the data.
  • Added Top Songs of the data (sorted by how much listened per song)
  • Recreated Total Time Listened
  • Added Total Time Listened by Year
  • Created better GUI for the stats display

Summary: Rewrote the whole program basically.

v0.1

08 Aug 03:11
Compare
Choose a tag to compare

Initial Release