From 5cf2c7e07e6265f98280cab2debfa40abf4007d7 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Tue, 14 Jan 2025 23:35:23 +0100 Subject: [PATCH] Update changelog and app version --- .app_version | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 ✨