Prepare patch release 0.8.1
This commit is contained in:
parent
2eb75929aa
commit
d3556d293d
4 changed files with 10 additions and 7 deletions
|
@ -59,7 +59,7 @@ Page {
|
|||
}
|
||||
|
||||
Label {
|
||||
text: "Fernschreiber 0.8"
|
||||
text: "Fernschreiber 0.8.1"
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
font.pixelSize: Theme.fontSizeExtraLarge
|
||||
anchors {
|
||||
|
|
|
@ -12,7 +12,12 @@
|
|||
# * date Author's Name <author's email> version-release
|
||||
# - Summary of changes
|
||||
|
||||
* Mon Feb 22 2021 Sebastian J. Wolf <sebastian@ygriega.de> 0.7
|
||||
* Mon Mar 01 2021 Sebastian J. Wolf <sebastian@ygriega.de> 0.8.1
|
||||
- Fix: Show active sessions button only when authenticated - thanks to monich
|
||||
- Fix: Show newly registered contact as simple message
|
||||
- Updated translations for Finnish, Polish, Russian, Spanish - thanks to all contributors
|
||||
|
||||
* Mon Feb 22 2021 Sebastian J. Wolf <sebastian@ygriega.de> 0.8
|
||||
- Tap on a sticker to show overlay with the corresponding sticker set
|
||||
- Sticker set overlay allows to uninstall it
|
||||
- Redesign sticker picker, improve loading time
|
||||
|
|
|
@ -1,18 +1,16 @@
|
|||
#
|
||||
# Do NOT Edit the Auto-generated Part!
|
||||
# Generated by: spectacle version 0.27
|
||||
# Generated by: spectacle version 0.32
|
||||
#
|
||||
|
||||
Name: harbour-fernschreiber
|
||||
|
||||
# >> macros
|
||||
%define __provides_exclude_from ^%{_datadir}/.*$
|
||||
%define __requires_exclude ^libtdjson.*$
|
||||
# << macros
|
||||
|
||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||
Version: 0.8.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Group: Qt/Qt
|
||||
License: LICENSE
|
||||
URL: http://werkwolf.eu/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Name: harbour-fernschreiber
|
||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||
Version: 0.8.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
# The contents of the Group field should be one of the groups listed here:
|
||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||
Group: Qt/Qt
|
||||
|
|
Loading…
Reference in a new issue