Skip to content

Commit 631d0c8

Browse files
committed
Add release notes for 2.0.0
1 parent 791e6b7 commit 631d0c8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.MD

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

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+
326
## 1.3.0 - Code refractoring, new features and fixes
427
- Refactored code to simplify and be more maintainable.
528
- Added support for sending notifications on send and receive.

0 commit comments

Comments
 (0)