Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Jun 19, 2024
1 parent 6d490ce commit 9ac3d37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- Adds `editItem()` script function for editing any item format (#2672).

- Item color is now shown in tray menu as the default icon (#2700).

## Changed

- Removes large margins in the tab tree.
Expand All @@ -29,6 +31,9 @@

// remove items ...

- The `execute()` script function now throws an exception when command cannot
be executed instead of returning `undefine`.

## Fixed

- Includes many performance improvements for working with large amount of items.
Expand All @@ -37,8 +42,14 @@

- Fixes text color in the internal item editor (#2643).

- Fixes showing global shortcuts in tray menu (#2382).

- Fixes passing captured texts to automated commands (#2707).

- Fixes duplicate synchronized items after tagging or modifying data.

- Fixes situation when display commands stop updating items.

- The pre-defined "Move to tab" action will be shown only if the current tab is
not the same as target tab (#2669). Previously, in such case the item was
removed unexpectedly.
Expand Down

0 comments on commit 9ac3d37

Please sign in to comment.