Skip to content

Releases: WhereGroup/profile_manager

0.7.2

18 Nov 18:05
f15da39

Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • fix(compatibility): imbricated f-string are not available in Python < 3.12 by @Guts in #87

Full Changelog: 0.7.1...0.7.2

0.7.1

27 Oct 10:42
22c36db

Choose a tag to compare

What's Changed

Features and enhancements 🎉

  • update(ui): add more icons and remove fixed size by @Guts in #81
  • update(i18n): complete French translations by @Guts in #82

Full Changelog: 0.7.0...0.7.1

0.7.0

22 Oct 13:16
fad4259

Choose a tag to compare

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

03 Apr 13:50
1d4215e

Choose a tag to compare

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 📖

  • Adjust URLs to new profile directory name by @kannes in #40

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

Full Changelog: 0.5.0-beta2...0.6.0

0.5.0-beta2

05 Nov 15:25
f43efb5

Choose a tag to compare

What's Changed

Bugs fixes 🐛

  • Fix parameter order (broken import/removal of data sources) by @kannes in #33

Features and enhancements 🎉

  • Switch dialog tabs to back sensible defaults by @kannes in #32

Tooling 🔧

  • update(ci): rm deprecated set-output command by @Guts in #31

Full Changelog: 0.5.0-beta1...0.5.0-beta2

0.5.0-beta1

09 Oct 09:46
f9d3bce

Choose a tag to compare

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

Full Changelog: https://github.com/WhereGroup/profile-manager/commits/0.5.0-beta1