Releases: romanin-rf/SeaPlayer
Releases · romanin-rf/SeaPlayer
SeaPlayer (v0.5.5.post2)
What's Changed
- Sync branch by @romanin-rf in #8
- Update 0.5.5.post1 by @romanin-rf in #9
- Sync Braches by @romanin-rf in #10
Full Changelog: v0.5.5.post1...v0.5.5.post2
SeaPlayer (v0.5.5.post1)
Full Changelog: v0.5.5...v0.5.5.post1
SeaPlayer (v0.5.5)
What's Changed
- Dev by @romanin-rf in #7
- Added ignoring OSError errors (when entering a path to a non-existent file)
- Fixed obtaining of paths by mask
- Added support for playing music by URL (requires optimization)
- All initialization now passes through AnySound class
Full Changelog: v0.5.4...v0.5.5
SeaPlayer (v0.5.4)
What's Changed
- Update 0.5.4 by @romanin-rf in #6
- Added caching of values
- Fixed logs of plugins CLI
- Updated Cacher
- Update deps
- Optimise status updates
- Changing the Pause and Play button (the Play button now pauses)
- Fixed bugs with colour timing generation in Configurator
- Redistribution of code
Full Changelog: v0.5.3...v0.5.4
SeaPlayer (v0.5.3)
What's Changed
- Fix building by @romanin-rf in #4
- Fix building
- Update 0.5.3 by @romanin-rf in #5
- Added plugin download command to CLI
- Moving the base plugin code to vars.py
- Fixed plugin module import bug (plugin consisting of several files was not loading, because plugin root file was not registering in Python - modules environment)
- Fixed plugin disable by Name ID
- Reducing logging
Full Changelog: v0.5.2...v0.5.3
SeaPlayer (v0.5.2)
What's Changed
- Update 0.5.2 by @romanin-rf in #3
- Now if you build SeaPlayer: the plugin system is automatically disabled
- Clearer typing for PluginLoader functions
- PluginLoaderConfigManager added single `Name ID' control functions
- Added function to PluginBase to generate a string that will be displayed after initialization in the LogMenu
- Added CLI for managing and creating plugins
- Added Exception output function to LogMenu
Full Changelog: v0.5.1...v0.5.2
SeaPlayer (v0.5.1)
SeaPlayer (v0.5.0)
What's Changed
- Add system of plugins by @romanin-rf in #1
New Contributors
- @romanin-rf made their first contribution in #1
Full Changelog: v0.4.3...v0.5.0
SeaPlayer (v0.4.3)
Changes
- Added support for FLAC files
- Added codec test
- All codecs are no longer inherited from MP3Codec but from AnyCodec
- All constants and metadata moved to units.py
- The file
__main__.py
has been added as a script (i.e. it can now be run simply by typingseaplayer
)
Full Changelog: v0.4.2...v0.4.3