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 Changes for 1.3.0.0 Release #345

Merged
merged 29 commits into from
Aug 25, 2023
Merged

Merge Changes for 1.3.0.0 Release #345

merged 29 commits into from
Aug 25, 2023

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    6a4c8e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ab47e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Create package with / path separator always (#300)

    * Create package with / path separator always
    
    Windows `CreateEntryFromFile` will use the `\` windows path separator character when writing the zip file entry.  This might be fine and technically within spec, but when the update is extracted on the device it does not create the correct folder structure (so it seems `app\file.ext` is considered a file instead of a file within the `app` folder).
    
    This just ensures on windows, the `/` separator replaces `\` instances when creating the package to avoid the issue.
    
    * Use RuntimeInformation.IsOSPlatform(OSPlatform.Windows) check so it works in all extensions and CLI.
    Redth authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fefaa62 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. update publish endpoint

    lamebrain committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    72c2f1f View commit details
    Browse the repository at this point in the history
  2. move config name to const

    lamebrain committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f047957 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Merge pull request #331 from WildernessLabs/publish_metadata

    add metadata param for package publish
    lamebrain authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f8d3d96 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Bump to 1.2.0.0

    CartBlanche committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ab9c5b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    6a26941 View commit details
    Browse the repository at this point in the history
  2. Fix for #332

    CartBlanche committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    08b704b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. update login redirect

    lamebrain committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5451119 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Merge pull request #340 from WildernessLabs/user_redirect

    update login redirect
    lamebrain authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7a3123e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    03b6785 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #341 from WildernessLabs/cloud-command-publish

    This adds the ability to publish commands to a collection of devices via Meadow.Cloud using Meadow.Cloud's new Command & Control publish command feature.
    stevenkuhn authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    91b6206 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. package_v2

    lamebrain committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    f5f6c09 View commit details
    Browse the repository at this point in the history
  2. clean up

    lamebrain committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    fee4093 View commit details
    Browse the repository at this point in the history
  3. clean up more

    lamebrain committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    329a9b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    f2b7044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0075fdb View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Support Old and new LibUsbDotNet nugets. (#338)

    * Support Old and new LibUsbDotNet nugets.
    
    * Make sure flashing works in Windows.
    
    * Create separate solution and rename old stuff 'Classic'. Add to CI
    
    * Remove Test reference from Classic.sln
    
    * Build to separate directory and create downloadable artifacts.
    
    * Bump csproj and CI version to 1.3.0.x
    CartBlanche authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e65cc13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    933e93c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bf211a View commit details
    Browse the repository at this point in the history
  4. clean up

    lamebrain committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e757a44 View commit details
    Browse the repository at this point in the history
  5. add Glob ref to classic

    lamebrain committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6e138cd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #343 from WildernessLabs/cloud-command-publish

    This updates the ability to publish commands to a collection of devices via Meadow.Cloud by including the the ability to specify devices by their device ID.
    stevenkuhn authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    663fe46 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #342 from WildernessLabs/package_v2

    big `meadow package create` improvements
    lamebrain authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    08af471 View commit details
    Browse the repository at this point in the history
  8. add friendly name arg

    lamebrain committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    60c79dd View commit details
    Browse the repository at this point in the history
  9. Merge pull request #344 from WildernessLabs/friendly_name

    add friendly name arg
    lamebrain authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    329e4de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c55399 View commit details
    Browse the repository at this point in the history
  11. fix missed merges

    lamebrain committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6fba84f View commit details
    Browse the repository at this point in the history