Skip to content

Commit

Permalink
chore(master): release 0.9.0 (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 4, 2024
1 parent 46e037d commit f850713
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.8.2"}
{".":"0.9.0"}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.9.0](https://github.com/Martichou/rquickshare/compare/v0.8.2...v0.9.0) (2024-07-04)


### Features

* 'finish' macos support ([efb5982](https://github.com/Martichou/rquickshare/commit/efb598260b64d4592a0fc85f4311617d8ee22e64))
* add back name inside tray menu on v2 ([373460e](https://github.com/Martichou/rquickshare/commit/373460e0bbd7d1dc231a89e08e9df5df67390270))
* add Tauri V2 codebase ([ba4f16f](https://github.com/Martichou/rquickshare/commit/ba4f16f2284f22b3ac8e5d72e85b38c77c05d7d0))
* drag&drop working now ([3c97e6d](https://github.com/Martichou/rquickshare/commit/3c97e6dc25811dabddbae53623a285d8919a62d1))
* migrate V1 codebase for V2 ([a3226fc](https://github.com/Martichou/rquickshare/commit/a3226fc43bdfba05e09993feffcb98f61d394a8e))
* prepare for macos support ([2e7857c](https://github.com/Martichou/rquickshare/commit/2e7857c5d59045f6c216ec1eb2034a55fa2cc85c))
* support notification on macos (no action) ([8a57a11](https://github.com/Martichou/rquickshare/commit/8a57a118bc70ea7d5eade3f20e419093782ff654))
* TS migrated to Tauri V2 ([a286591](https://github.com/Martichou/rquickshare/commit/a286591d3b3250d989c8deae1be1d2ffb4f78ff1))


### Bug Fixes

* _id is not a field, use id :) ([3cce6b0](https://github.com/Martichou/rquickshare/commit/3cce6b0f5776145182fd70f2f263c0b3a176f398))
* attempt to fix pnpm issue ([bc49f65](https://github.com/Martichou/rquickshare/commit/bc49f65b150202dfee7bc87745d6b95492c56cb4))
* **ci:** debug upload name conflicted ([dacb7da](https://github.com/Martichou/rquickshare/commit/dacb7da43df4e4acf4bafa6e77de1c4fdace33dc))
* display received file.s once finished ([505258c](https://github.com/Martichou/rquickshare/commit/505258c1aae1037e573487b314db03698dbc17ed))
* fmt script go back to correct directory ([1e007db](https://github.com/Martichou/rquickshare/commit/1e007db8522c6fd761c492fa6e1a39b454e4701f))
* improve sanity wait ([c595dcd](https://github.com/Martichou/rquickshare/commit/c595dcd099909bc87fdcf29b79fa85a0acae369d))
* missing appindicator library pkg and fix glob for release ([5859434](https://github.com/Martichou/rquickshare/commit/585943473867dde3e34c5efd6c5f7c8e4aac4a8e))
* release bundle rename ([1578081](https://github.com/Martichou/rquickshare/commit/15780810a9774f5940e906e8eb0a6179563b2058))
* upload name duplicated ([20606d2](https://github.com/Martichou/rquickshare/commit/20606d2d0db215ddc6d5485c137c7998347ae941))
* useless format and not used id ([ad08e9f](https://github.com/Martichou/rquickshare/commit/ad08e9f1900be6d1642f5853a3b36f7a664daea7))

## [0.8.2](https://github.com/Martichou/rquickshare/compare/v0.8.1...v0.8.2) (2024-06-19)


Expand Down
4 changes: 2 additions & 2 deletions app/legacy/src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion app/legacy/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rquickshare"
version = "0.8.2"
version = "0.9.0"
default-run = "rquickshare"
edition = "2021"
authors = ["martichou"]
Expand Down
2 changes: 1 addition & 1 deletion app/main/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rquickshare"
version = "0.8.2"
version = "0.9.0"
default-run = "rquickshare"
edition = "2021"
authors = ["martichou"]
Expand Down
2 changes: 1 addition & 1 deletion core_lib/Cargo.lock

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

2 changes: 1 addition & 1 deletion core_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rqs_lib"
version = "0.8.2"
version = "0.9.0"
edition = "2021"
authors = ["martichou"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: r-quick-share
base: core20
version: 0.8.2
version: 0.9.0
summary: QuickShare implementation for Linux
description: |
Rust implementation of NearbyShare/QuickShare from Android for Linux.
Expand Down

0 comments on commit f850713

Please sign in to comment.