Skip to content

Releases: ModMonster/mish

v1.0.0

Choose a tag to compare

@ModMonster ModMonster released this 12 Jul 20:48

Important Changes

  • Added an option to stop Mash from checking for updates on startup. (it caused a noticeable delay depending on the amount of packages installed)
  • Mash will now automatically install all required pip dependencies when installing a script.
  • Add an option to automatically respond "yes" to all questions when installing a script through Mash.

Fixed Bugs

  • Fixed a bug where Mish would crash when you were offline or it couldn't access the Mash servers
  • Fixed another bug where Mish would crash if Mash wasn't installed.
  • Fixed a bug where Mish wouldn't throw an error if Mash wasn't installed and mash was typed.

Included Commands

  • exec (v1.1.0)
  • new (v1.0.0)
  • cd (v1.0.0)
  • ls (v1.0.0)
  • mkdir (v1.0.0)
  • read (v1.0.0)
  • rm (v1.0.1)
  • help (v1.0.0)
  • mash (v1.2.0)

Alpha v1.2.1

Alpha v1.2.1 Pre-release
Pre-release

Choose a tag to compare

@ModMonster ModMonster released this 09 Jul 19:28

Fixed Bugs

  • Fixed issue #1 - Mish installer didn't have extra backslashes so files were being installed incorrectly.
  • Fixed issue #2 - RM command was using os.removedirs instead of os.rmdir.
  • Fixed a bunch of inconsistencies with the version number.

Alpha v1.2.0

Alpha v1.2.0 Pre-release
Pre-release

Choose a tag to compare

@ModMonster ModMonster released this 08 Jul 23:16

Important Changes

  • Mish will now run on Linux! It might also work on MacOS as well, but I don't have a Mac so I can't test it.
  • Added an option to pick the folder to install to from a graphical interface rather than typing.

Fixed Bugs

  • Fixed a bug where Mash would perform the most recently used command if Mish wasn't exited properly.

Included Commands

  • exec (v1.1.0)
  • new (v1.0.0)
  • cd (v1.0.0)
  • ls (v1.0.0)
  • mkdir (v1.0.0)
  • rm (v1.0.0)
  • help (v1.0.0)
  • mash (v1.1.0)

Alpha v1.1.0

Alpha v1.1.0 Pre-release
Pre-release

Choose a tag to compare

@ModMonster ModMonster released this 08 Jul 00:55

Important Changes

  • You can now update commands with Mash, rather than having to uninstall and re-install them!
  • Added 2 new commands. (exec, new)

Fixed Bugs

  • Mish would crash on startup if Mash wasn't installed, which was obviously a problem, considering you have the option in the installer to not use Mash.

Included Commands

  • exec (v1.0.0)
  • new (v1.0.0)
  • cd (v1.0.0)
  • ls (v1.0.0)
  • mkdir (v1.0.0)
  • rm (v1.0.0)
  • help (v1.0.0)
  • mash (v1.1.0)

Alpha v1.0.0

Alpha v1.0.0 Pre-release
Pre-release

Choose a tag to compare

@ModMonster ModMonster released this 08 Jul 00:48

This is the very first version of Mish.

Included Commands

  • cd
  • ls
  • mkdir
  • rm
  • help
  • mash