From 59b93472131547129cc72d24c2d4d05668ec840f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 18 Nov 2016 17:15:34 +0100 Subject: CHANGELOG converted to markdown syntax - update --- CHANGELOG.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ CHANGES.txt | 42 ------------------------------------------ version.py | 2 +- 3 files changed, 56 insertions(+), 43 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 CHANGES.txt diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1a18f07 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,55 @@ +Chimère changelog +=============== + +2.99 (pre-v3) +------------- + +Too many changes to be listed ;) + +Mainly: +- python 2 to python 3 +- django 1.4 to django 1.8+ +- openlayers 2 to openlayers 3 + +2.0.3 (2013-05-29) +------------------ + +- fixtures: add geobretagne and opencyclemap layers +- force JPG format for thumbnail to prevent resizing errors +- better regexp to manage Youtube links +- documentation update +- more precise error message on shapefile import +- use a template to render PointChooser widget +- ability to set coordinates from live_lonlat + +2.0.2 (2013-02-19) +------------------ + +- map: fix permalink +- map: error tolerant to marker with no associated category +- map: better sort of news +- admin: improve marker list + +2.0.1 (2013-02-10) +------------------ + +- admin: fix route page when a property is newly set +- map: add attribution div +- minor fix on the documentation + +2.0.0 (2013-02-02) +------------------ + +- improve documentation +- add a default description for imports +- minor fix on styles +- remove the default application to an external repository https://gitorious.org/chimere-example-project/ +- fix upgrade issues +- small improvements for default templates +- fix zoom on the map for route's permalinks + +2.0 (2013-01-02) +---------------- + +- First release for the second version. + diff --git a/CHANGES.txt b/CHANGES.txt deleted file mode 100644 index 151bfeb..0000000 --- a/CHANGES.txt +++ /dev/null @@ -1,42 +0,0 @@ -2.0.3 (2013-05-29) ------------------- - -- fixtures: add geobretagne and opencyclemap layers -- force JPG format for thumbnail to prevent resizing errors -- better regexp to manage Youtube links -- documentation update -- more precise error message on shapefile import -- use a template to render PointChooser widget -- ability to set coordinates from live_lonlat - -2.0.2 (2013-02-19) ------------------- - -- map: fix permalink -- map: error tolerant to marker with no associated category -- map: better sort of news -- admin: improve marker list - -2.0.1 (2013-02-10) ------------------- - -- admin: fix route page when a property is newly set -- map: add attribution div -- minor fix on the documentation - -2.0.0 (2013-02-02) ------------------- - -- improve documentation -- add a default description for imports -- minor fix on styles -- remove the default application to an external repository https://gitorious.org/chimere-example-project/ -- fix upgrade issues -- small improvements for default templates -- fix zoom on the map for route's permalinks - -2.0 (2013-01-02) ----------------- - -- First release for the second version. - diff --git a/version.py b/version.py index 55feb57..504ecf0 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (2, 99, 3) +VERSION = (2, 99, 0) def get_version(): -- cgit v1.2.3