Skip to content

v2.2.0

Choose a tag to compare

@NucleoFusion NucleoFusion released this 24 Feb 12:04
· 21 commits to dev since this release
01908bc

Changelog

  • 01908bc Merge pull request #75 from theantichris/fix/go-versioning
  • 981c237 fix: add v2 suffix to go.mod, update imports, update go install instructions
  • b0c1345 Merge pull request #74 from theantichris/fix/stop-script-on-menu-quit
  • efdb932 fix: move stop script execution to root command so it runs from both CTRL+C and menu quit
  • 786a382 Merge pull request #73 from NucleoFusion/dev
  • 3753f36 feat: final cmd and some fixes
  • 52312b5 feat: adding push cmd
  • 683573e feat: adding remote cmd
  • 669257c feat: adding save command for sync-age
  • 664bad1 feat: adding sync layout and sync init command
  • 27e8abf feat: adding edit cmd for tasks
  • efcb487 add: adding delete cmd
  • 0e60820 feat: adding create cmd with initial layout of huh theme
  • a6141a4 feat: adding --raw and --verbose flags to the list command and fixed the render styles a bit
  • b44701e feat: adding list command with custom delegate and also using the new file format for tasks
  • 5fac5f1 refactor: adding support for csv style tasks
  • d681ed3 feat: adding intitial task list cmd, need to rethink the task store format, to something like csv or something
  • 1f11d23 feat: adding CRUD commands for notes
  • 2ff9e03 feat: adding -a/--all flag and -p/--path flag to list
  • a1efabe Merge pull request #72 from NucleoFusion/dev
  • e5cfb7a refactor: removing tab work on Daily Tasks
  • 97b4f78 Merge pull request #71 from NucleoFusion/feat/list-files-cmd
  • c6efcb8 feat: adding support for refactor work
  • 1815817 Merge pull request #70 from NucleoFusion/feat/list-files-cmd
  • 994a530 Delete cmd/run.go
  • 6243211 Merge branch 'dev' into feat/list-files-cmd
  • 4a8b086 feat: fixes
  • aedaec4 Merge pull request #68 from petsagouris/issue-39
  • 22aff79 refactor: Simplify configuration directory retrieval in SetConfig and make it cross platforms between linux, mac and windows.
  • f1b0e76 Bug: Windows and Mac Config file location Fixes #39
  • 0abd167 feat: adding list command with search flag and stles
  • 1ebc5ff Merge pull request #65 from NucleoFusion/feat/tasksrevamp
  • 47e6fac feat: Adding tabs with functionality
  • 99468e3 feat: Adding new tasks layout (tabs)
  • d1d4e40 Merge pull request #62 from NucleoFusion/feat/errorpopup
  • 0a77a31 feat: adding error popup where possible
  • b68e538 feat: adding error popup via overlay model