diff --git a/CHANGELOG.md b/CHANGELOG.md index 814b9297..95126129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,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.36.3] - Unreleased +# [0.36.3] - 2025-12-14 ## Added - Setting `ARCHIVE_RAW_DATA` env var to true will enable monthly raw data archiving for all users. It will look for points older than 2 months with `raw_data` column not empty and create a zip archive containing raw data files for each month. After successful archiving, raw data will be removed from the database to save space. Monthly archiving job is being run every day at 2:00 AM. Default env var value is false. -- In map v2, user can now move points. #2024 +- In map v2, user can now move points when Points layer is enabled. #2024 - In map v2, routes are now being rendered using same logic as in map v1, route-length-wise. #2026 ## Fixed