Skip to content

Commit

Permalink
Release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelolasagasti committed Sep 13, 2020
1 parent b395c6e commit de480bf
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
2020-09-13: Revelation 0.5.3
============================

Bugfixes:

- Fix moving multiple entries #30 [Miquel Garriga]
- Fix CSV and HTML export #31
- Fix missing icons wiht icons from Inkscape #32
- Fix crash when right-click on entry details #33 #35 [Miquel Garriga]
- Not able to import/export old Revelation1 files #41

Others:

- Migrate from PyCrytpo to PyCryptodomex #13 [Miquel Garriga]
- Install path changed from pyexecdir to pythondir #36 [Robert-André Mauchin]
- Use pycryptdome's PBKDF2 instead of own library #40
- More changes to adapt to Flathub and Fedora
- GTK3-3.22 is required now


2020-09-04: Revelation 0.5.2
============================

Expand All @@ -10,6 +30,7 @@ Translation:
Others:
- Change AppData install dir for Flathub


2020-08-30: Revelation 0.5.1
============================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl

dnl initialize autoconf/automake
AC_PREREQ([2.69])
AC_INIT([revelation],[0.5.2],[https://github.com/mikelolasagasti/revelation/issues],[revelation],[https://revelation.olasagasti.info/])
AC_INIT([revelation],[0.5.3],[https://github.com/mikelolasagasti/revelation/issues],[revelation],[https://revelation.olasagasti.info/])
AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip -Wno-portability])

AM_GNU_GETTEXT_VERSION([0.19.8])
Expand Down
1 change: 1 addition & 0 deletions data/info.olasagasti.revelation.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<updatecontact>[email protected]</updatecontact>
<content_rating type="oars-1.1" />
<releases>
<release version="0.5.3" date="2020-09-13" />
<release version="0.5.2" date="2020-09-04" />
<release version="0.5.1" date="2020-08-30" />
<release version="0.5.0" date="2020-08-10" />
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ APPNAME = "Revelation"
PACKAGE = "@PACKAGE@"
VERSION = "@VERSION@"
DATAVERSION = 2
RELNAME = "Back to chaos"
RELNAME = "Gora mirotzak!"
URL = "https://revelation.olasagasti.info/"
AUTHORS = [ "Erik Grinaker <[email protected]>","Mikel Olasagasti Uranga <[email protected]>" ]
ARTISTS = [ "Erik Grinaker <[email protected]>" ]
Expand Down

0 comments on commit de480bf

Please sign in to comment.