From d2f3f93b0aabea1c02910e65585221caaf3c9794 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Mon, 2 Dec 2024 15:30:32 +0100 Subject: [PATCH] Update changelog and app version --- .app_version | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.app_version b/.app_version index 503a21de..267d7e01 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.18.2 +0.18.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c1cd353..0f37b279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.18.3 - 2024-12-02 + +### Added + +- `reverse_geocoded_at` column added to the `points` table. + +### Changed + +- On the Stats page, the "Reverse geocoding" section is now showing the number of points that were reverse geocoded based on `reverse_geocoded_at` column, value of which is based on the time when the point was reverse geocoded. If no geodata for the point is available, `reverse_geocoded_at` will be set anyway. Number of points that were reverse geocoded but no geodata is available for them is shown below the "Reverse geocoded" number. + # 0.18.2 - 2024-11-29 ### Added