Releases: asv-soft/asv-drones
Releases · asv-soft/asv-drones
Release v1.0.1
Update version to 1.0.1 (#321) * feat: add "Save as" button * Create Build for Windows Asana: https://app.asana.com/0/1206009821057985/1207478687634539/f * Change executable workflow * feat(planning): refactor mission saving logic and clean up code Streamline the mission saving implementation in PlaningMissionSavingBrowserViewModel by removing unneeded code and improving readability. Minimized property visibility where not necessary, and removed unused imports within different files across the project. Also, cleaned up CompatibilitySuppressions.xml by removing redundant suppressions. Asana: https://app.asana.com/0/1203851531040615/1207411924258622/f * feat (planning): update file and mission naming mechanism Removed hard-coded watermark from TextBox in 'PlaningMissionSavingBrowserView.axaml'. Adapted "FileName" and "Name" properties in 'PlaningMissionSavingBrowserViewModel.cs' and 'PlaningMissionViewModel.cs' to accept null. Edited the instantiation of 'PlaningMissionSavingBrowserViewModel' in 'PlaningPageViewModel.cs' to include the current mission name. Asana: https://app.asana.com/0/1203851531040615/1207411924258622/f * feat(api): update API version and remove NLog dependency The API version has been updated from 0.3.2 to 0.3.3. Also, some other version upgrades have been carried out, such as AsvCommonVersion and AsvMavlinkVersion. Furthermore, the NLog dependency has been removed from the project Asv.Drones.Gui. * feat(api-mavlink): update mavlink nuget;add RFSA device * feat(actions): release action (#303) Add release action for new version * feat(plugins): update plugins to include API version compatibility check Updated the plugin system to support API version compatibility. All plugins are now required to specify their API version, which is then checked for compatibility with the application's API version. If the versions do not match, the plugin will not be loaded. The API version has also been added to the application version display for transparency. * fix: Update GetRfsaByFullId method return type and source Renamed the return type of GetRfsaByFullId method from IAdsbClientDevice to IRfsaClientDevice in MavlinkDevicesService class. The data source was also shifted from AdsbDevices to RfsaDevices, and the associated DiagnosticId was adjusted consequently in CompatibilitySuppressions.xml. * fix: Update API version to 0.3.6 In Directory.Build.props, the API version was updated from 0.3.5 to 0.3.6. The previous API version was also adjusted accordingly, from 0.3.4 to 0.3.5. * fix: Include RfsaDevices in AllDevices and update suppressions file In the MavlinkDevicesService, it now includes RfsaDevices in the AllDevices merge. Moreover, certain suppressions related to ApiVersion in the CompatibilitySuppressions.xml for Asv.Drones.Gui.Api have been removed. * feat: Add RFSA device class in MavlinkHelper The commit introduces a new device class, RFSA, in the MavlinkHelper. It maps the new RFSA class to a specific icon (Waveform). The default icon was also updated to 'HelpNetworkOutline' for any device class not explicitly defined. * feat: add default app.args file * feat: Update visibility binding and enhance logging The code updates have reorganized the compile instruction order for 'RS.Designer.cs' in the project file. The ScrollViewer's visibility binding in the MapPageView is now dependent on 'LeftWidgets' and 'RightWidgets' count. Borders visibility binding is now dependent on 'BottomWidgets' and 'MapActions' count, improving UI responsiveness. A 'CatchToLog' method has also been added to ReactiveCommand in the logging service, enhancing error handling by directing thrown exceptions to the log. * fix(anchor editor): add icon margin in actions (#305) asana: https://app.asana.com/0/1203851531040615/1207643849991134/f * fix(Uav): move the mode button (#306) asana: https://app.asana.com/0/1203851531040615/1207643849991144/f * fix(uav): refactor MissionStatusView layout and FlightUavView (#309) asana: https://app.asana.com/0/1203851531040615/1207643986818660/f https://app.asana.com/0/1203851531040615/1207654116236034/f * fix(log-service): add filters to different levels of errors according to Nlog documentation. Add Logger message save (#308) Asana: https://app.asana.com/0/1206009821057985/1207643849991142/f * fix(uav): fix MissionStatusView margin (#312) asana: https://app.asana.com/0/1206118975886649/1207674317434296/f * Fix size optimization and ArgumentNullException in AnchorEditor widget (#310) * fix(anchor-editor): descending sorting of uav actions Asana: https://app.asana.com/0/1203851531040615/1207643849991138/f * fix(anchor-editor): check actions collections for null to avoid ArgumentNullException Asana: https://app.asana.com/0/1203851531040615/1207664866852418/f * fix(anchor-editor): actions size-optimization with more short locales Asana: https://app.asana.com/0/1203851531040615/1207643849991138/f * fix(anchor-editor): add scrolls to actions and coordinates part of widget Asana: https://app.asana.com/0/1203851531040615/1207654116236041/f * fix(anchor-editor): short locales to reboot/shutdown action Asana: https://app.asana.com/0/1203851531040615/1207643849991138/f * fix(anchor-editor): better flyout menu style and refactor scroll viewers Asana: https://app.asana.com/0/1203851531040615/1207654116236041/f * fix(anchor-editor): update layout and visual changes in AnchorsEditorView Reduced the width of the second column in the Grid from 10 to 2. The Border element was replaced with a Rectangle for better visual clarity. Minor adjustments were made to clean up the code format, maintaining consistency in layout and improving overall readability. Asana: https://app.asana.com/0/1203851531040615/1207654116236041/f * fix(anchor-editor): fix actions collection sharing when selected item changed, fix localization and anchor title layout Asana: https://app.asana.com/0/1203851531040615/1207654116236041/f * fix(anchor-editor): update AnchorsEditorView layout properties The properties of TextBlock and Rectangle in the AnchorsEditorView file have been revised. Specifically, the TextBlock has been assigned a name "ActionsTextBlock". Additionally, the fill color of the rectangle now relies on the foreground of ActionsTextBlock, ensuring better UI consistency. Asana: https://app.asana.com/0/1203851531040615/1207654116236041/f --------- Co-authored-by: u01 <[email protected]> * fix(hierarchical-store): add scroll viewer at list of tasks (#311) * fix(hierarchical-store): add scroll viewer at list of tasks Asana: https://app.asana.com/0/1203851531040615/1207644963134958/f * fix(hierarchical-store): more height to list of tasks to reduce empty space Asana: https://app.asana.com/0/1203851531040615/1207644963134958/f * fix: progress bar (#313) Asana: https://app.asana.com/0/1203851531040615/1207644963134966/f * feat: update API and product version to 1.0.0 The commit adds Asv.Avalonia.Toolkit as a reference in both Asv.Drones.Gui.Api and Asv.Drones.Gui projects. It also changes the "CopyToOutputDirectory" property of "app.args" to "Never". The version numbers for Product, API, and various dependencies have been upgraded to 1.0.0 in Directory.Build.props file. * feat: add api release action for GitHub+Nuget and GitHub only (#315) Asana: https://app.asana.com/0/1203851531040615/1207693167811054/f * feat: add support for Rsga devices Added functionality for Rsga devices in the Mavlink helper and devices service. This includes methods to get Rsga device by ID and observe changes on Rsga devices. Also updated the project to use the upgraded Mavlink version 3.10.0 and target framework net8.0. --------- Co-authored-by: etogood <[email protected]> Co-authored-by: Eugene <[email protected]> Co-authored-by: Alexey <[email protected]> Co-authored-by: Maxim <[email protected]> Co-authored-by: Lev <[email protected]>
Release v1.0.0
What's Changed
- fix: remove scripts and browser project by @asv-soft-u02 in #285
- fix: update Android build/run instructions, revise workload recovery by @asv-soft-u02 in #286
- Update README.md by @asv-soft-u02 in #287
- feat (asv-drones): add new measurement unit Accuracy by @asv-soft-u05 in #295
- feat (asv-drones): add workflow for api to publish packet on GitHub by @asv-soft-u05 in #297
- feat(anchor-editor): add vehicle actions and new style by @asv-soft-u03 in #296
- feat(planning): improve logic to dynamically resize markers depending on zoom level by @asv-soft-u04 in #294
- Popup Messages limit (3) by @asv-soft-u02 in #298
- Update to 0.5.0 by @asv-soft-u01 in #300
- feat: update API and product version to 1.0.0 by @asv-soft-u01 in #314
Full Changelog: v0.5.0...v1.0.0
Release v0.5.1
fix package name
v0.2.2
What's Changed
- fix: refactored AnchorsEditorView.axaml for code cleanliness by @asv-soft-u02 in #248
- fix: simplify HierarchicalStoreEntryTagViewModel implementation by @asv-soft-u02 in #251
- Fixed ruler cancel by @asv-soft-u03 in #250
- feat (sdr): update Asv.Mavlink version and add restart SDR option by @asv-soft-u01 in #252
- feat: update avalonia to 11.0.5 by @asv-soft-u03 in #254
- fix: update AsvMavlinkVersion and validate azimuth values by @asv-soft-u02 in #256
- Feat: new ui Measure Units define in Settings by @asv-soft-u03 in #255
- Drone parameters cancel button added by @asv-soft-u03 in #257
- hotfix (sdr): fixed incorrect amplitude conversion in VorSdrRttViewModel by @asv-soft-u01 in #258
- feat: add detailed comments to improve code documentation by @asv-soft-u02 in #259
- Cropped image of android execution by @asv-soft-u03 in #260
- fix: remove unnecessary GitHub workflows by @asv-soft-u02 in #261
- Update README.md by @asv-soft-u02 in #262
- feat: HierarchicalStoreView buttons now have tooltips by @asv-soft-u03 in #263
- Update issue templates by @asv-soft-u01 in #264
- fix-asv-drones-gui-PHI90-value by @asv-soft-u04 in #265
- fix: update RS.Designer.cs in Asv.Drones.Gui.Core by @asv-soft-u03 in #268
- Update README.md by @asv-soft-u03 in #267
- feat-Asv-drones-gui-added-LastKnownPosition by @asv-soft-u04 in #269
- Feature/publish scripts by @asv-soft-u02 in #271
- Combining components description by @asv-soft-u03 in #270
- Merge develop into main by @asv-soft-u01 in #272
- Update README.md by @asv-soft-u04 in #273
- change executable repo value by @asv-soft-u03 in #274
- Updated with new executable release tag by @asv-soft-u03 in #275
New Contributors
- @asv-soft-u04 made their first contribution in #265
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Features
Commits
- 432fdc4: Create ReleaseDeployAction.yml #245
- ce7a03d: fix (uav): fix anchor angle if vehicle is a plane #246
- 880dfe9: fix (sdr): fix update mode localization #246
- 04a676a: fix (core): fix version number display #246
- 373906f: Update ReleaseDeployAction.yml with action token #245
- bb80e10: Update ReleaseDeployAction.yml #247
How To Build Asv.Drones
1. Setup required dependencies:
- Make sure next components installed:
- .NET SDK 7 - https://dotnet.microsoft.com/en-us/download/dotnet/7.0 ;
- Android SDK - https://docs.avaloniaui.net/docs/guides/platforms/android/setting-up-your-developer-environment-for-android#install-the-android-sdk ;
- AvaloniaUI - https://docs.avaloniaui.net/docs/get-started/install ;
- Execute dotnet install (package name) command to setup required packages.
2. Clone project repository:
git clone https://github.com/your-repository-url.git
3. Work with project:
The Asv.Drones able to build on Android, Linux, MacOs, Windows. Project already include platforms that can be you used to build it on specified OS.
4. Build project for Desktop:
- Select build target Windows, OSX, Linux.
- Run application in Release or Debug mode.
5. Build project for Android:
- Select build target Android.
- Add your device via WI-FI or USB debug mode. Else you can add a virtual device in Device manager. More info: https://developer.android.com/studio/debug/dev-options .
- "Choose device" > "Run" from your IDE menu.
Android Troubleshooting
If any error ocurs in build procces - you need to check packages using MAUI Check (JDK 11 or above).
To install:
dotnet tool install -g Redth.Net.Maui.Check
maui-check
What's Changed
- Create ReleaseDeployAction.yml by @asv-soft-u03 in #245
- release: update to v0.2.1 by @asv-soft-u01 in #246
- Update ReleaseDeployAction.yml by @asv-soft-u03 in #247
Full Changelog: v0.2.0...v0.2.1
v0.2.0
First beta release of Asv.Drones