Releases: jabbott-iii/Munus
Releases · jabbott-iii/Munus
Release list
Release v2.0.0
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
- @hugosmoreira made their first contribution in #24
Full Changelog: 1.2...v2.0.0
Munus v1.2 Description issue resolved
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
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
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.