CHANGELOG#

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased#

2.5.3 - 2023-02-10#

Bugs fixes šŸ›#

Features and enhancements šŸŽ‰#

Documentation šŸ“–#

Other Changes#

New Contributors#

2.5.2 - 2022-09-26#

2.5.1 - 2022-09-22#

2.5.0 - 2022-09-22#

2.4.0 - 2022-08-25#

  • Keep files permissions when creating zip file by @jmkerloch #129

  • Update dependencies

  • Documentation improvements

2.3.0 - 2022-03-17#

  • Add some metadata in the metadata.txt when packaging such as commit number, commit SHA1 and date if these keys are presents

2.2.0 - 2022-03-17#

  • Allow to release a version (1.2.3) which is different from the release tag (v1.2.3) (#120)

2.1.2 - 2022-02-15#

  • Raise an error if a built resource is present in source and the names conflicts by @3nids

2.1.1 - 2022-01-20#

  • Fix a regression from 2.1.0 when the changelog command is used without a configuration file

2.1.0 - 2022-01-10#

  • Add the possibility to choose the changelog filepath in the configuration file with changelog_path

  • Add some aliases in the command line for some parameters

  • Update the documentation

2.0.1 - 2021-05-11#

2.0.0 - 2021-05-06#

1.8.4 - 2020-09-07#

  • Separate python files and UI files in the temporary PRO file (#29)

1.8.3 - 2020-08-25#

  • Keep the plugin path when creating the ZIP

  • Rename qgis_plugin_ci_testing to qgis_plugin_CI_testing to have a capital letter

  • Update readme about plugin_path

1.8.2 - 2020-08-05#

  • Run travis on tags too (#24)

1.8.1 - 2020-08-05#

  • better support of spaces in plugin name

  • Use underscore instead of hyphen for plugin name #22 (#23)

1.8.0 - 2020-07-16#

  • Create temporary .pro file to make pylupdate5 work with unicode char (#19)

0.1.2 - 2017-07-23#

(This version note is used in unit-tests)

  • Tag without ā€œvā€ prefix

  • Add a CHANGELOG.md file for testing