Skip to content

Releases: knijn/musicify

Release v2.3.0

28 Oct 12:21
f04a91c
Compare
Choose a tag to compare

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

27 Oct 14:54
21dee15
Compare
Choose a tag to compare

New in this release

  • Updating should now actually work 🤞

Release v2.2.1

27 Oct 14:49
e1a371f
Compare
Choose a tag to compare

New in this version

  • Fix musicify crashing on start

Release v2.2.0

27 Oct 14:32
bcac196
Compare
Choose a tag to compare

MAKE SURE TO REINSTALL MUSICIFY

What's new in this version

  • Semver support
  • Separation of musicify and dependencies

Release v2.1

27 Oct 13:10
c82c552
Compare
Choose a tag to compare

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

07 Oct 14:48
Compare
Choose a tag to compare

Updated to 2.0!!

Musicify is now available on CC 1.100.0 and up!

Release v1.0

23 Jun 17:09
2a0b167
Compare
Choose a tag to compare

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

22 Jun 16:14
4226e9c
Compare
Choose a tag to compare
Musicify v0.9 Pre-release
Pre-release

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

25 Aug 06:57
7481988
Compare
Choose a tag to compare
Musicify v0.6 Pre-release
Pre-release

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

13 Mar 14:23
0dde57c
Compare
Choose a tag to compare
Musicify v0.5-alpha Pre-release
Pre-release

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