Skip to content

Releases: romanin-rf/SeaPlayer

SeaPlayer (v0.5.5.post2)

13 Jul 12:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.5.post1...v0.5.5.post2

SeaPlayer (v0.5.5.post1)

13 Jun 21:27
Compare
Choose a tag to compare

SeaPlayer (v0.5.5)

31 May 18:58
Compare
Choose a tag to compare

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)

28 May 16:28
09681ba
Compare
Choose a tag to compare

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)

27 May 08:58
9c98945
Compare
Choose a tag to compare

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)

26 May 18:19
e5d9d6e
Compare
Choose a tag to compare

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)

25 May 19:00
58010cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

SeaPlayer (v0.5.0)

22 May 12:28
5bcf896
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.5.0

SeaPlayer (v0.4.3)

21 May 18:23
Compare
Choose a tag to compare

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 typing seaplayer)

Full Changelog: v0.4.2...v0.4.3

SeaPlayer (v0.4.2.post1)

21 May 10:41
Compare
Choose a tag to compare

Changes:

  • Fixed MIDI load

Full Changelog: v0.4.2...v0.4.2.post1