Releases: Riverscapes/QRAVEPlugin
0.6.0 Bug fixes
This is mainly error checking and quality of life fixes.
The main issue this release is meant to address is #43 Error Loading pyBRAT Project For Ally
Minor new features:
- Remembering the Last Project Folder #44
- Add Business Logic File Path to Console Log #42
- Close projects who's business logic fails to load #40
Other bugs fixes:
- Missing XPath Crashes Project Load #41
- RS Project ordering on QProject load #47
- setLayerTransparency not working for vector layers #46
In addition a myriad of little fixes and improvements, mainly for the folks developing symbologies and business logic (looking at you @lauren-herbine @shelbysawyer @Cashe93 and @leallysmith). Hopefully errors are more clear and consistent.
Finally some future-proofing work to allow for the upgrade to Python3.9 in QGIS as well as adding some placeholders to support the features we are looking to build in the next months.
Update: September 6, 2021
@Riverscapes/developers @Riverscapes/riverscape-project-curators This patch is now live so you should see an upgrade available in the QGIS menu Plugins --> Manage and install plugins...
0.5.2 HOTFIX
0.5.2 (August 11, 2021)
- Hotfix patch. The only change is a small fix to allow windows slashes
\
inside project xml files while on OSX.
0.5.1 HOTFIX
0.5.1 (June 1, 2021)
- Hotfix patch to allow for some new Riverscapes functionality
Bug Fix Release 0.5.0
0.5.0 (June 1, 2021)
New Features
- Update to support more basemap Types (XYZ and TMS)
- Adding the ability to opt-out of automatic updates
Bug Fixes
Bug fix release 0.4.0
- Fixed a blocking bug that prevented working on QGIS Versions less than 3.18
- Fixed an issue where layers with the same name in different projects cannot be added to the map
- Fixed: Project-level "Add all to map" broken #13
- Regression: Transparency issue fixed and Vectors now supported
- Misc problems and code cleanups.
Bug Fix Release 0.3.0
0.3.0 (May 10, 2021)
- Fixed the about screen regression issue
- Optimization of unnecessarily large graphics to reduce overall plugin size. (7Mb --> 542Kb)
- Fixed several small OSX-only bugs and provided a development environment that is usable on that OS.