Skip to content

Releases: LoganBresnahan/meow

Fix Release and Version

23 May 17:12
Compare
Choose a tag to compare

Changes

  • Synced the release and version file.

Version Command Line Info Added

12 May 20:52
Compare
Choose a tag to compare

New Minor Feature

  • Added the command line options of --version and -v to display the current release of Meow.

Various Changes

  • Updated the README with a link to a demo video of Meow.

Fix STDIN For Terminal

09 May 19:12
16801c7
Compare
Choose a tag to compare

Bug Fixes

  • Stop Meow from using STDIN for while loops and instead open file descriptor 9 and use that. This will allow the users processes to utilize repl's that occur from within. For instance the pry package for a Ruby program will now work as expected.
  • Removed extra comment sign # from in-front of #!/bin/sh.

Install Messaging

07 May 01:47
Compare
Choose a tag to compare

Various Changes

  1. Check for /opt/meow when the install script is executed. If it exists, tell the user, alert them of the update and uninstall commands, and stop.

Bug Fix Created Extra Dir When Option Given

06 May 06:32
Compare
Choose a tag to compare

Bug Fixes

  1. When a writable directory config option was given that was different than the default we would create an extra directory that was not necessary.

Bug Fix When No Config Section

06 May 06:13
Compare
Choose a tag to compare

** Bug Fixes

  1. When meow was executed and there wasn't a config section in the meow-config.txt we didn't create the writable directory. That is now fixed by making sure the writable directory is created before the config section is evaluated. If the config section is evaluated then the writable directory variable will be updated.

Add Kill Signal Config Option

06 May 02:53
Compare
Choose a tag to compare

New Feature

Created the kill-signal configuration option. This can be set to the integer or the actual term. The default option is 15 also known as SIGTERM.

Rename linux-shell Config Option to unix-shell

06 May 01:49
Compare
Choose a tag to compare

Breaking Changes

  1. Renamed the configuration option linux-shell to unix-shell. This must be updated in any meow-config.txt files that utilize the option.

Various Changes

  1. README updates for clarity.
  2. meow-config-template.txt updates for clarity.
  3. Disable the silent update check when users are doing Meow commands: help, update, and uninstall.

Fix Start Meow Without Boss Group

03 May 15:02
Compare
Choose a tag to compare
  • Fixed an issue where if you started a group without the boss group, the boss group code would delete the writable-relative-directory before the other groups could use it.

Readme Fixes

03 May 05:49
Compare
Choose a tag to compare
  • Remove accidental escape character in Readme
  • Update help.txt with # link to the Readme.