summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2018-03-23Add changelog entry for Ref::make_ref()Matthias Beyer
2018-03-23Fix typo in changelogMatthias Beyer
2018-03-21Fix pandoc setup: Provide \passthroughMatthias Beyer
2018-03-21Remove chapterMatthias Beyer
Was not that well written and we should rather explain this functionality in the module explanation.
2018-03-21Rewrite and fixup conventions chapterMatthias Beyer
2018-03-21Remove statement which is not true anymoreMatthias Beyer
2018-03-21Remove files which are not in use yetMatthias Beyer
2018-03-16Add changelog entry for imag-ids not printing store pathMatthias Beyer
2018-03-13Add changelog entry for command-argument fixMatthias Beyer
2018-03-13Add changelog entry for rt.editor parsing in libimagrtMatthias Beyer
2018-03-12Merge pull request #1343 from matthiasbeyer/imag-tag/rewrite-cliMatthias Beyer
imag-tag: rewrite cli
2018-03-12Add changelog entry for imag-tag CLI rewriteMatthias Beyer
2018-03-12Merge pull request #1342 from ↵Matthias Beyer
matthiasbeyer/libimagentryedit/fix-editor-stdinerr-inherit libimagentryedit: fix editor stdinerr inherit
2018-03-12Add changelog entry for editor command stdin and stderr inheritMatthias Beyer
2018-03-12Add changelog entry for imag-edit reading ids from stdinMatthias Beyer
2018-03-12Add changelog entry for JSON output support in imag-contactMatthias Beyer
2018-03-12Add changelog entry for ContactStore::all_contacts()Matthias Beyer
2018-03-12Add changelog entry for imag-contact "find" commandMatthias Beyer
2018-03-12Add changelog entry for imag-contact email field join seperatorMatthias Beyer
2018-03-12Add changelog entry for libimagcontact UID->hash changeMatthias Beyer
2018-03-12Add changelog from v0.6.3Matthias Beyer
2018-03-12Add changelog from v0.6.2Matthias Beyer
2018-03-12Add note about changelog entries in bugfix patchesMatthias Beyer
2018-03-10Add changelog entryMatthias Beyer
2018-03-02Add changelogMatthias Beyer
2018-03-02Add changelog entryMatthias Beyer
2018-02-20Rewrite entry parsing algorithmMatthias Beyer
Rewrite without regex crate. The regex approach was broken. If the following _content_ was provided in the entry: foo --- bar The regex approach parsed the header until the "---" in the content. This is, of course, not the way to do that. Now, the parsing is implemented by hand. Should be faster as well, though I don't care about this. This fixes a severe bug.
2018-02-20Merge pull request #1306 from matthiasbeyer/minorMatthias Beyer
Minor patches
2018-02-20Add changelog for libimagerror trace writeln!() fixMatthias Beyer
2018-02-20Add changelog for imag-diary diary name presence fixMatthias Beyer
2018-02-20Add changelog for libimagdiary marker fixMatthias Beyer
2018-02-20Remove libimagentrylistMatthias Beyer
2018-02-20Add changelog entryMatthias Beyer
2018-02-19Update documentation for new implementationMatthias Beyer
2018-02-18Add changelog entry for version output changeMatthias Beyer
2018-02-18Add changelog for broken-pipe panic bugfixesMatthias Beyer
2018-02-18Add changelog for libimagentryref rewriteMatthias Beyer
2018-02-18Add changelog for libimagerror refactoringMatthias Beyer
2018-02-18Add changelog for imag 0.6.1Matthias Beyer
2018-02-18Remove RoadmapMatthias Beyer
Removed as we do it in another way anyways.
2018-02-18Fix wording in READMEMatthias Beyer
2018-02-18Add changelog entries for minor fixesMatthias Beyer
2018-02-11Add kairos support in "list" subcommandMatthias Beyer
This patch adds kairos support in the "list" subcommand for the "-f" and "-t" parameters which limit the entries to show. Something like imag timetrack list --from yesterday is now possible.
2018-02-11Update version string: 0.6.0 -> 0.7.0Matthias Beyer
2018-02-10Rename switch for new pandoc versionMatthias Beyer
2018-02-08Update date in documentationMatthias Beyer
2018-02-08Update changelog for releaseMatthias Beyer
2018-02-07Merge pull request #1232 from matthiasbeyer/doc-overhaulMatthias Beyer
Doc overhaul
2018-02-07Add missing changelog entriesMatthias Beyer
2018-02-05Make clear what is meant here.Matthias Beyer