Skip to content

Commit

Permalink
Release 1.2.0 (#121)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md

* updated name in package-lock
  • Loading branch information
Oleksandr1414 authored Jul 2, 2024
1 parent f070b2b commit 9456532
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.2.0

### Features

- Implement local search for group chats + search by user
- Added: [user_name] has left the chat.
- Notify all participants when admin changes group name or description

### Important fixes

- User became `deleted account` when removed by admin without common chats
- Removed the error when a user was stayed alone in the group chat
- Black screen appears after pressing on `ESC` when modal popup is active

## 1.1.0

### Improvements
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sama",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"dependencies": {
"@capacitor/android": "6.0.0",
Expand Down

0 comments on commit 9456532

Please sign in to comment.