Lucor Fyne Cross Versions Save

Cross Compile Fyne Applications

v2.2.1

3 years ago
  • Fix iOS fails with "only on darwin" when on mac #78
  • Update README installation when module-aware mode is not enabled

v2.2.0

3 years ago
  • Add --pull option to attempt to pull a newer version of the docker image #75

v2.1.2

3 years ago
  • Base image is based on dockercore/[email protected] (Go v1.13.15)
  • fyne cli updated to v1.3.3

v2.1.1

3 years ago

v2.1.0

3 years ago
  • Add support for build flags #69
  • Base image is based on dockercore/[email protected] (Go v1.13.13)
  • fyne cli updated to v1.3.2

v2.0.0

3 years ago
  • Base image is based on dockercore/[email protected] (Go v1.13.12)
  • fyne cli updated to v1.3.0

v2.0.0-beta4

3 years ago
  • 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

4 years ago
  • 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

4 years ago
  • Fix build for packages not in root dir
  • Fix ldflags flag not honored #62

v2.0.0-beta1

4 years ago
  • 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