Skip to content

Commit

Permalink
Prepare release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouchin committed Mar 31, 2020
1 parent 341a1cb commit b1af092
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## CHANGELOG

### 31/03/2020 Version 0.3.2

* Add qgis-plugin-ci configuration to the plugin
* Fix some scripts after moving lizsync directory
* Database Synchronization - Store automatic conflict resolution into table lizsync.conflicts
* Database synchronization - Resolve UPDATE conflicts by a given rule
* Synchronization - Some code refactoring
* Doc - Add docs folder for GitHub pages
* Remove UTF8 encoding in Python files
* Refactor code about loading Processing provider
* Move the plugin to its own folder
* Remove unused files

### 20/03/2020 Version 0.3.1

* Tests - move and rename bash script to run_test.sh
Expand Down
35 changes: 13 additions & 22 deletions lizsync/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ name=LizSync
qgisMinimumVersion=3.4
description=QGIS plugin with processing algs to configure and use the LizSync PostgreSQL synchronization tools.

version=0.3.1
version=0.3.2
author=3liz
[email protected]
about=QGIS plugin with processing algs to configure and use the LizSync PostgreSQL synchronization tools.



tracker=https://github.com/3liz/qgis-lizsync-plugin
repository=https://github.com/3liz/qgis-lizsync-plugin
# End of mandatory metadata
Expand All @@ -18,6 +17,18 @@ repository=https://github.com/3liz/qgis-lizsync-plugin

# Uncomment the following line and add your changelog:
changelog=
Version 0.3.2
* Add qgis-plugin-ci configuration to the plugin
* Fix some scripts after moving lizsync directory
* Database Synchronization - Store automatic conflict resolution into table lizsync.conflicts
* Database synchronization - Resolve UPDATE conflicts by a given rule
* Synchronization - Some code refactoring
* Doc - Add docs folder for GitHub pages
* Remove UTF8 encoding in Python files
* Refactor code about loading Processing provider
* Move the plugin to its own folder
* Remove unused files

Version 0.3.1
* Tests - move and rename bash script to run_test.sh
* Config - Add list of schemas in saved configuration
Expand All @@ -32,26 +43,6 @@ changelog=
* Synchronization - Add new option to exclude columns from sync
* Doc - update README for SQL generator

Version 0.2.3
* Send media to FTP server - Fix bug with missing variable
* Get projects from FTP - remove also lizmap config file before sync
* Userland context - Use String input parameter for ZIP archive
* Provider - Userland context, only load usefull algs
* FTP - Use LizSync.ini password if given instead of using ~/.netrc file
* Userland context - Adapt the method to connect to databases: read ini file
* Translation - update strings
* Deploy package - Check previous synchronizations before running this script
* Translation - Fix bug when loading provider and initializing locale
* Translation - Add French language
* Doc - Replace <br> with line endings
* Translation - Add qgis-plugin-tools & Use transifex
* Config - Add new option database_archive_file & improve config parser
* Fix some more bugs
* Add small doc about test data and scripts
* Fix small bug following last commit
* Config - Use ini configuration for all algorithm instead of QGIS global variables


# Tags are comma separated with spaces allowed
tags=PostgreSQL, synchronization, field, clone

Expand Down

0 comments on commit b1af092

Please sign in to comment.