summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2018-02-04Add second support in imag-diary commandline interfaceMatthias Beyer
2018-02-01Show content by defaultMatthias Beyer
2018-02-01Fix typoMatthias Beyer
2018-02-01Add missing bugfixes in the changelogMatthias Beyer
2018-01-29We don't have to specify the src hereMatthias Beyer
2018-01-29Remove map_err_trace_exit() calls in favour of map_err_trace_exit_unwrap()Matthias Beyer
2018-01-29Update contributing guideMatthias Beyer
2018-01-29Fix wrong version-numberMatthias Beyer
2018-01-28Implement stopping all tags which are startedMatthias Beyer
2018-01-16Change list command to use a table for outputMatthias Beyer
2018-01-13Update dependency: toml-query -> 0.6Matthias Beyer
2018-01-09Add imag-edit commandMatthias Beyer
2018-01-08Add changelog entry for libimagentryutilMatthias Beyer
2018-01-08Initial import: libimagentryutilMatthias Beyer
2018-01-08Merge pull request #1208 from ↵Matthias Beyer
matthiasbeyer/libimagdiary-bookmarkcollection-nonwrapping libimagdiary: Do not wrap store types
2018-01-08Rename `Store::retrieve_copy` to `Store::get_copy`Matthias Beyer
The function was named falsely and nobody noticed. So nobody uses this function yet - hopefully - as this change is a breaking API change.
2018-01-08Transform BookmarkCollection into two traitsMatthias Beyer
One trait is implemented on the Store, it retrieves BookmarkCollection objects. The other is implemented on `libimagstore::store::Entry` which then represents a BookmarkCollection.
2018-01-07Add the changelog up to nowMatthias Beyer
2018-01-04Merge pull request #1190 from matthiasbeyer/imag-init/initMatthias Beyer
imag-init: initial import
2018-01-04Merge pull request #1184 from matthiasbeyer/imag-log/initMatthias Beyer
imag-log: init
2018-01-03Add idea about functionality to include core-CLI things into domain-CLIMatthias Beyer
2018-01-03Rewrite TODOs into RoadmapMatthias Beyer
2018-01-03Add example usage for the log functionalityMatthias Beyer
2018-01-03Initial import: imag-logMatthias Beyer
2018-01-03imag-init: initial importMatthias Beyer
2017-12-25Initial import: libimaglogMatthias Beyer
2017-12-25Update version strings in docMatthias Beyer
2017-12-23Update date in documentationMatthias Beyer
2017-12-23Finalize changelogMatthias Beyer
2017-12-23Remove finished TODOsMatthias Beyer
2017-12-23Add changelog entryMatthias Beyer
2017-12-23Rewrite imag-link commandline to be intelligentMatthias Beyer
This patch is a rewrite for the imag-link commandline to automatically recognize whether an internal or an external link is about to be made and automatically do the right thing. The commandline got a lot easier and also smaller in size (as in number of commands), but the functionality should remain the same.
2017-12-22Import crate for imag-habitMatthias Beyer
2017-12-20Update list of library todosMatthias Beyer
2017-12-20Update todo-list of crates which are doneMatthias Beyer
2017-12-08Fix formatting and adjust module/lib documentationMatthias Beyer
Also add symlink in module implementation to lib-documentation.
2017-11-09Add CHANGELOG entry for imag-contactMatthias Beyer
2017-10-31Add basic documentation on how the lib worksMatthias Beyer
2017-10-31Try to get RTP from IMAG_RTPMatthias Beyer
2017-10-31Rewrite configuration providing in runtimeMatthias Beyer
Before the configuration object (the raw TOML object) was provided via a wrapper object `Configuration`. This was ugly and not very nice to use. Now, we only have the `toml::Value` object we lend out from `Runtime::config()`. The changes included libimagrt internal rewrites, which are not visible to the user. Anyways, this change changes the API for config-fetching from the runtime, so fixes for all other crates may follow. The changes also removed the support for reading the "editor" setting from the configuration file, which was not used anyways (in the example imagrc.toml file). The CLI-reading and ENV-reading are still supported, though.
2017-10-16Add changelog entryMatthias Beyer
2017-10-15Reword contributing guidelinesMatthias Beyer
2017-10-15Rewrite module section introMatthias Beyer
2017-10-14Revisit the documentation for the storeMatthias Beyer
2017-10-14Rephrase architecture doc.Matthias Beyer
2017-10-14Reword introMatthias Beyer
2017-10-14Update tool todo-listMatthias Beyer
2017-10-14Fix typosMatthias Beyer
2017-10-14Explain versioning conventionsMatthias Beyer
2017-10-14Format markupMatthias Beyer