Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add release helper scriptv0.5.0 | Matthias Beyer | 2017-12-24 | 1 | -0/+58 |
* | Update version string | Matthias Beyer | 2017-12-24 | 1 | -1/+1 |
* | Fix README path | Matthias Beyer | 2017-12-24 | 1 | -1/+1 |
* | Update date in documentation | Matthias Beyer | 2017-12-23 | 1 | -1/+1 |
* | Finalize changelog | Matthias Beyer | 2017-12-23 | 1 | -0/+9 |
* | Remove finished TODOs | Matthias Beyer | 2017-12-23 | 1 | -16/+0 |
* | Merge pull request #593 from matthiasbeyer/libimagnotification/init | Matthias Beyer | 2017-12-23 | 9 | -0/+414 |
|\ | |||||
| * | Add changelog entry | Matthias Beyer | 2017-12-23 | 1 | -0/+2 |
| * | Add dbus and pkgconfig dependencies in travis.yml | Matthias Beyer | 2017-12-23 | 1 | -0/+6 |
| * | Transform to use error-chain | Matthias Beyer | 2017-12-23 | 5 | -10/+49 |
| * | Initial import | Matthias Beyer | 2017-12-23 | 6 | -0/+367 |
|/ | |||||
* | Merge pull request #1179 from matthiasbeyer/imag-link/intelligent-positional-... | Matthias Beyer | 2017-12-23 | 3 | -353/+214 |
|\ | |||||
| * | Adapt tests | Matthias Beyer | 2017-12-23 | 1 | -14/+17 |
| * | Rewrite imag-link commandline to be intelligent | Matthias Beyer | 2017-12-23 | 3 | -340/+198 |
|/ | |||||
* | Merge pull request #1169 from matthiasbeyer/imag-habit/init | Matthias Beyer | 2017-12-22 | 5 | -0/+680 |
|\ | |||||
| * | Change UI. Positional args are not possible here | Matthias Beyer | 2017-12-22 | 1 | -4/+17 |
| * | Add functionality so we can create a habit with a due date | Matthias Beyer | 2017-12-22 | 1 | -18/+32 |
| * | Adapt for new API of Habit::next_instance_date() | Matthias Beyer | 2017-12-22 | 1 | -32/+51 |
| * | Add more output in today() | Matthias Beyer | 2017-12-22 | 1 | -2/+4 |
| * | Add future-check in CLI and fix for default command invokation | Matthias Beyer | 2017-12-22 | 2 | -4/+23 |
| * | Add more details to default command | Matthias Beyer | 2017-12-22 | 1 | -1/+1 |
| * | Add `done` functionality | Matthias Beyer | 2017-12-22 | 2 | -11/+70 |
| * | Impl delete() | Matthias Beyer | 2017-12-22 | 1 | -1/+66 |
| * | Explicitely state that printing an empty table is forbidden | Matthias Beyer | 2017-12-22 | 1 | -0/+3 |
| * | Make "today" the default command | Matthias Beyer | 2017-12-22 | 2 | -3/+5 |
| * | Let "today" command list upcoming habits | Matthias Beyer | 2017-12-22 | 2 | -19/+63 |
| * | Add a subcommand to list habits due today | Matthias Beyer | 2017-12-22 | 2 | -0/+60 |
| * | Add support for listing the next date when the habit must be done | Matthias Beyer | 2017-12-22 | 1 | -2/+6 |
| * | Implement show() | Matthias Beyer | 2017-12-22 | 1 | -1/+66 |
| * | Implement list() | Matthias Beyer | 2017-12-22 | 2 | -1/+41 |
| * | Implement create() | Matthias Beyer | 2017-12-22 | 1 | -1/+29 |
| * | Add CLI spec | Matthias Beyer | 2017-12-22 | 1 | -0/+86 |
| * | Import crate for imag-habit | Matthias Beyer | 2017-12-22 | 5 | -0/+157 |
|/ | |||||
* | Merge pull request #1178 from matthiasbeyer/libimaghabit/fix-until | Matthias Beyer | 2017-12-22 | 1 | -21/+34 |
|\ | |||||
| * | Fix: Until date is still optional | Matthias Beyer | 2017-12-22 | 1 | -21/+34 |
* | | Merge pull request #1175 from matthiasbeyer/libimaghabit/remove-unused | Matthias Beyer | 2017-12-22 | 5 | -21/+3 |
|\ \ | |/ |/| | |||||
| * | Remove unused variables | Matthias Beyer | 2017-12-22 | 2 | -2/+2 |
| * | Remove unused macro import | Matthias Beyer | 2017-12-22 | 1 | -1/+1 |
| * | Remove unused imports | Matthias Beyer | 2017-12-22 | 4 | -18/+0 |
* | | Merge pull request #1174 from matthiasbeyer/libimaghabit/until-date | Matthias Beyer | 2017-12-22 | 2 | -6/+47 |
|\ \ | |||||
| * | | Add until-date support | Matthias Beyer | 2017-12-22 | 2 | -6/+47 |
| |/ | |||||
* | | Merge pull request #1171 from matthiasbeyer/doc-update | Matthias Beyer | 2017-12-21 | 1 | -7/+7 |
|\ \ | |/ |/| | |||||
| * | Update list of library todos | Matthias Beyer | 2017-12-20 | 1 | -2/+2 |
| * | Update todo-list of crates which are done | Matthias Beyer | 2017-12-20 | 1 | -5/+5 |
|/ | |||||
* | Merge pull request #1170 from matthiasbeyer/libimaghabit/api-cleanup | Matthias Beyer | 2017-12-19 | 1 | -16/+38 |
|\ | |||||
| * | Add HabitTemplate::next_instance_date_after() | Matthias Beyer | 2017-12-19 | 1 | -9/+21 |
| * | Add function to instantiate with a given date | Matthias Beyer | 2017-12-19 | 1 | -7/+17 |
|/ | |||||
* | Merge pull request #1042 from matthiasbeyer/libimaghabit/init | Matthias Beyer | 2017-12-08 | 13 | -3/+801 |
|\ | |||||
| * | Add Habit::next_instance_date() | Matthias Beyer | 2017-12-08 | 1 | -0/+45 |
| * | Make "util" pub | Matthias Beyer | 2017-12-08 | 1 | -1/+1 |