xaizek / dit (License: GPLv3) (since 2018-12-07)
Command-line task keeper that remembers all old values and is meant to combine several orthogonal features to be rather flexible in managing items.
Commit 13bc8106921a470ce87c6ff8cd0bd399d202ef92

Bump version to 0.11
There were quite a lot of commits and changes since last version bump.
Author: xaizek
Author date (UTC): 2018-11-01 10:52
Committer name: xaizek
Committer date (UTC): 2018-11-01 10:52
Parent(s): 4a9c617a9232ba33efaadcd7501c7e9547e11bcf
Signing key: 99DC5E4DB05F6BE2
Tree: a3c71e62b7d1af57f34851eaa14d2cb3e9474bff
File Lines added Lines deleted
README.md 2 2
src/Dit.cpp 1 1
File README.md changed (mode: 100644) (index ec311eb..483d478)
1 **dit**, _v0.10_, _2015 - 2018_
1 **dit**, _v0.11_, _2015 - 2018_
2 2
3 _This file last updated on 14 April, 2018_
3 _This file last updated on 1 November, 2018_
4 4
5 5 ### Brief Description ### ### Brief Description ###
6 6
File src/Dit.cpp changed (mode: 100644) (index 78d5697..66fbd08)
... ... Dit::run()
154 154 } }
155 155
156 156 if (invocation.shouldPrintVersion()) { if (invocation.shouldPrintVersion()) {
157 std::cout << "0.10\n";
157 std::cout << "0.11\n";
158 158 return EXIT_SUCCESS; return EXIT_SUCCESS;
159 159 } }
160 160
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master