From cc2578781e46cf8670cc9ac94fdc000565fba155 Mon Sep 17 00:00:00 2001 From: otsmr Date: Sat, 8 Nov 2025 15:06:47 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 14 +++++++------- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9e6a8..6827338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,21 @@ ## 0.0.62 -- Support for groups -- Edit & Delete messages -- Switched to FFmpeg for improved video compression +- Support for groups with multiple administrators +- Edit and delete messages - Create images using volume buttons -- Video max. length increased to 60 seconds - New and improved emoji picker - Removing audio after recording is possible - Edited image is now embedded into the video -- New context menu and other UI enhancements +- Video max length increased to 60 seconds +- Switched to FFmpeg for improved video compression +- New context menu and other UI enhancements - Client-to-client protocol migrated to Protocol Buffers (Protobuf) -- Database identifiers converted to UUIDs -- Completely redesigned database schema +- Database identifiers converted to UUIDs and the database schema completely redesigned - Improved reliability of client-to-client messaging - Multiple bug fixes + ## 0.0.61 - Improving image editor when changing colors diff --git a/pubspec.yaml b/pubspec.yaml index 0489c4b..245c4de 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: "twonly, a privacy-friendly way to connect with friends through sec publish_to: 'none' -version: 0.0.61+61 +version: 0.0.62+62 environment: sdk: ^3.6.0