Skip to content

Commit

Permalink
update changelog & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xHossein committed Aug 26, 2021
1 parent 4b7fb58 commit 512764e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.2.2
*2021-08-26*

- Added User model
- Added get_user_by_url() method
- Added get_user_by_username() method
- Added get_user_followers() method
- Added get_user_following() method
- Added follow_user() method
- Added unfollow_user() method
- Added my_followers() method
- Added my_following() method
- Added bio argument to account_edit() method
- Changed name of Profile model to ShortUser
- Changed name of attribute from profiles to users in SearchResults model
- Changed name of my_following() [old method] to following_artists() method
- Fixed unclosed file in upload_photo() by using context manager

## 0.2.0
*2021-08-24*

- Added ShortData and MyPlaylists models
- Added logout method for clean logout
- Added logout() method for clean logout
- Added new exceptions
- Removed ComingSoon model and get_coming_soon() method
- Changed name of some exceptions
Expand All @@ -21,8 +39,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Changed arguments of actions methods (like, follow, ...) from Object to media id or artist name
- Changed arguments of create, rename and delete playlists methods from Object to ids
- Changed arguments of add or remove a song/video methods from Object to ids
- Fixed bug in url_to_id() (When url contains '(' or ')')
- Fixed bug in change_password() (Now update cookies)
- Fixed bug in url_to_id() [ When url contains "(" or ")" ]
- Fixed bug in change_password() [ Now updates cookies ]
- Fixed bug in change_photo()
- Fixed bug in remove_photo()
- Fixed bug in get_artist_by_name() by encoding url params via quote_plus
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ Support Python >= 3.7

RadioJavan API valid for 24 August 2021 (last reverse-engineering check)

* Get full info of a Song, Video, Podcast, Story, Playlist, Artist, Album, Profile and your Account
* Get full info of a Song, Video, Podcast, Story, Playlist, Artist, Album, User and your Account
* Login by email and password
* Like or Unlike a Song, Video, Podcast and Story
* Follow and Unfollow a Artist or MusicPlaylist
* Like and Unlike a Song, Video, Podcast and Story
* Follow and Unfollow a Artist, User or MusicPlaylist
* Get followers and following of a user
* Create, Rename and Delete a playlist
* Add song or video to playlist or Remove from it
* Edit and Deactive account
Expand Down

0 comments on commit 512764e

Please sign in to comment.