Changelog for 0.12
This commit is contained in:
parent
b4f64aaedd
commit
985e7341dc
4 changed files with 21 additions and 4 deletions
|
@ -12,8 +12,9 @@ Fernschreiber wouldn't be the same without all the people helping in making it b
|
||||||
### Code (Features, Bugfixes, Optimizations etc.)
|
### Code (Features, Bugfixes, Optimizations etc.)
|
||||||
- Chat list model, chat model, notifications, TDLib receiver, animated stickers, project dependencies, qml/c++ optimizations, chatPhoto, TDLibFile, code reviews, logging categories: [Slava Monich](https://github.com/monich)
|
- Chat list model, chat model, notifications, TDLib receiver, animated stickers, project dependencies, qml/c++ optimizations, chatPhoto, TDLibFile, code reviews, logging categories: [Slava Monich](https://github.com/monich)
|
||||||
- Chat info page, performance improvements to chat page, location support, app initialization/registration with Telegram, project dependencies, emoji handling, qml/js optimizations, multi-message actions, i18n fixes, chat permission handling, code reviews, logging categories, bot support, github build: [jgibbon](https://github.com/jgibbon)
|
- Chat info page, performance improvements to chat page, location support, app initialization/registration with Telegram, project dependencies, emoji handling, qml/js optimizations, multi-message actions, i18n fixes, chat permission handling, code reviews, logging categories, bot support, github build: [jgibbon](https://github.com/jgibbon)
|
||||||
- Copy message to clipboard [Christian Stemmle](https://github.com/chstem)
|
- Copy message to clipboard: [Christian Stemmle](https://github.com/chstem)
|
||||||
- Hide send message button if send-by-enter is switched on, focus text input on entering a chat [santhoshmanikandan](https://github.com/santhoshmanikandan)
|
- Hide send message button if send-by-enter is switched on, focus text input on entering a chat: [santhoshmanikandan](https://github.com/santhoshmanikandan)
|
||||||
|
- Integration of logout and sesison options to settings page: [Peter G.](https://github.com/nephros)
|
||||||
|
|
||||||
### Logo/Icon
|
### Logo/Icon
|
||||||
- Designed by [Matteo](https://github.com/iamnomeutente), adjustments by [Slava Monich](https://github.com/monich)
|
- Designed by [Matteo](https://github.com/iamnomeutente), adjustments by [Slava Monich](https://github.com/monich)
|
||||||
|
|
|
@ -12,6 +12,22 @@
|
||||||
# * date Author's Name <author's email> version-release
|
# * date Author's Name <author's email> version-release
|
||||||
# - Summary of changes
|
# - Summary of changes
|
||||||
|
|
||||||
|
* Sun Dec 19 2021 Sebastian J. Wolf <sebastian@ygriega.de> 0.12
|
||||||
|
- Add option to delete private chat
|
||||||
|
- Improve chat search performance - thanks to monich
|
||||||
|
- Improve message forwarding - thanks to monich
|
||||||
|
- Handle external links better for individual messages
|
||||||
|
- Full support for sponsored messages (yes, that's required before January 1, 2022)
|
||||||
|
- Move session and logout options from about to settings page - thanks to nephros
|
||||||
|
- Remove short texts for stickers and animated emojis - thanks to monich
|
||||||
|
- Fix: Display chat members correctly again after TDLib update
|
||||||
|
- Fix: Long tap on reply-to headers finally opens context menu - thanks to monich
|
||||||
|
- Fix: Apply "show stickers as images" setting to animated emojis - thanks to monich
|
||||||
|
- Fix: Don't save draft for chats with deleted users
|
||||||
|
- Fix: Hide appearance settings that are not applicable - thanks to monich
|
||||||
|
- Fix: Less memory consumption for stickers after TDLib upgrade - thanks to monich
|
||||||
|
- Updated translations for Polish, Spanish, Swedish - thanks to atlochowski, carlosgonz0, eson57
|
||||||
|
|
||||||
* Sun Dec 05 2021 Sebastian J. Wolf <sebastian@ygriega.de> 0.11
|
* Sun Dec 05 2021 Sebastian J. Wolf <sebastian@ygriega.de> 0.11
|
||||||
- Update to TDLib 1.7.9 - bring Fernschreiber back to life
|
- Update to TDLib 1.7.9 - bring Fernschreiber back to life
|
||||||
- Support for animated emoji
|
- Support for animated emoji
|
||||||
|
|
|
@ -12,7 +12,7 @@ Name: harbour-fernschreiber
|
||||||
|
|
||||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 1
|
Release: 2
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: LICENSE
|
License: LICENSE
|
||||||
URL: http://werkwolf.eu/
|
URL: http://werkwolf.eu/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Name: harbour-fernschreiber
|
Name: harbour-fernschreiber
|
||||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 1
|
Release: 2
|
||||||
# The contents of the Group field should be one of the groups listed here:
|
# The contents of the Group field should be one of the groups listed here:
|
||||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
|
|
Loading…
Reference in a new issue