Skip to content

Commit 6e22b8b

Browse files
authored
Merge pull request #6 from dubisdev/release-please--branches--main--components--trayfier
chore(main): release trayfier 1.0.0
2 parents 8b10c97 + b28b4f9 commit 6e22b8b

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-12-31)
4+
5+
6+
### Features
7+
8+
* Add hability to update tray apps ([cbec8bb](https://github.com/dubisdev/trayfier/commit/cbec8bb1d2539f36b8d4dd7a87a9987b80f90b17))
9+
* Add option to create icons on the tray ([b5dcb27](https://github.com/dubisdev/trayfier/commit/b5dcb27c804afd4be188890c88b2b7603ce4dab6))
10+
* Configure autostart ([4c27b68](https://github.com/dubisdev/trayfier/commit/4c27b68b763213beaf71031a4ee59a0b311dcef0))
11+
12+
13+
### Bug Fixes
14+
15+
* Adapt file picker to new API ([266217f](https://github.com/dubisdev/trayfier/commit/266217f7a64a8b3add8c7631ba28acf5533905e1))
16+
* Add single instance plugin ([c529c15](https://github.com/dubisdev/trayfier/commit/c529c15068ddb631d7c287565e3cdcece73231a4))
17+
* Disable autocomplete in edit & creation forms ([59f9583](https://github.com/dubisdev/trayfier/commit/59f95830bbd37aa362a7d58e91588ebd7af8071e))
18+
* Force update to test updater ([278a25c](https://github.com/dubisdev/trayfier/commit/278a25cd30db1d7b5461fc7a2700798dc7ae679d))
19+
* Tray app icon not working ([44ae09c](https://github.com/dubisdev/trayfier/commit/44ae09c22b82cfa6e191d3a42dc1eefdf958bba3))
20+
* Update deps ([eaaf741](https://github.com/dubisdev/trayfier/commit/eaaf741965c511defb3971923b7878ed786e6359))
21+
* Update tauri updater key ([7b9e469](https://github.com/dubisdev/trayfier/commit/7b9e46964ecd9b750ae99f1f781e3c4fd4dc02c7))
22+
* Update updater key ([d6337b6](https://github.com/dubisdev/trayfier/commit/d6337b6a0b14ab3373c076a86855c75fa23a5a51))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "trayfier",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)