Skip to content

Releases: BRO3886/gtasks

gtasks 0.9.7

22 Jan 11:43
Compare
Choose a tag to compare

Changelog

  • a81dee3 refactor: move auth logic to api package

gtasks 0.9.6

21 Jan 20:17
Compare
Choose a tag to compare

Changelog

  • 39ccccf chore: update dependencies
  • 853887c feat(tasks): add multiple sort options
  • bd43788 release: 0.9.5

0.9.5

06 Oct 11:47
1b5b867
Compare
Choose a tag to compare

Hacktoberfest release!

  • Tasks are now sorted by date

  • New flag to show only completed task

gtasks tasks view --completed
  • New way of creating tasks without prompt
gtasks tasks add -l "Daily todo" --title <some title> --note <some note> --due <date>

All thanks to @develerik for contributing and adding these!

0.9.4

04 Jul 08:04
60e7f39
Compare
Choose a tag to compare
  • Adds support for a more flexible, human friendly date input on tasks creation
  • Check out all supported formats here: https://katb.in/kat2821
  • Also fixed #8. Now you can provide task index in rm and done commands
  • Examples:
gtasks tasks -l "DSC VIT" done 4

gtasks tasks -l "DSC VIT" rm 1
  • If you do not provide a task number it falls back to the prompt, you can select a task from there manually.

0.9.3

23 Jun 11:02
55d6d29
Compare
Choose a tag to compare

added a new flag on tasks command

Usage:

  1. With pre-selected tasklist
gtasks tasks -l <tasklist title> subcommand

Example:

gtasks tasks -l "To watch" view
  1. Without pre-selected tasklist
gtasks tasks <subcommand>

Will show a prompt to select tasklist at runtime.

prettier printing in cli

fixes the issue with completed tasks being shown even when the --include-completed flag was missing

Example:

gtasks tasks -l "To watch" view [--include-completed|-i]

0.9.2

22 Jun 10:52
0fdee24
Compare
Choose a tag to compare
  • added a markdown-friendly table view for checking tasks
  • the completed bug still exists

0.9.1

18 Jun 21:24
8f01e8c
Compare
Choose a tag to compare
  • removed the --completed flag in gtasks tasks view
  • replaced by --show-completed or -i
  • this flag is more in-line with what the feature does
  • some under the hood changes
  • made the root command more helpful

0.9.0

15 Nov 07:47
Compare
Choose a tag to compare
:pencil: some fixes and added tasklist title update

0.8.0

12 Nov 10:29
Compare
Choose a tag to compare
  • binaries for windows and linux are attached
  • add method to delete tasks
  • add method delete tasklists