Skip to content

Releases: jabbott-iii/Munus

Release v2.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 05:12

What's Changed

  • Organize product features with headings and bullet points by @jabbott-iii in #17
  • Honor MUNUS_DB_PATH when opening SQLite database by @hugosmoreira in #24

New Contributors

Full Changelog: 1.2...v2.0.0

Munus v1.2 Description issue resolved

Choose a tag to compare

@jabbott-iii jabbott-iii released this 01 Aug 20:15

Install:

Download the appropriate binary for your platform below and make it executable:

Linux:

 chmod +x munus-linux-amd64

or

 chmod +x munus-linux-arm64

then

 sudo mv munus-linux-amd64 /usr/local/bin/munus

or

 sudo mv munus-linux-arm64 /usr/local/bin/munus

macOS:

 chmod +x munus-macos-arm64

or

 chmod +x munus-macos-amd64

then

 sudo mv munus-macos-arm64 /usr/local/bin/munus

or

 sudo mv munus-macos-amd64 /usr/local/bin/munus

Windows:

 Download munus-windows-amd64.exe and add it to your PATH as munus.

Munus v1.1 bug fixes

Choose a tag to compare

@jabbott-iii jabbott-iii released this 01 Aug 07:56

Refer to the README for instructions on installation and usage.

Changes:
-Fixed submit causing tui closure.
-Fixed crash due to long title names.
-Connected form and list TUI's for a seamless experience.
-Made delete menu properly appear instead of being stuck off screen.
-Changed selector color for visibility.
-Modified verbage.

Known issue:
-description does not properly expand from selected task.

Munus

Choose a tag to compare

@jabbott-iii jabbott-iii released this 28 Jul 18:47

Download the appropriate binary for your platform below and make it executable:

Linux:

- chmod +x munus-linux-amd64

or

- chmod +x munus-linux-arm64

then

- sudo mv munus-linux-amd64 /usr/local/bin/munus

or

- sudo mv munus-linux-arm64 /usr/local/bin/munus

macOS:

- chmod +x munus-macos-arm64

or

- chmod +x munus-macos-amd64

then

- sudo mv munus-macos-arm64 /usr/local/bin/munus

or

- sudo mv munus-macos-amd64 /usr/local/bin/munus

Windows:

- Download munus-windows-amd64.exe and add it to your PATH.