Releases: knijn/musicify
Releases · knijn/musicify
Release v2.3.0
New in this release
- A lot of code cleanup
- Mention of YouCube in help command
- Repo name information in
musicify info
and when playing a song - Fixed an incorrect hint
Release v2.2.2
New in this release
- Updating should now actually work 🤞
Release v2.2.1
New in this version
- Fix musicify crashing on start
Release v2.2.0
MAKE SURE TO REINSTALL MUSICIFY
What's new in this version
- Semver support
- Separation of musicify and dependencies
Release v2.1
What's changed
- Added an error message when http can't download the index
- Removed old Computronics functions that are unneeded
- Updated the help command to line up with the features of Musicify
- Removed the legacy config
- Add a more descriptive error for incorrect audio
Release v2.0
Updated to 2.0!!
Musicify is now available on CC 1.100.0 and up!
Release v1.0
What's Changed
- Added a UI for the list function, use W and S to scroll.
- Removed the MBS (Mildly Better Shell dependency)
- Migrated to the settings api, your config file will be automatically migrated
musicify random
command, automatically selects a song to play from the available songs and plays it- A config shutoff for modem announcements (when you start playing a song)
- Removed the shuffle command from the server mode since it locked up the server
- A new install script that downloads the release instead of the git version
Full Changelog: 0.9...1.0
Musicify v0.9
What's Changed
- The program now sends out the current song that is playing when you play a song on the network if a modem is attached
- The program now listens for commands when you run
musicify server
Musicify v0.6
New in this release
- Changes all error prints that were previously print("ERROR: ") to error("",0)
- A config file, download it from the github repo
Bugfixes
- Fixed the "crash" on stopping shuffle
Musicify v0.5-alpha
New in this release
- Adding development branch info
- The ability to view all songs from an artist (
musicify list [ARTIST]
) - The ability to play all songs available with (
musicify play all
)
Bugfixes
- Fix always devmode on
- Cleaner code
- More comments