mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-08 00:18:01 +09:00
3.5 KiB
3.5 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. This changlog uses the ISO 8601 date format of (YYYY-MM-DD).
Unreleased
1.5.1 - 2021-06-05
Changed
- Moved Changelog from Readme to Changelog.md file
Fixed
- Fix TypeError when reading playlist files #50
1.5.0 - 2020-06-10
Changed
- Port Script to Python3
- Mutagen support is now optional
1.4.0 - 2016-08-28
Added
- Added optional
--verboseoutput - Added files to
extrasfolder - Added shortcut parameters (
-p,-t,-d, etc.)
Changed
- Renamed
--voiceoverto--track-voiceover - Renamed script from
shuffle.pytoipod-shuffle-4g.py - Ignore hidden filenames
- Do not force playlist voiceover with auto playlists
Fixed
1.3.0 - 2016-06-08
Added
- Directory based auto playlist building (
--auto-dir-playlists) #13 - ID3 tags based auto playlist building (
--auto-id3-playlists) - Added short program description
- Differentiate track and playlist voiceover #26
Changed
- Voiceover disabled by default #26 (Playlist voiceover enabled with auto playlist generation)
Fixed
1.2.0 - 2016-02-04
Added
- Added Path help entry
- Added MIT License
- Added this changelog
Changed
- Skip existing voiceover files with the same name (e.g. "Track 1.mp3")
- Made help message lower case
- Improved Readme
- Improved docs
Fixed
- Additional fixes from NicoHood
- Fixed "All Songs" and "Playlist N" sounds when voiceover is disabled #17
- Better handle broken playlist paths #16
- Only use voiceover if dependencies are installed
1.1.0 - 2016-01-23
Added
- Fixes from nims11 fork
- Option to disable voiceover
- Initialize the IPod Directory tree
- Using the
--rename-unicodeflag filenames with strange characters and different language are renamed which avoids the script to crash with a Unicode Error - Other small fixes
1.0.0 - 2012-10-17
Added
- Original release by ikelos