Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SetZero committed Feb 18, 2024
1 parent 21f3489 commit 1e2fbef
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file added .github/images/Screenshot 2024-02-18 213652.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/Screenshot 2024-02-18 214742.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rust-mumble-app",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.2.1"
version = "0.2.2"
description = "Fancy Mumble"
authors = ["you"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Fancy Mumble",
"version": "0.2.1"
"version": "0.2.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 1e2fbef

Please sign in to comment.