File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## 2.0.0 - Code rework and many new features
4
12
- Massive rework and rewrite of code to simplify and make it more maintainable.
5
13
- Use new list widget with custom layout for showing sends and receives.
21
29
- The ` Makefile ` now supports uninstalling too (for Linux and BSD).
22
30
- Release binaries are now built for ` linux/arm64 ` as well.
23
31
- 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 ` .
25
33
- Updated ` fyne ` to [ v1.4.0] ( https://github.com/fyne-io/fyne/releases/tag/v1.4.0 ) .
26
34
27
35
## 1.3.0 - Code refractoring, new features and fixes
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The initial version was built in less than one day to show how quick and easy it
8
8
</p >
9
9
10
10
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 )
12
12
- [ wormhole-william] ( https://github.com/psanford/wormhole-william ) (version 1.0.4 + [ f69f6e8] ( https://github.com/psanford/wormhole-william/commit/f69f6e823d8cec6b3756b8ce63024c8cd3c3ebf2 ) )
13
13
- [ archiver] ( https://github.com/mholt/archiver ) (version 3.5.0)
14
14
@@ -19,7 +19,7 @@ Wormhole-gui compiles into a statically linked binary with no runtime dependenci
19
19
## Downloads
20
20
21
21
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.
23
23
24
24
## Building
25
25
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
)
14
14
15
15
const (
16
- version = "v2.0.0 "
16
+ version = "v2.0.1 "
17
17
rurl = "https://github.com/Jacalz/wormhole-gui/releases/tag/" + version
18
18
)
19
19
You can’t perform that action at this time.
0 commit comments