mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-28 09:47:17 +02:00
Update changelog.
This commit is contained in:
parent
26c4b045c0
commit
0da966f170
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
## 0.1.9
|
||||
|
||||
- Fix a problem with a mutable field (Philipp, [#153](https://github.com/enzet/map-machine/issues/153)).
|
||||
- Add icon for `natural=human`.
|
||||
- Add `--hide-credit` option.
|
||||
- Make colors more configurable.
|
||||
|
||||
## 0.1.8
|
||||
|
||||
- Improve colors for indoor features ([#139](https://github.com/enzet/map-machine/issues/139)).
|
||||
|
|
|
@ -9,7 +9,7 @@ __url__ = "https://github.com/enzet/map-machine"
|
|||
__doc_url__ = f"{__url__}/blob/main/README.md"
|
||||
__author__ = "Sergey Vartanov"
|
||||
__email__ = "me@enzet.ru"
|
||||
__version__ = "0.1.8"
|
||||
__version__ = "0.1.9"
|
||||
|
||||
REQUIREMENTS: list[str] = [
|
||||
"CairoSVG>=2.5.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue