diff --git a/.app_version b/.app_version index faa5fb26..d90746a7 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.22.2 +0.22.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f71881..22b5a331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +# 0.22.3 - 2025-01-14 + +### Changed + +- The Map now uses a canvas to draw polylines, points and fog of war. This should improve performance in browser with a lot of points and polylines. + # 0.22.2 - 2025-01-13 ✨ The Fancy Routes release ✨