-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.1.0 #44
Merged
Merged
Release v1.1.0 #44
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix release flags behavior
It was listing the supported arches for Windows and thus did not list arm and arm64.
Fix listed arches for linux build
This commit fix a regression introduced in d949bc3.
The Go update most notable includes a security fix (CVE-2021-3114) for the `crypto/elliptic` package along with the usual bugfixes.
Fix volume.JoinPathContainer should not depend on the OS
Fix appID flag should not have a default
Update Go to v1.14.15 and the fyne cmd command to 2.0.0
This commit add support for the darwin arm64 target. Additionally provides: - Update Go to v1.16.0 - Update fyne cli to v2.0.1 - Add darwin arm64 target - Remove darwin 386 target Fixes fyne-io#33
This reverts commit f9ae7eb.
Refactor docker images layout to ensure compatibility with previous versions of fyne-cross. In the details: - Add FreeBSD on arm64 target fyne-io#29 - Add the `darwin-image` command to build the darwin docker image - Add a dedicated docker image for windows - Update Go to v1.16.2 - Update fyne CLI to v2.0.1 - Update FreeBSD to v12.2 fyne-io#29 - Remove darwin 386 target - Remove the dependency from the docker/golang-cross image for the base image
Add darwin arm64 target
Fix app-id flag regression
Jacalz
reviewed
May 7, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we might want to get Go 1.16.4 into this before release?
Update osxcross to have docker build failing when the specified SDK version is not present in the XCode Command Line Tools package
- Update Go to v1.16.4 - Update fyne CLI to v2.0.3
Updated Go to 1.16.4 fyne CLI to 2.0.3 in 70c0c69 |
Darwin image build: add support for SDK version
Don't wait for my review on this before merging. I won't be able to look at it for a little while. |
andydotxyz
approved these changes
May 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fyne-cross release updates to Go v1.16.4, adds support for macOS and FreeBSD arm64 builds along with other improvements and fixes.
Added
darwin-image
command to build the darwin docker imagelocal
flag for darwin to build directly from the hostChanged
Fixed
Removed