Skip to content

Major Improvement - Dynamic Tasklist (today, tomorrow, upcoming)

Compare
Choose a tag to compare
@ajaxray ajaxray released this 11 Jul 03:22
· 21 commits to master since this release

This release adds Dynamic TaskLists, which is going to make this app really useful for day to day task management and follow up.

New Features

  • 🎉 Dynamic TaskLists - today(+overdue), tomorrow, upcoming
  • Editing Task Title #3
  • New, vim style navigation shortcuts #2
    • j,k for browsing Projects and Tasklist (along with , and tab,TAB)
    • h for go back to left side panel (along with Esc)
  • Added migrate subcommand to re-index database.
    • If you're upgrading from a previous version, run geek-life migrate to work previous tasks seamlessly

Improvements and Bug fixes

  • Fixed TimeZone related inconsistency #7
  • Handles defer error on Db closing
  • Resolved panic on creating task without project #1
  • Added more contextual hint message.

General Instructions

Please download the appropriate version for your OS -

  • geek-life_darwin-amd64 For MacOS users
  • geek-life_linux-amd64 For most common desktop linux OS
  • geek-life_linux-arm64 For linux OS with ARM architecture
  • geek-life_windows-386 For recent windows versions.

MacOS Users
BTW, if you are on and getting a warning dialogue about
"unidentified developer", follow this procedure to allow it.

Windows Users
Rename the binary to geek-life.exe and run it from the command prompt. This app may require permission to create files in user's home folder.