Merge pull request #1272 from matthiasbeyer/prepare-0.6.0
Prepare 0.6.0 release
This commit is contained in:
commit
edd5925f88
13 changed files with 66 additions and 12 deletions
|
@ -13,6 +13,12 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
|
||||||
repository = "https://github.com/matthiasbeyer/imag"
|
repository = "https://github.com/matthiasbeyer/imag"
|
||||||
homepage = "http://imag-pim.org"
|
homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||||
|
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||||
|
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = ">=2.17"
|
clap = ">=2.17"
|
||||||
log = "0.4.0"
|
log = "0.4.0"
|
||||||
|
|
|
@ -13,6 +13,12 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
|
||||||
repository = "https://github.com/matthiasbeyer/imag"
|
repository = "https://github.com/matthiasbeyer/imag"
|
||||||
homepage = "http://imag-pim.org"
|
homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||||
|
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||||
|
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
clap = ">=2.17"
|
clap = ">=2.17"
|
||||||
|
|
|
@ -9,6 +9,10 @@ keywords = ["imag", "PIM", "personal", "information", "management"]
|
||||||
readme = "../../../README.md"
|
readme = "../../../README.md"
|
||||||
license = "LGPL-2.1"
|
license = "LGPL-2.1"
|
||||||
|
|
||||||
|
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
|
||||||
|
repository = "https://github.com/matthiasbeyer/imag"
|
||||||
|
homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||||
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||||
|
|
|
@ -89,7 +89,7 @@ PANDOC_CC=$(PANDOC) $(PANDOC_PARAMS)
|
||||||
|
|
||||||
export PANDOC_CC_PDF=$(PANDOC) \
|
export PANDOC_CC_PDF=$(PANDOC) \
|
||||||
$(PANDOC_PARAMS) \
|
$(PANDOC_PARAMS) \
|
||||||
--latex-engine=pdflatex \
|
--pdf-engine=pdflatex \
|
||||||
$(DOCUMENT_SETTINGS_PDF)
|
$(DOCUMENT_SETTINGS_PDF)
|
||||||
|
|
||||||
export PANDOC_CC_HTML=$(PANDOC) $(PANDOC_PARAMS) $(DOCUMENT_SETTINGS_HTML)
|
export PANDOC_CC_HTML=$(PANDOC) $(PANDOC_PARAMS) $(DOCUMENT_SETTINGS_HTML)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: imag User Documentation
|
title: imag User Documentation
|
||||||
version: 0.6.0
|
version: 0.6.0
|
||||||
date: December 2017
|
date: February 2018
|
||||||
listings: true
|
listings: true
|
||||||
codeBlockCaptions: true
|
codeBlockCaptions: true
|
||||||
figureTitle: "Figure"
|
figureTitle: "Figure"
|
||||||
|
|
|
@ -18,6 +18,12 @@ Version 0.y.z and thus we can break the API like we want and need to.
|
||||||
|
|
||||||
This section contains the changelog from the last release to the next release.
|
This section contains the changelog from the last release to the next release.
|
||||||
|
|
||||||
|
* Major changes
|
||||||
|
* Minor changes
|
||||||
|
* Bugfixes
|
||||||
|
|
||||||
|
## 0.6.0
|
||||||
|
|
||||||
* Major changes
|
* Major changes
|
||||||
* The config infrastructure of `libimagstore` was removed, as it was unused.
|
* The config infrastructure of `libimagstore` was removed, as it was unused.
|
||||||
* The iterators of `libimagstore` were improved and are now abstract over
|
* The iterators of `libimagstore` were improved and are now abstract over
|
||||||
|
|
|
@ -13,6 +13,12 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
|
||||||
repository = "https://github.com/matthiasbeyer/imag"
|
repository = "https://github.com/matthiasbeyer/imag"
|
||||||
homepage = "http://imag-pim.org"
|
homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||||
|
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||||
|
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
|
|
|
@ -13,6 +13,12 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
|
||||||
repository = "https://github.com/matthiasbeyer/imag"
|
repository = "https://github.com/matthiasbeyer/imag"
|
||||||
homepage = "http://imag-pim.org"
|
homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||||
|
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||||
|
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
|
|
|
@ -9,6 +9,10 @@ keywords = ["imag", "PIM", "personal", "information", "management"]
|
||||||
readme = "../../../README.md"
|
readme = "../../../README.md"
|
||||||
license = "LGPL-2.1"
|
license = "LGPL-2.1"
|
||||||
|
|
||||||
|
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
|
||||||
|
repository = "https://github.com/matthiasbeyer/imag"
|
||||||
|
homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||||
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||||
|
|
|
@ -9,6 +9,10 @@ keywords = ["imag", "PIM", "personal", "information", "management"]
|
||||||
readme = "../../../README.md"
|
readme = "../../../README.md"
|
||||||
license = "LGPL-2.1"
|
license = "LGPL-2.1"
|
||||||
|
|
||||||
|
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
|
||||||
|
repository = "https://github.com/matthiasbeyer/imag"
|
||||||
|
homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||||
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||||
|
|
|
@ -13,6 +13,12 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
|
||||||
repository = "https://github.com/matthiasbeyer/imag"
|
repository = "https://github.com/matthiasbeyer/imag"
|
||||||
homepage = "http://imag-pim.org"
|
homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||||
|
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||||
|
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
notify-rust = "3.4.2"
|
notify-rust = "3.4.2"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
|
@ -13,18 +13,18 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
|
||||||
repository = "https://github.com/matthiasbeyer/imag"
|
repository = "https://github.com/matthiasbeyer/imag"
|
||||||
homepage = "http://imag-pim.org"
|
homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
[features]
|
|
||||||
default = []
|
|
||||||
|
|
||||||
# Testing feature to compile testing utilities into the library.
|
|
||||||
testing = []
|
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||||
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||||
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||||
maintenance = { status = "actively-developed" }
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = []
|
||||||
|
|
||||||
|
# Testing feature to compile testing utilities into the library.
|
||||||
|
testing = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
url = "1.5"
|
url = "1.5"
|
||||||
boolinator = "2.4.0"
|
boolinator = "2.4.0"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
|
||||||
CRATES=(
|
CRATES=(
|
||||||
./lib/etc/libimagutil
|
./lib/etc/libimagutil
|
||||||
./lib/etc/libimagtimeui
|
./lib/etc/libimagtimeui
|
||||||
|
@ -8,23 +9,25 @@ CRATES=(
|
||||||
./lib/etc/libimagnotification
|
./lib/etc/libimagnotification
|
||||||
./lib/etc/libimaginteraction
|
./lib/etc/libimaginteraction
|
||||||
./lib/core/libimagrt
|
./lib/core/libimagrt
|
||||||
./lib/entry/libimagentryfilter
|
|
||||||
./lib/entry/libimagentrycategory
|
./lib/entry/libimagentrycategory
|
||||||
./lib/entry/libimagentryannotation
|
|
||||||
./lib/entry/libimagentrylink
|
./lib/entry/libimagentrylink
|
||||||
./lib/entry/libimagentrytag
|
./lib/entry/libimagentrytag
|
||||||
|
./lib/entry/libimagentryfilter
|
||||||
./lib/entry/libimagentrygps
|
./lib/entry/libimagentrygps
|
||||||
./lib/entry/libimagentrylist
|
./lib/entry/libimagentrylist
|
||||||
./lib/entry/libimagentryedit
|
./lib/entry/libimagentryedit
|
||||||
./lib/entry/libimagentryref
|
|
||||||
./lib/entry/libimagentryview
|
./lib/entry/libimagentryview
|
||||||
./lib/entry/libimagentrymarkdown
|
|
||||||
./lib/entry/libimagentrydatetime
|
./lib/entry/libimagentrydatetime
|
||||||
|
./lib/entry/libimagentryutil
|
||||||
|
./lib/entry/libimagentryref
|
||||||
|
./lib/entry/libimagentrymarkdown
|
||||||
|
./lib/entry/libimagentryannotation
|
||||||
./lib/domain/libimagbookmark
|
./lib/domain/libimagbookmark
|
||||||
./lib/domain/libimaghabit
|
./lib/domain/libimaghabit
|
||||||
./lib/domain/libimagnotes
|
./lib/domain/libimagnotes
|
||||||
./lib/domain/libimagcontact
|
./lib/domain/libimagcontact
|
||||||
./lib/domain/libimagdiary
|
./lib/domain/libimagdiary
|
||||||
|
./lib/domain/libimaglog
|
||||||
./lib/domain/libimagtimetrack
|
./lib/domain/libimagtimetrack
|
||||||
./lib/domain/libimagtodo
|
./lib/domain/libimagtodo
|
||||||
./lib/domain/libimagmail
|
./lib/domain/libimagmail
|
||||||
|
@ -36,6 +39,7 @@ CRATES=(
|
||||||
./bin/domain/imag-timetrack
|
./bin/domain/imag-timetrack
|
||||||
./bin/domain/imag-mail
|
./bin/domain/imag-mail
|
||||||
./bin/domain/imag-todo
|
./bin/domain/imag-todo
|
||||||
|
./bin/domain/imag-log
|
||||||
./bin/core/imag-ref
|
./bin/core/imag-ref
|
||||||
./bin/core/imag-gps
|
./bin/core/imag-gps
|
||||||
./bin/core/imag-diagnostics
|
./bin/core/imag-diagnostics
|
||||||
|
@ -46,6 +50,8 @@ CRATES=(
|
||||||
./bin/core/imag-annotate
|
./bin/core/imag-annotate
|
||||||
./bin/core/imag-link
|
./bin/core/imag-link
|
||||||
./bin/core/imag-view
|
./bin/core/imag-view
|
||||||
|
./bin/core/imag-init
|
||||||
|
./bin/core/imag-edit
|
||||||
./bin/core/imag
|
./bin/core/imag
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue