Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueltouzery committed Dec 23, 2020
1 parent d591192 commit 73fe0d0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# An example Dockerfile showing how to add new static C libraries using
# musl-gcc.

FROM ekidd/rust-musl-builder:1.47.0
FROM ekidd/rust-musl-builder:1.48.0

# https://rtfm.co.ua/en/docker-configure-tzdata-and-timezone-during-build/
ENV TZ=Europe/Ljubljana
Expand Down
14 changes: 14 additions & 0 deletions flatpak/com.github.emmanueltouzery.projectpad.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@ https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.0" />
<releases>
<release version="2.1.0" date="2020-12-23">
<description>
<ul>
<li>Support for import/export with project granularity to 7zipped YAML files</li>
<li>A server link can now link to a specific group within a server</li>
<li>Ability to search within notes also when editing</li>
<li>New shortcut to edit a note: ctrl-e</li>
<li>Scrolling to server item: more precise scrolling</li>
<li>Refresh versions of dependencies</li>
<li>Bugfix: shortcuts in the search view were tied to e and y instead of ctrl-e and ctrl-y</li>
<li>Bugfix: project note groups were not included in the group entry completion</li>
</ul>
</description>
</release>
<release version="2.0.2" date="2020-11-22">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion ppcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ppcli"
version = "2.0.0"
version = "2.1.0"
authors = ["Emmanuel Touzery <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion projectpad/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "projectpad"
version = "2.0.2"
version = "2.1.0"
authors = ["Emmanuel Touzery <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion projectpadsql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "projectpadsql"
version = "2.0.0"
version = "2.1.0"
authors = [ "Emmanuel Touzery" ]
edition = "2018"

Expand Down

0 comments on commit 73fe0d0

Please sign in to comment.