Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
Added
- Added "license" and "changelog" commands, prints relative files
- Added threshold support
- Added "standup" command, prints what you did yesterday and what is due today
- Added "today" command, printing tasks due today sorted by "at" time
- Added support for "at" time

Changed
- Cleaned up compile time warnings
- Fixed bug (temporarily) in Control.Monad.TestFixture, pointing at changes until upstream publishes
- Requires stack version >= 1.7
- Moved 'todo.cabal' to ignore list, new stack uses yaml and autogenerates todo.cabal
- Fixed Key/Value pair to support non alpha-numeric characters in value
  • Loading branch information
jecxjo committed Oct 28, 2018
1 parent 45635e0 commit b44a508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to thsi project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.4.3] - 2018-10-28
### Added
- Added "license" and "changelog" commands, prints relative files
- Added threshold support
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: todo
version: 0.4.2.7
version: 0.4.3.0
github: "jecxjo/todo.hs"
license: BSD3
author: "Jeff Parent"
Expand Down

0 comments on commit b44a508

Please sign in to comment.