|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 | ## 2.1.0 - Major ui changes and a lot of improvements
|
4 |
| -- Reworked the settings page to use a more modern layout. |
5 | 4 | - Major rework of the receive tab to use progress bars.
|
6 | 5 | - 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). |
7 | 10 | - Multiple improvements to the text send and receive windows.
|
8 | 11 | - Opens faster by only being created once instead of on each send/receive.
|
9 | 12 | - Clicking `CTRL + SHIFT` in the send window now starts the send.
|
10 | 13 | - Tab characters are now displayed correctly (bug fix in fyne).
|
11 | 14 | - 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. |
15 | 16 | - Receives are now properly rejected instead of just not being downloaded.
|
16 | 17 | - 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. |
22 | 19 | - Fixed an issue where existing files could be overwritten.
|
23 | 20 | - Fixed a couple possible race conditions on sending data.
|
24 | 21 | - 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. |
27 | 22 | - Fixed an issue where file extensions would be displayed as `.` when waiting for data.
|
28 | 23 | - 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`). |
30 | 26 | - Updated `fyne` to [v2.0.0](https://github.com/fyne-io/fyne/releases/tag/v2.0.0).
|
31 | 27 | - The tabs are now animated to be more responsible on change.
|
32 | 28 | - Buttons now show an animation on tapped.
|
|
0 commit comments