-
Notifications
You must be signed in to change notification settings - Fork 16
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
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a4c8e6 - Browse repository at this point
Copy the full SHA 6a4c8e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ab47e2 - Browse repository at this point
Copy the full SHA 1ab47e2View commit details
Commits on Jul 24, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for fefaa62 - Browse repository at this point
Copy the full SHA fefaa62View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 72c2f1f - Browse repository at this point
Copy the full SHA 72c2f1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f047957 - Browse repository at this point
Copy the full SHA f047957View commit details
Commits on Jul 27, 2023
-
Merge pull request #331 from WildernessLabs/publish_metadata
add metadata param for package publish
Configuration menu - View commit details
-
Copy full SHA for f8d3d96 - Browse repository at this point
Copy the full SHA f8d3d96View commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ab9c5b3 - Browse repository at this point
Copy the full SHA ab9c5b3View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a26941 - Browse repository at this point
Copy the full SHA 6a26941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08b704b - Browse repository at this point
Copy the full SHA 08b704bView commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5451119 - Browse repository at this point
Copy the full SHA 5451119View commit details
Commits on Aug 16, 2023
-
Merge pull request #340 from WildernessLabs/user_redirect
update login redirect
Configuration menu - View commit details
-
Copy full SHA for 7a3123e - Browse repository at this point
Copy the full SHA 7a3123eView commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 03b6785 - Browse repository at this point
Copy the full SHA 03b6785View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 91b6206 - Browse repository at this point
Copy the full SHA 91b6206View commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f5f6c09 - Browse repository at this point
Copy the full SHA f5f6c09View commit details -
Configuration menu - View commit details
-
Copy full SHA for fee4093 - Browse repository at this point
Copy the full SHA fee4093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 329a9b8 - Browse repository at this point
Copy the full SHA 329a9b8View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f2b7044 - Browse repository at this point
Copy the full SHA f2b7044View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0075fdb - Browse repository at this point
Copy the full SHA 0075fdbView commit details
Commits on Aug 24, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for e65cc13 - Browse repository at this point
Copy the full SHA e65cc13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 933e93c - Browse repository at this point
Copy the full SHA 933e93cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf211a - Browse repository at this point
Copy the full SHA 7bf211aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e757a44 - Browse repository at this point
Copy the full SHA e757a44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e138cd - Browse repository at this point
Copy the full SHA 6e138cdView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 663fe46 - Browse repository at this point
Copy the full SHA 663fe46View commit details -
Merge pull request #342 from WildernessLabs/package_v2
big `meadow package create` improvements
Configuration menu - View commit details
-
Copy full SHA for 08af471 - Browse repository at this point
Copy the full SHA 08af471View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c79dd - Browse repository at this point
Copy the full SHA 60c79ddView commit details -
Merge pull request #344 from WildernessLabs/friendly_name
add friendly name arg
Configuration menu - View commit details
-
Copy full SHA for 329e4de - Browse repository at this point
Copy the full SHA 329e4deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c55399 - Browse repository at this point
Copy the full SHA 5c55399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fba84f - Browse repository at this point
Copy the full SHA 6fba84fView commit details