Skip to content
Snippets Groups Projects
Commit 30253118 authored by Mohammed Sadiq's avatar Mohammed Sadiq
Browse files

Update changelog and release 0.6.0~beta

parent b10a76b0
No related branches found
Tags v0.6.0_beta
2 merge requests!1251mm-account: Don't set SMS validity,!1027Update changelog and release 0.6.0~beta
Pipeline #74327 passed with stages
in 10 minutes and 57 seconds
Overview of Changes in Chats 0.6.0~beta. Tue, 11 Jan 2022
=========================================================
This version of Chats updates the database schema and thus once you update
to 0.6.0~beta, you shall NOT be able to go back to any older version. When
the db schema is updated, a copy of older version of the db is stored as
~/.purple/chatty/db/chatty-history.db.xxxx (where xxxx is a unix timestamp)
Right now in any of the 0.5.0~beta, there are several things that are not being
explicitly saved in the chatty database (such as the subject, multiple attachments, etc).
!1023 fixed those issues so that chatty can appropriately handle them. However,
once one runs that MR, one cannot backport the database, hence the reasoning to go
to 0.6.0~beta instead of 0.5.0~beta5. It makes it obvious that this is a major upgrade.
* Update database schema to handle MMS subject, multi file attachments, etc.
* Improve database tests to avoid incompatible changes
* Improve auto generated names for multi user MMS chats
* Allow calling contacts from info page
* Fixes issue(s) #666, #668
* Update Translations
- Italian
- Ukrainian
- Romanian
- Dutch
Overview of Changes in Chats 0.5.0~beta4. Wed, 15 Dec 2021
==========================================================
* MMS
......
chatty (0.6.0~beta) byzantium; urgency=medium
[ Mohammed Sadiq ]
* This version changes the DB schema so we bumped the version number to 0.6.0 to indicate that. It is still supposed to be the last beta before the next stable release.
* Add NEWS
* mm: Add an SMS URI parser
* mm-chat: Add API to create chat from SMS URI
* mm-account: Add API start chat from SMS URI
* manager: Use ChattySmsUri to handle SMS URIs
* window: Avoid validating SMS URI
* chat: Add API to generate chat name
* ma-chat: Use the new API to generate name
* mm-chat: Use the new API to generate name
* chat-view: Show send button for file only messages
* tests: Improve history tests
* message: Add API for message subject
* history: Update db design to handle more MMS features
* mmsd: Add files as attachments to message
* text-item: Generate text content for multi file messages
[ Anders Jonsson ]
* po: Update Swedish translation
[ Yuri Chornoivan ]
* po: Update Ukrainian translation
[ Vittorio Monti ]
* po: Update Italian translation
[ Daniel Șerbănescu ]
* po: Update Romanian translation
[ Jan Jasper de Kroon ]
* po/nl.po: Dutch translation updates
[ Chris Talbot ]
* mmsd: Add uid to folder
* list-row: Add call button
* mm-chat-info: Add call button next to contacts for group chats
[ Kyle Evans ]
* run.in: show gdb the source, debug from anywhere
-- Mohammed Sadiq <sadiq@sadiqpk.org> Tue, 11 Jan 2022 14:36:10 +0530
chatty (0.5.0~beta4) byzantium; urgency=medium
[ Chris Talbot ]
......
project(
'chatty', 'c', 'cpp',
version: '0.5.0.beta4',
version: '0.6.0.beta',
meson_version: '>= 0.53.0',
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment