This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
Releases: fizvlad/vk-music-rb
Releases · fizvlad/vk-music-rb
Vkdonate v4.1
VkMusic v4
Gem rewritten and covered with rspec+vcr tests
VkMusic v3.1.2
Changed:
- Changed internal audio data (It was noticed that some audios can't be loaded without first secret, but do load when first secret is equal to second one)
VkMusic v3.1.1
For some reason I decided to not make release for v3 🤔
The main goal of creating v3 was to make all the methods work better internally. Also lot of renamings were applied, so consider looking through documentation once again.
Changed:
- Methods
Added:
- Searching for playlists
- Loading recommendations, novices and other
block
s
VkMusic v2.2.1
Changed:
- Login page
Added:
Client#initialize
now have option to setup custom user_agent
VkMusic v2.2.0
Changed:
- Moved to using bundler for routines
- Pretty print for audios
- Artist and title are now getting stripped
- Better initializing audio from node
- Changed methods
Client#post
andClient#from_id
. See documentation
Added:
full_id
method for audiosattached_audios
method- Some utility methods
Removed:
attached_audios_amount
method- Warning on loading big playlist
VkMusic v2.1.5
Fixed bug with missing method for Audio
class
VkMusic v2.1.4
Fixed bug with Client#from_id
method which was changing initial values
VkMusic v2.1.3
Fixed bug with Audio
VkMusic v2.1.2
Fix for last release :(