Skip to content

Releases: MulberryBeacon/anarky

v0.0.4

13 Jan 23:28
3dd1ee6
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Version 0.0.4

  • Started (yet another) full rewrite of the application to convert it to Python 3
  • Split the audio manipulation code into two small libraries and created a module for them
  • Created a module with all the enums
  • Created a module for the scripts that are available as executables
  • Moved all the metadata management code to its own module
  • Included pipenv as the dependency management tool

v0.0.3

25 Aug 19:55
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Version 0.0.3

  • Added input parameter validation for the methods in the interface module
  • Added unit tests for the interface module
  • Created a package for the library modules
  • Created a package for the unit tests
  • Reset the input parameters for the various scripts
    • Kept the input and output parameters
    • Removed all the remaining parameters (related to ID3 tags, album cover art and playlists)

v0.0.2

13 Aug 20:27
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Version 0.0.2

  • Added input parameter validation for the methods in the audio module
  • Added external dependency validation for the following programs:
    • lame
    • flac
    • metaflac
    • grep
    • sed

v0.0.1

22 Feb 16:52
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Version 0.0.1

  • Reset the version number to 0.0.1
  • Changed app name to Anarky
  • Added a logger
  • Reviewed the method headers to add parameter and return descriptions
  • Small refactoring to group tightly coupled code in the same Python files
  • Made sure that all workflows are working without any tag, cover and playlist management