-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b257179
commit cc0704e
Showing
4 changed files
with
51 additions
and
3 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 |
---|---|---|
|
@@ -157,3 +157,4 @@ dmypy.json | |
|
||
# Cython debug symbols | ||
cython_debug/ | ||
/package.json |
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,46 @@ | ||
### Changelog | ||
|
||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
|
||
#### [v0.2.1-alpha](https://github.com/MichaelsJP/ohsome-qgis-plugin/compare/v0.2.0-alpha...v0.2.1-alpha) | ||
|
||
- replace the hex link with oqt to the top bar [`#41`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/41) | ||
- Fix the qt related bug [`#39`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/39) | ||
- Remove old release [`#38`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/38) | ||
- Fix wrong url [`#37`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/37) | ||
|
||
#### [v0.2.0-alpha](https://github.com/MichaelsJP/ohsome-qgis-plugin/compare/v0.1.1-alpha...v0.2.0-alpha) | ||
|
||
> 27 July 2021 | ||
- Bump release [`#36`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/36) | ||
- Add filter help button [`#34`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/34) | ||
- fix old release url [`#33`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/33) | ||
- Errors when no providers are available [`#31`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/31) | ||
- Catch AttributeError when provider_combo is not present. [`#29`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/29) | ||
- Replace the development logo [`#28`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/28) | ||
- Renaming of OhsomeQgis, general tidyup, rename Plugin [`#25`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/25) | ||
- Basic workflow [`#21`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/21) | ||
- fix alpha version [`#19`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/19) | ||
- fix the private qgis repo [`#17`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/17) | ||
- fix download url for 0.1.1-alpha release [`beed76b`](https://github.com/MichaelsJP/ohsome-qgis-plugin/commit/beed76bd8335de5b00a0bbcaae7c8a584c908b50) | ||
|
||
#### [v0.1.1-alpha](https://github.com/MichaelsJP/ohsome-qgis-plugin/compare/v0.1.0-alpha...v0.1.1-alpha) | ||
|
||
> 30 June 2021 | ||
- Version bump [`#16`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/16) | ||
- fix the connection bug and add better debugging for failed connections [`#14`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/14) | ||
- update readme [`#9`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/9) | ||
- fix the qgis repo file name [`#8`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/8) | ||
- Ohsome alpha version [`#3`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/3) | ||
|
||
#### v0.1.0-alpha | ||
|
||
> 26 June 2021 | ||
- Create MIT LICENSE [`#4`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/4) | ||
- #1⁻basic layout [`#3`](https://github.com/MichaelsJP/ohsome-qgis-plugin/pull/3) | ||
- orstools structure [`bc2c9fc`](https://github.com/MichaelsJP/ohsome-qgis-plugin/commit/bc2c9fcdc78724d4baf0841cb63033de714a28eb) | ||
- added advanced endpoint selection [`9128eac`](https://github.com/MichaelsJP/ohsome-qgis-plugin/commit/9128eac2a522b89342157918ac03503e4c406951) | ||
- add ohsome endpoints [`99e0c2b`](https://github.com/MichaelsJP/ohsome-qgis-plugin/commit/99e0c2bd1f1dfcd75bdf06d437c74c1051affde1) |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0"?> | ||
<plugins> | ||
<pyqgis_plugin name="ohsomeTools" version="0.2.0-alpha"> | ||
<pyqgis_plugin name="ohsomeTools" version="0.2.1-alpha"> | ||
<description>ohsomeTools alpha version</description> | ||
<homepage>https://github.com/GIScience/ohsome-qgis-plugin/</homepage> | ||
<qgis_minimum_version>3.14</qgis_minimum_version> | ||
<file_name>ohsomeTools.zip</file_name> | ||
<author_name>Julian Psotta</author_name> | ||
<download_url>https://github.com/GIScience/ohsome-qgis-plugin/releases/download/v0.2.0-alpha/ohsomeTools.zip</download_url> | ||
<download_url>https://github.com/GIScience/ohsome-qgis-plugin/releases/download/v0.2.1-alpha/ohsomeTools.zip</download_url> | ||
</pyqgis_plugin> | ||
</plugins> |