Skip to content

Commit

Permalink
version bump, readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Jul 3, 2021
1 parent fae6659 commit d745bb8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### 1.0.53

#### NEW

- `--tag` and `--bool` filtering for again/resume, cancel
- `--in` flag for `again`/`resume` to specify to which section the new
- Finish command accepts `--tag=` flag, finishing last entry
- `doing cancel` to end X tasks without completion date (alias for

#### IMPROVED

- Add --no-color option to view command
- Add --tag to show for compatibility

#### FIXED

- Error running finish without --tag flag
- --archive flag on finish, done, and cancel causing error

### 1.0.52

#### NEW
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ _If you're one of the rare people like me who find this useful, feel free to [bu
- [Changelog](#changelog)

<!-- end toc -->
<!--README-->

## What and why

Expand Down Expand Up @@ -623,7 +624,9 @@ Please try not to email me directly about GitHub projects.

Feel free to [poke around](http://github.com/ttscoff/doing/), I'll try to add more comments in the future (and retroactively).

{% donate doing now sending coffee money to Brett. %}
<!--END README-->

PayPal link: [paypal.me/ttscoff](https://paypal.me/ttscoff)

## Changelog

Expand Down
2 changes: 1 addition & 1 deletion bin/doing
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ command :show do |c|
finish = false
end
exit_now! "Unrecognized date string" unless start
dates = [start,finish]
dates = [start, finish]
end

options[:t] = true if options[:totals]
Expand Down
2 changes: 1 addition & 1 deletion lib/doing/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Doing
VERSION = '1.0.52'
VERSION = '1.0.53'
end

0 comments on commit d745bb8

Please sign in to comment.