Skip to content

Releases: GreatArcStudios/Equator

1.0.2 Release | Bug Fixes

27 Dec 02:23
Compare
Choose a tag to compare

Change log

  • Fixed crashes relating to OAUTH.
  • Fixed crashing relating to inaccessible songs in playlists.
  • Fixed bug where clicking playlist then users playlists may crash the app.

Note: No installer will be provided for this version; from now on installers will only be provided when features are added. You may replace the old files with the new ones.

Playlist Hotfix

27 Sep 20:59
Compare
Choose a tag to compare

Change log

  • Fixed bug that would cause player to crash if user used an account without playlists.

Initial Release

23 Sep 21:30
Compare
Choose a tag to compare

Hope you enjoy. It's been quite the journey.

  1. Make sure your .NET install version is 4.5.2. Make sure to download the files off of Microsoft's own website.

  2. Please submit all of your questions to greatarkteam@gmail.com.

  3. Please report bugs to either greatarkteam@gmail.com, or use the issues page to submit an issue if you have a Github account. Make sure to indicate what caused action caused the bug, and indicate if you've managed to replicate it and if so how.

  4. Find the EULA here: https://github.com/GreatArcStudios/Equator/blob/master/EULA.md.

  5. The app itself doesn't collect any user data whatsoever. The only data collected may be from the YouTube API, which is Google's business.

  6. Download the app ONLY from here. This is the only official source.

  7. If you ever delete the Equator folder from documents, you'll need go to

C:\Users\USER\AppData\Local\Great_Arc_Studios

and sort the folders by date. Go into the newest folder, and find the .config file in that directory. Open it and find where it says

<setting name="FirstRun" serializeAs="String">
<value>False</value>

and change it to

<setting name="FirstRun" serializeAs="String">
<value>True</value>
  1. If you're looking to fork the repo, please wait! I want to do a restructure in the future. Also, please not that I made the app before learning MVVM (it's my first "made from scratch" app), so I may redo the code in the future to use MVVM techniques.

If you like this app, spread the news. Star the repo, tweet about it, post it on forums. It really helps!