Releases: WhereGroup/profile_manager
Releases · WhereGroup/profile_manager
0.7.2
0.7.1
0.7.0
What's Changed
Features and enhancements 🎉
- update(qdt): use new JSON schema URL by @Guts in #64
- improve(ui): add icons to tabs by @Guts in #72
- QDT export: sort plugins list a-Z by @Guts in #74
- add(feature): replace Python logger with a centralized and QGIS integrated one by @Guts in #78
- Fix translations loader by @Guts in #79
- Improve: use icon path from metadata by @Guts in #80
Other Changes
- fix(metadata): Remove hardcoded changelog from metadata.txt by @kannes in #61
- improve(chore): modularize QDT related model by @Guts in #73
- Update maximum QGIS version in metadata for QGIS 4 by @kannes in #77
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
Bugs fixes 🐛
- fix(qdt profile): plugin_id should be an int by @jmkerloch in #49
- fix(docstrings): escape chars in sample ini files to allow code introspection by @Guts in #51
Features and enhancements 🎉
- Big refactoring number 2 by @kannes in #34
- Fix wrong enum by @kannes in #41
- UI improvements by @kannes in #45
- Misc improvements by @kannes in #44
- Documentation: complete contributing guide and publish to GitHub Pages using GitHub Actions by @Guts in #52
- Tooling: add script to update translation by @Guts in #54
Tooling 🔧
- update(tooling): add a proposed VS Code configuration to match contributing guidelines by @Guts in #53
- add(tooling): dependabot configuration to track on dependencies update by @Guts in #58
- Check Qt6 support flag by @kannes in #57
Documentation 📖
Other Changes
- change(license): use GPLv2 instead of MIT to comply with upstream licenses (Qt/QGIS) by @Guts in #18
- Drop experimental flag by @kannes in #55
- release: 0.6.0 by @kannes in #60
New Contributors
- @dependabot made their first contribution in #59
Full Changelog: 0.5.0-beta2...0.6.0
0.5.0-beta2
What's Changed
Bugs fixes 🐛
Features and enhancements 🎉
Tooling 🔧
Full Changelog: 0.5.0-beta1...0.5.0-beta2
0.5.0-beta1
What's Changed
Bugs fixes 🐛
- Fix the plugin to use it on BSD system by @lbartoletti in #1
- Fix crash if "default" profile does not exist by @ivn951 in #6
Features and enhancements 🎉
- Added Italy - German translation by @pigreco in #3
- Clean up and fixes by @kannes in #8
- Refactoring: move plugin related code to subfolder by @Guts in #12
- refacto(plugin): apply git hooks against existing codebase by @Guts in #13
- refacto(deadcode): remove darkdetect by @Guts in #14
- refacto(pep8): homogeneize naming conventions by @Guts in #15
- refacto(deadcode): rm unused unit tests by @Guts in #17
- improve(i18n): cleaning up translation files by @Guts in #21
- feat(qdt export): initialization of qdt export by @jmkerloch in #24
- refacto(deadcode): rm unused files by @Guts in #27
- feature(plugin): expose plugin metadata.txt as object by @Guts in #28
Tooling 🔧
- add(packaging): add QGIS plugin CI necessary tools by @Guts in #20
- add(ci): GitHub workflow to package plugin on CI/CD by @Guts in #22
- add(ci): autolabeler for PR and releases by @Guts in #23
- fix(ci): use on pull_request_target as recommended in labeler doc by @Guts in #26
- fix(ci): add i18n dependencies in a dedicated requirements by @Guts in #25
- Tooling: add git hooks (through pre commit microframework) by @Guts in #11
Documentation 📖
- Docs: add code style rules to contributing guidelines and complete gitignore by @Guts in #19
- update(plugin): add Oslandia and QDT to plugin's metadata by @Guts in #29
New Contributors
- @lbartoletti made their first contribution in #1
- @pigreco made their first contribution in #3
- @ivn951 made their first contribution in #6
- @kannes made their first contribution in #8
- @Guts made their first contribution in #11
- @jmkerloch made their first contribution in #24
- @pre-commit-ci made their first contribution in #30
Full Changelog: https://github.com/WhereGroup/profile-manager/commits/0.5.0-beta1