From 154be3dcfe2c93f5cf66f25f1b356e54653175a1 Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Sun, 1 Nov 2020 12:06:00 +0100 Subject: [PATCH] Release 0.1.0-beta2 --- briar-gtk/data/app.briar.gtk.metainfo.xml.in | 2 +- debian/changelog | 34 ++++++++++++++++++++ debian/control | 2 +- meson.build | 2 +- 4 files changed, 37 insertions(+), 3 deletions(-) diff --git a/briar-gtk/data/app.briar.gtk.metainfo.xml.in b/briar-gtk/data/app.briar.gtk.metainfo.xml.in index 65bfd45..bce9245 100644 --- a/briar-gtk/data/app.briar.gtk.metainfo.xml.in +++ b/briar-gtk/data/app.briar.gtk.metainfo.xml.in @@ -68,7 +68,7 @@ </custom> <releases> - <release version="0.1.0-beta2" date="2020-10-10"> + <release version="0.1.0-beta2" date="2020-11-01"> <description> <p> Improvements in this version: diff --git a/debian/changelog b/debian/changelog index e2ecff0..01035a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +briar-gtk (0.1.0-beta2-1) UNRELEASED; urgency=medium + + * Improved notification support + * Showing number of unread messages in contact list + * Support for changing contacts' names + * Support for deleting all messages of a chat + * Indication of messages' delivery states + * Migration to briar_wrapper 0.0.6 + * Many more minor improvements + * Translations into many languages: + * Albanian + * Arabic + * Catalan + * Chinese (Simplified) + * Esperanto + * Dutch + * French + * Galician + * Hebrew + * Hungarian + * Icelandic + * Italian + * Korean + * Lithuanian + * Macedonian + * Persian + * Portuguese (Brazil) + * Russian + * Swedish + * Thai + * Turkish + + -- Nico Alt <nicoalt@posteo.org> Sun, 01 Nov 2020 17:25:32 +0000 + briar-gtk (0.1.0-beta1-1) UNRELEASED; urgency=medium * Basic notification support diff --git a/debian/control b/debian/control index 1f6f149..38c2b68 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Depends: ${misc:Depends}, gir1.2-handy-1 (>= 0.90.0), python3, - python3-briar-wrapper(>= 0.0.4), + python3-briar-wrapper(>= 0.0.6), python3-gi Description: Secure messaging, anywhere Briar is a messaging app designed for activists, journalists, and anyone diff --git a/meson.build b/meson.build index cb02ba4..9ade97f 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'briar-gtk', - version: '0.1.0-beta1', + version: '0.1.0-beta2', meson_version: '>= 0.50.0', ) -- GitLab