diff --git a/.github/images/Screenshot 2024-02-18 213652.png b/.github/images/Screenshot 2024-02-18 213652.png new file mode 100644 index 0000000..c428636 Binary files /dev/null and b/.github/images/Screenshot 2024-02-18 213652.png differ diff --git a/.github/images/Screenshot 2024-02-18 214742.png b/.github/images/Screenshot 2024-02-18 214742.png new file mode 100644 index 0000000..fd3ed29 Binary files /dev/null and b/.github/images/Screenshot 2024-02-18 214742.png differ diff --git a/README.md b/README.md index 5caeab0..f6d1ad1 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ The main goal of this project is to improve the user experience while staying ba ## Features Currently, Fancy Mumble is under development and a lot of actual features of the original Mumble client are missing -* [ ] Send Gif from a quick select menu -* [ ] Link previews with additional privacy options +* [x] Send Gif from a quick select menu +* [x] Link previews with additional privacy options * [ ] Reactions * [ ] Share any File @@ -29,8 +29,8 @@ cargo tauri dev ## Screenshots -![](.github/images/Screenshot%202023-04-17%20194703.png) -![](.github/images/Screenshot%202023-04-17%20194756.png) +![](.github/images/Screenshot%202024-02-18%20213652.png) +![](.github/images/Screenshot%202024-02-18%20214742.png) ## License [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FFancy-Mumble%2FFancyMumbleV2.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FFancy-Mumble%2FFancyMumbleV2?ref=badge_large) \ No newline at end of file diff --git a/package.json b/package.json index c7d3aad..c5d449d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rust-mumble-app", "private": true, - "version": "0.2.1", + "version": "0.2.2", "type": "module", "license": "MIT", "scripts": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 417c8da..aea3d99 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.2.1" +version = "0.2.2" description = "Fancy Mumble" authors = ["you"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 11fa684..a87166e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Fancy Mumble", - "version": "0.2.1" + "version": "0.2.2" }, "tauri": { "allowlist": {