|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.0.0 - Code rework and many new features |
| 4 | +- Massive rework and rewrite of code to simplify and make it more maintainable. |
| 5 | +- Use new list widget with custom layout for showing sends and receives. |
| 6 | +- Show a button for copying the send code. See #3 for more information. |
| 7 | +- Show an icon for each file, folder, or text snippet that is sent. |
| 8 | + - Includes MIME type and extension information. |
| 9 | +- Big UI refresh thanks to new theme rework in `fyne v1.4.0`. |
| 10 | +- Added support for sending and receiving folders. |
| 11 | +- Sending files now properly closes them afterwards. |
| 12 | +- Fixed a bug that caused component length to not be saved between application restarts. |
| 13 | +- Switch to adaptive theme by default. |
| 14 | + - Will changes depending on dark/light mode on `windows 10` and `macOS`. |
| 15 | +- Added folder picker for selecting a downloads directory. |
| 16 | +- Multiple performance and memory improvements. |
| 17 | + - Sends and receives are reusing the same `wormhole` client instead of creating a new one each time. |
| 18 | + - Dialogs are now created once and then shown when appropriate (not when showing errors). |
| 19 | + - Themes are no longer checked too many times on startup. |
| 20 | +- The `Makefile` now supports uninstalling too (for Linux and BSD). |
| 21 | +- Release binaries are now built for `linux/arm64` as well. |
| 22 | +- Add initial build and package support for BSD. |
| 23 | + - The next big release will have binaries for `freeBSD/amd64`. |
| 24 | +- Updated `fyne` to [v1.4.0](https://github.com/fyne-io/fyne/releases/tag/v1.4.0). |
| 25 | + |
3 | 26 | ## 1.3.0 - Code refractoring, new features and fixes
|
4 | 27 | - Refactored code to simplify and be more maintainable.
|
5 | 28 | - Added support for sending notifications on send and receive.
|
|
0 commit comments