Skip to content

Commit 6c5c69e

Browse files
committed
Prep for 2.0.1 release
1 parent a133358 commit 6c5c69e

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.MD

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.0.1 - Minor fixes and FreeBSD release binaries
4+
- Binaries for `freeBSD/amd64` are now avaliable on the release page.
5+
- Corrected the icon for the receive tab.
6+
- Updated `fyne` to [v1.4.2](https://github.com/fyne-io/fyne/releases/tag/v1.4.2).
7+
- Dialog shadow does not resize correctly sometimes.
8+
- Possible crash when minimising app on Windows.
9+
- File chooser ignores drive Z on Windows.
10+
311
## 2.0.0 - Code rework and many new features
412
- Massive rework and rewrite of code to simplify and make it more maintainable.
513
- Use new list widget with custom layout for showing sends and receives.
@@ -21,7 +29,7 @@
2129
- The `Makefile` now supports uninstalling too (for Linux and BSD).
2230
- Release binaries are now built for `linux/arm64` as well.
2331
- Add initial build and package support for BSD.
24-
- The next big release will have binaries for `freeBSD/amd64`.
32+
- The next release will have binaries for `freeBSD/amd64`.
2533
- Updated `fyne` to [v1.4.0](https://github.com/fyne-io/fyne/releases/tag/v1.4.0).
2634

2735
## 1.3.0 - Code refractoring, new features and fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The initial version was built in less than one day to show how quick and easy it
88
</p>
99

1010
Built using the following Go modules:
11-
- [fyne](https://github.com/fyne-io/fyne) (version 1.4.0)
11+
- [fyne](https://github.com/fyne-io/fyne) (version 1.4.2)
1212
- [wormhole-william](https://github.com/psanford/wormhole-william) (version 1.0.4 + [f69f6e8](https://github.com/psanford/wormhole-william/commit/f69f6e823d8cec6b3756b8ce63024c8cd3c3ebf2))
1313
- [archiver](https://github.com/mholt/archiver) (version 3.5.0)
1414

@@ -19,7 +19,7 @@ Wormhole-gui compiles into a statically linked binary with no runtime dependenci
1919
## Downloads
2020

2121
Please visit the [release page](https://github.com/Jacalz/wormhole-gui/releases) for downloading the latest releases.
22-
Versions for Linux (`x86-64` and `arm64`), MacOS and Windows (`x86-64`) are available. Release binaries for FreeBSD is coming soon.
22+
Versions for Linux (`x86-64` and `arm64`), FreeBSD, MacOS and Windows (`x86-64`) are available.
2323

2424
## Building
2525

internal/ui/about.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
version = "v2.0.0"
16+
version = "v2.0.1"
1717
rurl = "https://github.com/Jacalz/wormhole-gui/releases/tag/" + version
1818
)
1919

0 commit comments

Comments
 (0)