Skip to content

Commit

Permalink
Fix Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Dec 19, 2020
1 parent 0a1ab6d commit 6f18b55
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

### 1.2.1 - 18/12/2020
## 1.2.1 - 18/12/2020

- fix compatibility with QGIS >= 3.13 ([#94](https://github.com/BRGM/gml_application_schema_toolbox/issues/94))
- start using GitHub Actions for continuous integration and deployment
Expand All @@ -9,7 +9,7 @@
- bump codebase to Python 3 only [#98](https://github.com/BRGM/gml_application_schema_toolbox/pull/98)
- automate release workflow using qgis-plugin-ci [#101](https://github.com/BRGM/gml_application_schema_toolbox/pull/101)

### 1.2.0 - 08/06/2018
## 1.2.0 - 08/06/2018

New major version, with the following main changes:

Expand All @@ -23,73 +23,73 @@ New major version, with the following main changes:

This work has been funded by [BRGM](http://www.brgm.fr) and [the Association of Finnish Local and Regional Authorities](https://www.localfinland.fi/) (via [Gispo](http://www.gispo.fi/))

### 1.1.4 - 06/11/2017
## 1.1.4 - 06/11/2017

- Handle multi geometries (#30)
- Allow nested FeatureCollection/members (#29)

### 1.1.3 - 17/07/2017
## 1.1.3 - 17/07/2017

- Fix download tab
- Fix XML mode with non-spatiail layers

### 1.1.2 - 17/07/2017
## 1.1.2 - 17/07/2017

- Fix encoding issues
- Code cleanup
- Fix error during export
- Fix handling of unsafe SSL

### 1.1.1 - 13/07/2017
## 1.1.1 - 13/07/2017

- Use ogr API instead of QGIS to load spatialite layers
- Add TypingConstraints for wml2 and geologylog
- Handle layers with multiple geometries

### 1.1.0 - 11/07/2017
## 1.1.0 - 11/07/2017

- Remove dependency to pyspatialite
- Bring back XML mode with custom widgets
- Add a custom widget for geology logs
- GMLAS import: option to automatically load layers and configure relations + editor widgets

### 1.0.0 - 15/12/2016
## 1.0.0 - 15/12/2016

- Add WFS 2 download panel
- Add OGR GMLAS convert panel
- Remove DB relational mode using PyXB (replaced by GMLAS OGR mode)
- Add OGR GMLAS write panel

### 0.8.4 - 17/08/2016
## 0.8.4 - 17/08/2016

- Handle HTTP 302 redirections

### 0.8.3 - 27/06/2016
## 0.8.3 - 27/06/2016

- Add licences
- Add doc / readme

### 0.8.2 - 27/06/2016
## 0.8.2 - 27/06/2016

- Fix custom viewer SQL queries to include order by

### 0.8.1 - 24/06/2016
## 0.8.1 - 24/06/2016

- Fix an ownership bug only seen on Windows

### 0.8.0 - 20/06/2016
## 0.8.0 - 20/06/2016

- Add an 'enforce not null constraints' option
- Treat SOS:observationData as features
- Enable custom widgets for embedded href
- Add viewer plugins to the relational mode
- Embed the XML tree widget in the attribute form (and remove custom identify / attribute table buttons)

### 0.7.3 - 16/06/2016
## 0.7.3 - 16/06/2016

- Fix URI resolution under Windows

### 0.7.1 - 15/06/2016
## 0.7.1 - 15/06/2016

- Fix remote URI resolving
- Fix XPath handling
Expand Down

0 comments on commit 6f18b55

Please sign in to comment.