Skip to content

Releases: joowani/dtags

2.0.2

05 Mar 20:47
Compare
Choose a tag to compare
  • Fixed a bug where a traceback is shown with environment variable $EDITOR with more than one argument.

2.0.1

05 Mar 20:16
Compare
Choose a tag to compare
  • Fixed a unicode error with dtags edit (python3).

2.0.0

05 Mar 01:07
Compare
Choose a tag to compare
  • Prettier colors!
  • Removed all Python package dependencies.
  • Added support for fish.
  • Added custom tab-completion.
  • Now automatically detects tty when writing to stdout.
  • Added a new command d.
  • Renamed command tags to dtags.
  • Renamed command run to e.
  • Improved the API of all commands (no more @ symbols!).
  • Exit status is now always printed.
  • A ton of bug fixes and minor improvements.
  • Add pytests.

1.0.9

01 Feb 08:52
Compare
Choose a tag to compare
  • Run all commands through interactive shell to allow linux aliases etc.
  • Improve the header and exit code formatting to allow easier filtering by commands like grep.

1.0.8

25 Jan 17:51
Compare
Choose a tag to compare
  • Improved handling of quoted arguments for the run command.

1.0.7

22 Jan 06:20
Compare
Choose a tag to compare
  • Properly fixed the bug where an extra newline was printed when commands were run in parallel.

1.0.6

15 Jan 06:46
Compare
Choose a tag to compare
  • Added new option --edit to the tags command.
  • Added new option --all to the untag command.

1.0.5

09 Jan 03:01
Compare
Choose a tag to compare
  • Fixed a bug where an extra newline was printed when commands were run in parallel.

1.0.4

09 Jan 02:47
Compare
Choose a tag to compare
  • Improved the documentation.
  • Fixed bug with loading non-existing config.
  • Improved command help menus.

1.0.2

08 Jan 06:12
Compare
Choose a tag to compare
  • Fixed long_description in setup.py preventing installs.