Skip to content
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

Merge/develop #188

Merged
merged 9 commits into from
Apr 26, 2023
Merged

Merge/develop #188

merged 9 commits into from
Apr 26, 2023

Commits on Mar 13, 2023

  1. Remove and clarify situation with Arm64 host.

    Cedric BAIL committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    03f1404 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Cedric BAIL committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    ede48a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Update README.md

    Co-authored-by: Andy Williams <andy@andy.xyz>
    Bluebugs and andydotxyz committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7a498b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Merge branch 'develop' into releases/v1.4.0-rc1

    Cedric BAIL committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    963ee09 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Update CHANGELOG.md

    Co-authored-by: Jacob Alzén <jacob.alzen@gmail.com>
    Bluebugs and Jacalz committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    1e673a2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into releases/v1.4.0-rc1

    Cedric BAIL committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    e521163 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Merge pull request #176 from fyne-io/releases/v1.4.0-rc1

    Releases/v1.4.0 rc1
    Bluebugs committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4fbae90 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Add ability to disable network in the container while building.

    This can only be used with vendored directory. It does provide two main
    benefit. First not setting up network, means that the build will not be
    able to get any data from the outside. It give you that guarantee that
    only the source code that is in your vendor directory was used. Second
    it is faster to setup a container without network.
    Cedric BAIL committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ae38391 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Merge pull request #186 from fyne-io/features/no-network

    Add ability to disable network in the container while building.
    Bluebugs committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    7070259 View commit details
    Browse the repository at this point in the history