Skip to content

Latest commit

 

History

History
87 lines (49 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

87 lines (49 loc) · 1.73 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.4 - 2024-11-14

Fixed

  • Added automatic bounds checking when providing custom bounding box

0.2.3 - 2024-11-01

Changed

  • Bumped minimal geopandas version

0.2.2 - 2024-10-23

0.2.1 - 2024-10-23

Added

  • Option to pass console width and height
  • Option to pass plotting DPI

Fixed

  • Automatic bounds clipping to the EPSG:3857 limits
  • Capped minimal contextily zoom at 0

0.2.0 - 2024-10-21

Added

  • Option to change colors
  • Option to change opacity
  • Option to change basemap
  • Default light and dark style
  • Single letter flags to the CLI

Changed

  • Subtitle rendering

Fixed

  • Canvas not filling the space fully

0.1.2 - 2024-10-21

Added

  • Multiple renderers
  • Option to disable border around the map
  • Title scaling based on terminal width
  • Example geo files

Changed

  • Cleaned dependencies list

0.1.1 - 2024-10-18

Added

  • Plotting basic functionality with CLI