Skip to content

Commit 924e554

Browse files
committed
Better wording in the changelog
1 parent ce7eccb commit 924e554

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

CHANGELOG.MD

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,28 @@
11
# Changelog
22

33
## 2.1.0 - Major ui changes and a lot of improvements
4-
- Reworked the settings page to use a more modern layout.
54
- Major rework of the receive tab to use progress bars.
65
- Dialogs are no longer used to indicate finished receives.
6+
- Redesigned settings tab to use a more modern layout.
7+
- The component slider setting now displays the currently selected number.
8+
- Fixed a bug where the component length slider did not have distinct steps.
9+
- Added a setting to allow existing files to overwritten (disabled by default).
710
- Multiple improvements to the text send and receive windows.
811
- Opens faster by only being created once instead of on each send/receive.
912
- Clicking `CTRL + SHIFT` in the send window now starts the send.
1013
- Tab characters are now displayed correctly (bug fix in fyne).
1114
- Buttons now use better wording and better icons.
12-
- Improved performance of sending files by not opening the file twice.
13-
- Removed some unnecessary code for slightly faster receives.
14-
- Filepaths in are not cleaned twice for each file on sending directories.
15+
- Some small performance improvements for send and receive of files and directories.
1516
- Receives are now properly rejected instead of just not being downloaded.
1617
- Better notification handling by indicating success and fail for both sends and receives.
17-
- Added a setting to allow existing files to overwritten (disabled by default).
18-
- The component slider setting now displays the currently selected number.
19-
- Clicking on sent and received items is now more reliable.
20-
- Copying the code of a sent item is now faster.
21-
- Added an [appstream metadata](https://www.freedesktop.org/software/appstream/docs/) file for Linux and BSD systems (installed via `make install`).
18+
- Copying the code of a sent item is now slightly faster.
2219
- Fixed an issue where existing files could be overwritten.
2320
- Fixed a couple possible race conditions on sending data.
2421
- Fixed an issue that prevented enter on the numpad from starting the receive.
25-
- Fixed a bug where the component length slider did not have distinct steps.
26-
- Fixed an issue where the directory send option used the wrong icon.
2722
- Fixed an issue where file extensions would be displayed as `.` when waiting for data.
2823
- Fixed a bug that caused the window to not be able to shrink to the correct smallest size.
29-
- Multiple code cleanups, restructurings and minor fixes.
24+
- Multiple other code cleanups, restructurings and minor fixes.
25+
- Added an [appstream metadata](https://www.freedesktop.org/software/appstream/docs/) file for Linux and BSD systems (installed via `make install`).
3026
- Updated `fyne` to [v2.0.0](https://github.com/fyne-io/fyne/releases/tag/v2.0.0).
3127
- The tabs are now animated to be more responsible on change.
3228
- Buttons now show an animation on tapped.

0 commit comments

Comments
 (0)