|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.9.0](https://github.com/Martichou/rquickshare/compare/v0.8.2...v0.9.0) (2024-07-04) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* 'finish' macos support ([efb5982](https://github.com/Martichou/rquickshare/commit/efb598260b64d4592a0fc85f4311617d8ee22e64)) |
| 9 | +* add back name inside tray menu on v2 ([373460e](https://github.com/Martichou/rquickshare/commit/373460e0bbd7d1dc231a89e08e9df5df67390270)) |
| 10 | +* add Tauri V2 codebase ([ba4f16f](https://github.com/Martichou/rquickshare/commit/ba4f16f2284f22b3ac8e5d72e85b38c77c05d7d0)) |
| 11 | +* drag&drop working now ([3c97e6d](https://github.com/Martichou/rquickshare/commit/3c97e6dc25811dabddbae53623a285d8919a62d1)) |
| 12 | +* migrate V1 codebase for V2 ([a3226fc](https://github.com/Martichou/rquickshare/commit/a3226fc43bdfba05e09993feffcb98f61d394a8e)) |
| 13 | +* prepare for macos support ([2e7857c](https://github.com/Martichou/rquickshare/commit/2e7857c5d59045f6c216ec1eb2034a55fa2cc85c)) |
| 14 | +* support notification on macos (no action) ([8a57a11](https://github.com/Martichou/rquickshare/commit/8a57a118bc70ea7d5eade3f20e419093782ff654)) |
| 15 | +* TS migrated to Tauri V2 ([a286591](https://github.com/Martichou/rquickshare/commit/a286591d3b3250d989c8deae1be1d2ffb4f78ff1)) |
| 16 | + |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | + |
| 20 | +* _id is not a field, use id :) ([3cce6b0](https://github.com/Martichou/rquickshare/commit/3cce6b0f5776145182fd70f2f263c0b3a176f398)) |
| 21 | +* attempt to fix pnpm issue ([bc49f65](https://github.com/Martichou/rquickshare/commit/bc49f65b150202dfee7bc87745d6b95492c56cb4)) |
| 22 | +* **ci:** debug upload name conflicted ([dacb7da](https://github.com/Martichou/rquickshare/commit/dacb7da43df4e4acf4bafa6e77de1c4fdace33dc)) |
| 23 | +* display received file.s once finished ([505258c](https://github.com/Martichou/rquickshare/commit/505258c1aae1037e573487b314db03698dbc17ed)) |
| 24 | +* fmt script go back to correct directory ([1e007db](https://github.com/Martichou/rquickshare/commit/1e007db8522c6fd761c492fa6e1a39b454e4701f)) |
| 25 | +* improve sanity wait ([c595dcd](https://github.com/Martichou/rquickshare/commit/c595dcd099909bc87fdcf29b79fa85a0acae369d)) |
| 26 | +* missing appindicator library pkg and fix glob for release ([5859434](https://github.com/Martichou/rquickshare/commit/585943473867dde3e34c5efd6c5f7c8e4aac4a8e)) |
| 27 | +* release bundle rename ([1578081](https://github.com/Martichou/rquickshare/commit/15780810a9774f5940e906e8eb0a6179563b2058)) |
| 28 | +* upload name duplicated ([20606d2](https://github.com/Martichou/rquickshare/commit/20606d2d0db215ddc6d5485c137c7998347ae941)) |
| 29 | +* useless format and not used id ([ad08e9f](https://github.com/Martichou/rquickshare/commit/ad08e9f1900be6d1642f5853a3b36f7a664daea7)) |
| 30 | + |
3 | 31 | ## [0.8.2](https://github.com/Martichou/rquickshare/compare/v0.8.1...v0.8.2) (2024-06-19) |
4 | 32 |
|
5 | 33 |
|
|
0 commit comments