Skip to content

Commit

Permalink
Prepare 0.3.0 project release (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepySquash authored Dec 25, 2024
1 parent 3385ceb commit dd13154
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 25 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All user visible changes to this project will be documented in this file. This p



## [0.3.0] · 2024-??-??
## [0.3.0] · 2024-12-25
[0.3.0]: /../../tree/v0.3.0

[Diff](/../../compare/v0.2.2...v0.3.0) | [Milestone](/../../milestone/31)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
- Added messages searching on chat page.
- Added device being offline label to chats tab.
- Updated file sizes to be displayed in B, KB, MB, GB and PB.
- Fixed deleted chats still displaying in list after mass clearing.
- Added avatar cropping to profile page.
2 changes: 1 addition & 1 deletion helm/messenger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: messenger
description: Open-source front-end part of messenger by team113.
version: 0.1.3
appVersion: 0.2.3
appVersion: 0.3.0
type: application
sources:
- https://github.com/team113/messenger
Expand Down
5 changes: 1 addition & 4 deletions ios/fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
- Added messages searching on chat page.
- Added device being offline label to chats tab.
- Updated file sizes to be displayed in B, KB, MB, GB and PB.
- Fixed deleted chats still displaying in list after mass clearing.
- Added avatar cropping to profile page.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: messenger
version: 0.2.3
version: 0.3.0
publish_to: none

environment:
Expand Down
10 changes: 3 additions & 7 deletions release_notes/en-US.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
- Added swipe to reply trackpad gesture on macOS.
- Added messages searching on chat page.
- Added device being offline label to chats tab.
- Updated file sizes to be displayed in B, KB, MB, GB and PB.
- Fixed invalid diagonal window resize cursors on macOS.
- Fixed deleted chats still displaying in list after mass clearing.
- Fixed invalid camera, microphone and output device names in Firefox.
- Added avatar cropping to profile page.
- Added images and files pasting from clipboard in chat.
- Added images and files drag-n-drop in chats tab.
10 changes: 3 additions & 7 deletions release_notes/ru-RU.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
- Добавлен жест свайпа по трекпаду для ответа на сообщение на macOS.
- Добавлен поиск сообщений в чате.
- Добавлено отображение режима оффлайн в списке чатов.
- Обновлено отображение размеров файлов в Б, КБ, МБ, ГБ и ПБ.
- Исправлены некорректные курсоры диагонального изменения размера окна звонка на macOS.
- Исправлено отображение удалённых чатов после массовой очистки.
- Исправлены некорректные названия видео и аудио устройств в Firefox'е.
- Добавлен кроппинг аватара в профиле.
- Добавлена возможность вставлять картинки и файлы из буфера обмена в чате.
- Добавлена возможность перетаскивать картинки и файлы в список чатов для их отправки.

0 comments on commit dd13154

Please sign in to comment.