Skip to content

Commit 3a66e1a

Browse files
Bumped APP version to v4.6.0
1 parent 2e44ccc commit 3a66e1a

19 files changed

+55
-28
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [v4.6.1](https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/v4.6.1) - 2026-02-10
2+
3+
> [!NOTE]
4+
> This release needs to recalculate the metrics chart on the activity detail pages.
5+
> Your next import may take a bit longer, but subsequent imports will run at normal speed.
6+
7+
### Revamped metric charts on activity detail pages
8+
9+
* Charts are now zoomable
10+
* Charts now use the full raw data instead of simplified data
11+
12+
## What's Changed
13+
* ISSUE #1724: Dark mode: prevent 'flash' on page load by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1725
14+
* Adding French translations by @BenjaminDiet in https://github.com/robiningelbrecht/statistics-for-strava/pull/1727
15+
* ISSUE #1728: Add apple-touch-icon for iOS home screen support by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1729
16+
* ISSUE #1730: Fix mis-aligned cursor training load analysis by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1731
17+
* ISSUE #1716: Rework activity profile charts by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1720
18+
* ISSUE #1716: Fix caching issue while importing activities by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1720
19+
20+
## New Contributors
21+
* @BenjaminDiet made their first contribution in https://github.com/robiningelbrecht/statistics-for-strava/pull/1727
22+
23+
**Full Changelog**: https://github.com/robiningelbrecht/statistics-for-strava/compare/v4.6.0...v4.6.1
24+
125
# [v4.6.0](https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/v4.6.0) - 2026-02-07
226

327
## Dark mode is here!

src/Application/AppVersion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
private const int MAJOR = 4;
1010
private const int MINOR = 6;
11-
private const int PATCH = 0;
11+
private const int PATCH = 1;
1212

1313
public static function getSemanticVersion(): string
1414
{

tests/Application/Build/BuildIndexHtml/__snapshots__/BuildIndexHtmlCommandHandlerTest--testHandle--index-html.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@
274274
<div class="border-t absolute p-2 flex flex-col gap-y-1 justify-center text-xs text-center text-gray-500 bottom-0 left-0 w-full bg-white z-20">
275275
<div class="group-[.sidebar-is-collapsed]:hidden">
276276
<div class="flex items-center justify-center gap-x-1">
277-
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Updated on 17-10-2023 16:15">v4.6.0</span>
278-
<span class="hidden" data-latest-version data-current-version="v4.6.0">
277+
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Updated on 17-10-2023 16:15">v4.6.1</span>
278+
<span class="hidden" data-latest-version data-current-version="v4.6.1">
279279
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
280280
</span>
281281
</div>

tests/Application/Build/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-de_DE.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@
274274
<div class="border-t absolute p-2 flex flex-col gap-y-1 justify-center text-xs text-center text-gray-500 bottom-0 left-0 w-full bg-white z-20">
275275
<div class="group-[.sidebar-is-collapsed]:hidden">
276276
<div class="flex items-center justify-center gap-x-1">
277-
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Aktualisiert am 17-10-2023 16:15">v4.6.0</span>
278-
<span class="hidden" data-latest-version data-current-version="v4.6.0">
277+
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Aktualisiert am 17-10-2023 16:15">v4.6.1</span>
278+
<span class="hidden" data-latest-version data-current-version="v4.6.1">
279279
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
280280
</span>
281281
</div>

tests/Application/Build/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-en_US.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@
274274
<div class="border-t absolute p-2 flex flex-col gap-y-1 justify-center text-xs text-center text-gray-500 bottom-0 left-0 w-full bg-white z-20">
275275
<div class="group-[.sidebar-is-collapsed]:hidden">
276276
<div class="flex items-center justify-center gap-x-1">
277-
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Updated on 17-10-2023 16:15">v4.6.0</span>
278-
<span class="hidden" data-latest-version data-current-version="v4.6.0">
277+
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Updated on 17-10-2023 16:15">v4.6.1</span>
278+
<span class="hidden" data-latest-version data-current-version="v4.6.1">
279279
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
280280
</span>
281281
</div>

tests/Application/Build/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-fr_FR.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@
274274
<div class="border-t absolute p-2 flex flex-col gap-y-1 justify-center text-xs text-center text-gray-500 bottom-0 left-0 w-full bg-white z-20">
275275
<div class="group-[.sidebar-is-collapsed]:hidden">
276276
<div class="flex items-center justify-center gap-x-1">
277-
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Mis &agrave; jour le 17-10-2023 16:15">v4.6.0</span>
278-
<span class="hidden" data-latest-version data-current-version="v4.6.0">
277+
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Mis &agrave; jour le 17-10-2023 16:15">v4.6.1</span>
278+
<span class="hidden" data-latest-version data-current-version="v4.6.1">
279279
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
280280
</span>
281281
</div>

tests/Application/Build/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-it_IT.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@
274274
<div class="border-t absolute p-2 flex flex-col gap-y-1 justify-center text-xs text-center text-gray-500 bottom-0 left-0 w-full bg-white z-20">
275275
<div class="group-[.sidebar-is-collapsed]:hidden">
276276
<div class="flex items-center justify-center gap-x-1">
277-
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Aggiornato il 17-10-2023 16:15">v4.6.0</span>
278-
<span class="hidden" data-latest-version data-current-version="v4.6.0">
277+
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Aggiornato il 17-10-2023 16:15">v4.6.1</span>
278+
<span class="hidden" data-latest-version data-current-version="v4.6.1">
279279
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
280280
</span>
281281
</div>

tests/Application/Build/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-nl_BE.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@
274274
<div class="border-t absolute p-2 flex flex-col gap-y-1 justify-center text-xs text-center text-gray-500 bottom-0 left-0 w-full bg-white z-20">
275275
<div class="group-[.sidebar-is-collapsed]:hidden">
276276
<div class="flex items-center justify-center gap-x-1">
277-
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Bijgewerkt op 17-10-2023 16:15">v4.6.0</span>
278-
<span class="hidden" data-latest-version data-current-version="v4.6.0">
277+
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Bijgewerkt op 17-10-2023 16:15">v4.6.1</span>
278+
<span class="hidden" data-latest-version data-current-version="v4.6.1">
279279
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
280280
</span>
281281
</div>

tests/Application/Build/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-pt_BR.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@
274274
<div class="border-t absolute p-2 flex flex-col gap-y-1 justify-center text-xs text-center text-gray-500 bottom-0 left-0 w-full bg-white z-20">
275275
<div class="group-[.sidebar-is-collapsed]:hidden">
276276
<div class="flex items-center justify-center gap-x-1">
277-
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Atualizado em 17-10-2023 16:15">v4.6.0</span>
278-
<span class="hidden" data-latest-version data-current-version="v4.6.0">
277+
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Atualizado em 17-10-2023 16:15">v4.6.1</span>
278+
<span class="hidden" data-latest-version data-current-version="v4.6.1">
279279
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
280280
</span>
281281
</div>

tests/Application/Build/ConfigureAppLocale/__snapshots__/ConfigureAppLocaleCommandHandlerTest--testHandle--index-html-pt_PT.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@
274274
<div class="border-t absolute p-2 flex flex-col gap-y-1 justify-center text-xs text-center text-gray-500 bottom-0 left-0 w-full bg-white z-20">
275275
<div class="group-[.sidebar-is-collapsed]:hidden">
276276
<div class="flex items-center justify-center gap-x-1">
277-
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Atualizado em 17-10-2023 16:15">v4.6.0</span>
278-
<span class="hidden" data-latest-version data-current-version="v4.6.0">
277+
<span class="bg-gray-100 text-gray-600 font-medium px-2.5 py-0.5 rounded-sm" title="Atualizado em 17-10-2023 16:15">v4.6.1</span>
278+
<span class="hidden" data-latest-version data-current-version="v4.6.1">
279279
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
280280
</span>
281281
</div>

0 commit comments

Comments
 (0)