Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Releases: Pogify/pogify

Pogify Beta v0.1.0-beta.2

15 Sep 01:33
Compare
Choose a tag to compare
Pre-release

This is the second beta release that incorporate a bunch of code refactoring and implementation that increases stability of the web app overall.
Some improvements include :

  • Pogify app now polls the Spotify Playback SDK for state information instead of waiting for published events.
    • This has increased the predictability of the Spotify Playback SDK and has allowed us to clean up a lot of workarounds that was made necessary because we were on an events based system.
  • We have reworked the messaging system which has allowed us to minimize Spotify network calls by a third of what was before.
    • By incorporating into messages the track_window that is returned by the Spotify Playback SDK, we are able to reduce calls to the Spotify API.
  • A whole new UI!
    • our design team has been hard at work and has designed a whole new UI that looks and feels a lot better than before.
  • A bunch of under the hood code refactoring for stability and clarity.

Pogify Beta

01 Sep 00:55
fb46288
Compare
Choose a tag to compare
Pogify Beta Pre-release
Pre-release

We have reached Pogify Beta! 🎉

We have fleshed out, cleaned up, and refactored a TON of code and are confident enough to step one step closer to a production ready release.

There is not any new features of note but what we had should be very very much more stable!
Please open a ticket if you have any feedback.