Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Apr 2, 2023
1 parent ad76664 commit 1efa5e7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# 7.0.0

## Added

- Windows installer has an option to install for current user or all users
(#1912).

## Changed

- The preferred format to edit is now "text/plain;charset=utf-8" with
"text/plain" as fallback. Additionally, if no such format is available,
"text/uri-list" is used.

- Toggle Clipboard Storing menu item uses static text and icon instead of
changing these dynamically after each use (#2255).

- Settings integrity is now handled solely by Qt. Previously, additional
`*.bak` files where created for configuration files.

- Commands are no longer migrated to the new format on start. The old command
configuration file has been last used in version 3.9.0 (released on
2019-06-27).

- Native notification text length is limited now to avoid slow downs when
showing notifications in some desktop environments. The limit is about
100,000 characters and 100 lines.

## Fixed

- Fixes Sort/Reverse Selected Items menu actions (#2267).

- Fixes moving items to a tab in tab bar using drag'n'drop (#1246).

- Fixes possibly buggy window manager frame geometry (#2247).

# 6.4.0

## Added
Expand Down

0 comments on commit 1efa5e7

Please sign in to comment.