Skip to content

Commit

Permalink
merge from v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Mar 19, 2024
2 parents c9c8c33 + 9dec960 commit bc693e2
Show file tree
Hide file tree
Showing 79 changed files with 1,314 additions and 740 deletions.
6 changes: 6 additions & 0 deletions .changes/clipboard-manager-image.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"clipboard-manager": "minor"
"clipboard-manager-js": "minor"
---

Add support for `read_image` and `write_image` to the clipboard plugin (desktop).
5 changes: 5 additions & 0 deletions .changes/clipboard-text-command-rename.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"clipboard-manager": patch
---

The `write` and `read` commands are now called `write_text` and `read_text` so the permission name was changed.
5 changes: 5 additions & 0 deletions .changes/dialog-main-thread.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
dialog: patch
---

Fixed an issue where the dialog apis panicked when they were called with no application windows open.
5 changes: 5 additions & 0 deletions .changes/fix-fs-watcher-basedir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fs": patch
---

Fixes `watch` and `watchImmediate` which previously ignored the `baseDir` parameter.
5 changes: 5 additions & 0 deletions .changes/fix-updater-cleanup-md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"updater": patch
---

Add a `on_before_exit` hook for cleanup before spawning the updater on Windows, defaults to `app.cleanup_before_exit` when used through `UpdaterExt`
5 changes: 5 additions & 0 deletions .changes/fix-updater-powershell-flashing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"updater": patch
---

Fix Windows powershell window flashing on update
5 changes: 5 additions & 0 deletions .changes/shell-fix-schema-command-property-name.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"shell": "patch"
---

Change shell's schema property name `command` to `cmd`.
Loading

0 comments on commit bc693e2

Please sign in to comment.