Skip to content

Commit

Permalink
CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
treee111 committed Oct 21, 2021
1 parent ee31ef4 commit f4c589c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A list of unreleased changes can be found [here](https://github.com/treee111/wah
- Enhance check for existing (already downloaded) polygons and .osm.pbf files ([#43](https://github.com/treee111/wahooMapsCreator/issues/43)) [`bbdedd1`](https://github.com/treee111/wahooMapsCreator/commit/bbdedd176bc119b143a55f639641367e1275533f)
- Add check for required input parameter for CLI and GUI ([#41](https://github.com/treee111/wahooMapsCreator/issues/41)) [`4994f13`](https://github.com/treee111/wahooMapsCreator/commit/4994f13b6ae150faaeaf4586ec7b8232fa7b095e)

## [v0.9.0] - 2021-10-19
## [0.9.0] - 2021-10-19
### Added
- have more different tag-wahoo-xml files and move them to folders. Modify tag-wahoo.xml to differently display some "place"-tags [PR34](https://github.com/treee111/wahooMapsCreator/issues/34)
- tag-wahoo-v12.xml which is a updated version of the current tag-wahoo-hidrive2.xml. Bus_guideways have been removed and the zoom-appear levels are copied from the original wahoo maps. This really should replace tag-wahoo.xml eventually when v12 maps are created. [PR38](https://github.com/treee111/wahooMapsCreator/pull/38)
Expand All @@ -29,21 +29,21 @@ A list of unreleased changes can be found [here](https://github.com/treee111/wah
### Fixed
- fix bug in download handling of land polygons file which was introduced with [PR33](https://github.com/treee111/wahooMapsCreator/pull/33). [PR35](https://github.com/treee111/wahooMapsCreator/pull/35)

## [v0.8.1] - 2021-09-10
## [0.8.1] - 2021-09-10
### Fixed
- change dynamic access to constants-values to prevent console-errors [#29](https://github.com/treee111/wahooMapsCreator/issues/29) [PR30](https://github.com/treee111/wahooMapsCreator/issues/30)

## [v0.8.0] - 2021-08-11
## [0.8.0] - 2021-08-11
### Added
- download a geofabrik file only once if more countries are in the same geofabrik-country [#11](https://github.com/treee111/wahooMapsCreator/issues/11) [PR28](https://github.com/treee111/wahooMapsCreator/issues/28)
### Fixed
- `-h` and `--help` works again

## [v0.7.1] - 2021-07-26
## [0.7.1] - 2021-07-26
### Fixed
- Release .zip file without doubled subfolder. Directly zip content

## [v0.7.0] - 2021-07-25
## [0.7.0] - 2021-07-25
### Added
- GUI functionality with all relevant settings (equals CLI arguments) [#21](https://github.com/treee111/wahooMapsCreator/issues/21) [PR24](https://github.com/treee111/wahooMapsCreator/issues/24)
- start gui via `python3 wahoo_map_creator.py` or `python wahoo_map_creator.py`
Expand All @@ -55,7 +55,7 @@ A list of unreleased changes can be found [here](https://github.com/treee111/wah
### Removed
- doubled / not needed files and folders [PR23](https://github.com/treee111/wahooMapsCreator/issues/23)

## [v0.6.0] - 2021-07-10
## [0.6.0] - 2021-07-10
### Added
- CLI arguments for relevant settings. No more editing of python files needed [#15](https://github.com/treee111/wahooMapsCreator/issues/15) [PR19](https://github.com/treee111/wahooMapsCreator/issues/19)
- see `python3 wahoo_map_creator.py -h` or `python wahoo_map_creator.py -h` for possible arguments
Expand All @@ -66,7 +66,7 @@ A list of unreleased changes can be found [here](https://github.com/treee111/wah
### Fixed
- unittests run also on windows (paths are now OS-independent)

## [v0.5.0] - 2021-07-04
## [0.5.0] - 2021-07-04
### Added
- Parameter to control download and processing of border countries or not [PR18](https://github.com/treee111/wahooMapsCreator/issues/18)
- unittests for downloader.py and osm_maps_functions.py files [PR16](https://github.com/treee111/wahooMapsCreator/issues/16)
Expand All @@ -79,7 +79,7 @@ A list of unreleased changes can be found [here](https://github.com/treee111/wah
- reduce (double) imported standard modules & delete unused imports
- move call of empty directories-creation

## [v0.4.0] - 2021-07-01
## [0.4.0] - 2021-07-01
### Added
- parameter force_download to differentiate between forcing download of new maps and force of processing maps
- enable selective download of .osm.pdf files. Only download out-of-date files
Expand All @@ -94,20 +94,20 @@ A list of unreleased changes can be found [here](https://github.com/treee111/wah
### Deprecated
- the tooling_mac/ and tooling_windows python files will be removed in the future

## [v0.3.1] - 2021-06-17
## [0.3.1] - 2021-06-17
### Added
- configuration for virtual python environment (venv)
### Changed
- correct import path for custom python package
### Removed
- unused official and custom python packages

## [v0.3.0] - 2021-06-16
## [0.3.0] - 2021-06-16
### Added
- README, Quick Start Guides & documentation written
- Refactoring & Renaming of .py files

## [v0.2.0] - 2021-06-10
## [0.2.0] - 2021-06-10
### Added
- bat file with GUI for Windows (with corresponding python file)
- automatic creation of Releases when pushing a tag with semantic version (eg. v.1.1)
Expand All @@ -122,7 +122,7 @@ A list of unreleased changes can be found [here](https://github.com/treee111/wah
- Windows: `tooling_windows/Windows-Wahoo-Map-Creator-Osmosis/wahoo-map-creator-osmosis.py`
- doubled files

## [v0.1.0] - 2021-06-08
## [0.1.0] - 2021-06-08
### Added
- created two files which use mainly the coding from `common_resources`:
- macOS/Unix: `tooling_mac/wahoo-map-creator-osmium-using-common.py`
Expand Down

0 comments on commit f4c589c

Please sign in to comment.