Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Releases: lucor/fyne-cross

Release v2.2.1

16 Sep 17:40
90130e8
Compare
Choose a tag to compare
  • Fix iOS fails with "only on darwin" when on mac #78
  • Update README installation when module-aware mode is not enabled

Release v2.2.0

01 Sep 09:49
df741fe
Compare
Choose a tag to compare
  • Add --pull option to attempt to pull a newer version of the docker image #75

Release v2.1.2

13 Aug 17:08
0b6d413
Compare
Choose a tag to compare
  • Base image is based on dockercore/golang-cross@1.13.15 (Go v1.13.15)
  • fyne cli updated to v1.3.3

Release v2.1.1

17 Jul 19:09
319b996
Compare
Choose a tag to compare
  • Update base image to dockercore/golang-cross@1.13.14 (Go v1.13.14)

Release v2.1.0

16 Jul 16:35
b1f0be3
Compare
Choose a tag to compare
  • Add support for build flags #69
  • Base image is based on dockercore/golang-cross@1.13.13 (Go v1.13.13)
  • fyne cli updated to v1.3.2

Release v2.0.0

07 Jun 16:42
881f68a
Compare
Choose a tag to compare
  • Base image is based on dockercore/golang-cross@1.13.12 (Go v1.13.12)
  • fyne cli updated to v1.3.0

Release v2.0.0-beta4

21 May 20:02
77549db
Compare
Choose a tag to compare
  • Print fyne cli version in debug mode
  • Update unit tests to work on windows
  • Fix some minor linter suggestions
  • Update docker base image to go v1.13.11

v2.0.0-beta3

13 May 19:10
fffa9a7
Compare
Choose a tag to compare
  • Remove package option. Package can be now specified as argument
  • Fix android build when the package is not into the root dir

v2.0.0-beta2

13 May 06:59
a3783b1
Compare
Choose a tag to compare
  • Fix build for packages not in root dir
  • Fix ldflags flag not honored #62

v2.0.0-beta1

10 May 18:36
10d2dae
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release
  • Add subcommand support
  • Add a flag to build as "console binary" for Windows #57
  • Add support for custom env variables #59
  • Add support for custom docker image #52
  • Add support for FreeBSD #23