Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Unreleased

## 0.5.0-beta1 - 2024-10-09

- add tab to export profile ready for [QGIS Deployment Toolbelt](https://github.com/Guts/qgis-deployment-cli/) - See related [issue](https://github.com/WhereGroup/profile-manager/issues/10)
- add tab to export profile ready for [QGIS Deployment Toolbelt](https://github.com/Guts/qgis-deployment-cli/) - See related [issue](https://github.com/WhereGroup/profile_manager/issues/10)
- add modern plugin's packaging using [QGIS Plugin CI](https://github.com/opengisch/qgis-plugin-ci/)
- apply Python coding rules to whole codebase (PEP8)
- remove dead code and every Plugin builder related files
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
### Profile Manager for QGIS ###
A QGIS plugin for managing your profiles and data source connections.

https://plugins.qgis.org/plugins/profile-manager/
https://plugins.qgis.org/plugins/profile_manager/

<a href="https://github.com/WhereGroup/profile-manager/assets/7661092/a64ea854-bff3-48a0-b1ff-83f3d4eaa5b7"><img src="https://github.com/WhereGroup/profile-manager/assets/7661092/a64ea854-bff3-48a0-b1ff-83f3d4eaa5b7" width="200"></a>
<a href="https://github.com/WhereGroup/profile-manager/assets/7661092/711faa86-c36c-40bc-92ab-7b73016996ae"><img src="https://github.com/WhereGroup/profile-manager/assets/7661092/711faa86-c36c-40bc-92ab-7b73016996ae" width="200"></a>
<a href="https://github.com/WhereGroup/profile-manager/assets/7661092/0c646930-88d8-45fe-81c8-4a5bf4501152"><img src="https://github.com/WhereGroup/profile-manager/assets/7661092/0c646930-88d8-45fe-81c8-4a5bf4501152" width="200"></a>
<a href="https://github.com/WhereGroup/profile-manager/assets/7661092/079665d6-e0ff-45fb-a65c-3b49cd9229de"><img src="https://github.com/WhereGroup/profile-manager/assets/7661092/079665d6-e0ff-45fb-a65c-3b49cd9229de" width="200"></a>
<a href="https://github.com/WhereGroup/profile_manager/assets/7661092/a64ea854-bff3-48a0-b1ff-83f3d4eaa5b7"><img src="https://github.com/WhereGroup/profile_manager/assets/7661092/a64ea854-bff3-48a0-b1ff-83f3d4eaa5b7" width="200"></a>
<a href="https://github.com/WhereGroup/profile_manager/assets/7661092/711faa86-c36c-40bc-92ab-7b73016996ae"><img src="https://github.com/WhereGroup/profile_manager/assets/7661092/711faa86-c36c-40bc-92ab-7b73016996ae" width="200"></a>
<a href="https://github.com/WhereGroup/profile_manager/assets/7661092/0c646930-88d8-45fe-81c8-4a5bf4501152"><img src="https://github.com/WhereGroup/profile_manager/assets/7661092/0c646930-88d8-45fe-81c8-4a5bf4501152" width="200"></a>
<a href="https://github.com/WhereGroup/profile_manager/assets/7661092/079665d6-e0ff-45fb-a65c-3b49cd9229de"><img src="https://github.com/WhereGroup/profile_manager/assets/7661092/079665d6-e0ff-45fb-a65c-3b49cd9229de" width="200"></a>

### Installation ###
To install the plugin manually just copy the folder into your QGIS profile directory under ./python/plugins/
Expand Down
2 changes: 1 addition & 1 deletion docs/development/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ qgis-plugin-ci package latest
Everything is done through the continuous deployment:

1. Add the new version to the `CHANGELOG.md`. You can write it manually or use the auto-generated release notes by Github:
1. Go to [project's releases](https://github.com/WhereGroup/profile-manager/releases) and click on `Draft a new release`
1. Go to [project's releases](https://github.com/WhereGroup/profile_manager/releases) and click on `Draft a new release`
1. In `Choose a tag`, enter the new tag
1. Click on `Generate release notes`
1. Copy/paste the generated text from `## What's changed` until the line before `**Full changelog**:...` in the CHANGELOG.md replacing `What's changed` with the tag and the publication date
Expand Down
4 changes: 2 additions & 2 deletions profile_manager/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ icon=icon.png
author=WhereGroup GmbH, Oslandia
email=info@wheregroup.com
homepage=https://wheregroup.com/
repository=https://github.com/WhereGroup/profile-manager/
tracker=https://github.com/WhereGroup/profile-manager/issues
repository=https://github.com/WhereGroup/profile_manager/
tracker=https://github.com/WhereGroup/profile_manager/issues

# QGIS extensions manager flags
deprecated=False
Expand Down