-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from Riverscapes/dev
Version 0.2.0
- Loading branch information
Showing
20 changed files
with
1,458 additions
and
1,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
## 0.2.0 ***(May 4, 2021)*** | ||
|
||
### Bug Fixes | ||
|
||
* [Respect the "collapsed" attribute in the business logic](https://github.com/Riverscapes/QRAVEPlugin/issues/8) | ||
* [Metadata.txt version not updating on plugin build.](https://github.com/Riverscapes/QRAVEPlugin/issues/7) | ||
* [Acknowledgements Not Updating](https://github.com/Riverscapes/QRAVEPlugin/issues/6) | ||
* [Toolbar Icons Disabled upon first install](https://github.com/Riverscapes/QRAVEPlugin/issues/5) | ||
* [Symbology qml not loading correctly](https://github.com/Riverscapes/QRAVEPlugin/issues/4) | ||
* [Multiple projects open at once](https://github.com/Riverscapes/QRAVEPlugin/issues/3) | ||
* [Support transparency attribute](https://github.com/Riverscapes/QRAVEPlugin/issues/2) | ||
|
||
|
||
## 0.0.1 | ||
|
||
First version. Everything is new. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Deployment Checklist | ||
|
||
There are a number of steps that have to be performed in the correct order for this plugin to deploy correctly. | ||
|
||
NEVER WORK DIRECTLY ON THE MASTER BRANCH | ||
|
||
1. Commit and push everything to git | ||
2. increment the version number in `__version__.py` | ||
3. Do a compile of all the UI and resources and commit that `pb_tool compile` | ||
4. Run the `deploy.py` script once and test the local version of the plugin | ||
5. Do a code review and a pull request to get this onto the master branch | ||
6. Tag the commit in git with the version number | ||
7. Run `deploy.py` again. This will produce the zip file to upload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.1.1" | ||
__version__ = "0.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
name=Riverscapes Plugin (QRAVE) DEV_COPY | ||
qgisMinimumVersion=3.0 | ||
description=Explore symbolized Riverscapes projects | ||
version=0.1 | ||
version=0.0.0dev | ||
author=North Arrow Research | ||
[email protected] | ||
|
||
|
@@ -20,7 +20,7 @@ repository=https://github.com/Riverscapes/QRAVEPlugin | |
|
||
hasProcessingProvider=no | ||
# Uncomment the following line and add your changelog: | ||
# changelog= | ||
changelog=https://github.com/Riverscapes/QRAVEPlugin/blob/master/CHANGELOG.md | ||
|
||
# Tags are comma separated with spaces allowed | ||
tags=python,riverscapes,rave | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.