Skip to content

Releases: GodTamIt/.NET-Google-Music-API

New UI & Full WebClient

13 Nov 05:51
Compare
Choose a tag to compare

This release features a redone WebClient that is now complete in features and functionality. Additionally, this release features a completely revamped testing UI that demonstrates the features of the program.

Changes:
+Make WebClient compatible with new Google APIs
+Finish WebClient feature-set
+Implement progress reporting for long-running functions with the new IProgress interface
+Overhaul testing UI to better showcase features of the API
+Fix minor bugs within the WebClient

There will be a shift of focus in development after this release. All future development will be focused on the MusicManagerClient, as the WebClient is now stable.

Files:
+GoogleMusicAPI.zip contains just the essential libraries for the API.
+GoogleMusicAPI.xml is the XML documentation for the Google Music API
+GoogleMusicUI.zip contains a program showcasing the API

Initial Release (v1.0.0)

22 Jun 05:43
Compare
Choose a tag to compare

This release is fully functional implementation of Google Music's API. It is (relatively) stable from initial testing and finally fixes the bugs with the Music Manager client.

This was intended to be a simple, stable release. However, it does not feature the following features that are still being completely rewritten from scratch:
-Consistent asynchronous model with .NET Framework 4.5.1 APIs
-Full implementation of the Google Music API (missing parts of both the WebClient and MusicManagerClient)
New progress reporting model
-Memory optimizations (better use of streams, GC management of LOH, etc.)