Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

80 lines (44 loc) · 1.95 KB

tui-map-generator CHANGELOG

All notable changes to this project will be documented in this file.

  • added custom char map to handle 128 chars/height values
  • added flag to export glyphs to xp
  • fixed generations of gray scale palettes
  • added default value for scale_up in save_to_png function
  • fixed legend.xp annotations

0.1.8 - 2023-10-10

  • fixed running using script (./tui-map-generator)

0.1.7 - 2023-10-10

  • fixed problem with missing maps folder

0.1.6 - 2023-10-09

  • fixing problem with maps/legend.xp

0.1.5 - 2023-10-09

  • fixing problem with maps/legend.xp

0.1.4 - 2023-10-09

  • fixing problem with maps/legend.xp

0.1.3 - 2023-10-09

Fixes

  • added missing maps/legend.xp

0.1.2 - 2023-10-08

Fixes

  • fixed links to images in README.md

0.1.1 - 2023-10-08

Features

  • added export to png (using Pillow)
  • added example maps and screenshot

Fixes

  • fixed legend print formatting (now all prints use rich console)
  • fixed json export

0.1.0 - 2023-10-07

  • Initial release: first working version!
  • added license, changelog, run.sh script, made it a runnable module