Skip to content

Commit b02321a

Browse files
Bumped APP version to v4.3.1
1 parent c52a2e3 commit b02321a

16 files changed

+38
-25
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [v4.3.1](https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/v4.3.1) - 2025-12-28
2+
3+
## What's Changed
4+
* ISSUE #1577: Improve webhook documentation by @cailloux in https://github.com/robiningelbrecht/statistics-for-strava/pull/1578
5+
* Change and add some Italian translations by @maramazza in https://github.com/robiningelbrecht/statistics-for-strava/pull/1581
6+
* ISSUE #1582: Improve docker entrypoint feedback by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1583
7+
* ISSUE #1561: Move activityStream import to activityImportPipeline by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1566
8+
* ISSUE #1584: Add progress bar to CLI output by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1585
9+
* ISSUE #1591 #1592: Rewind bugfix to images and improvement to activity grid by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1593
10+
* ISSUE #1594: Cap activity title length in segment overview by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1595
11+
12+
**Full Changelog**: https://github.com/robiningelbrecht/statistics-for-strava/compare/v4.3.0...v4.3.1
13+
114
# [v4.3.0](https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/v4.3.0) - 2025-12-22
215

316
### 🥳 Strava Webhook support 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 = 3;
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
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.3.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.3.0">
237+
<span>v4.3.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.3.1">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</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
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.3.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.3.0">
237+
<span>v4.3.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.3.1">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</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
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.3.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.3.0">
237+
<span>v4.3.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.3.1">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</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
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.3.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.3.0">
237+
<span>v4.3.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.3.1">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</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
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.3.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.3.0">
237+
<span>v4.3.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.3.1">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</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
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.3.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.3.0">
237+
<span>v4.3.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.3.1">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</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
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.3.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.3.0">
237+
<span>v4.3.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.3.1">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</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
@@ -234,8 +234,8 @@
234234
</a>
235235
</div>
236236
<div class="flex justify-center gap-x-1">
237-
<span>v4.3.0</span>
238-
<span class="hidden" data-latest-version data-current-version="v4.3.0">
237+
<span>v4.3.1</span>
238+
<span class="hidden" data-latest-version data-current-version="v4.3.1">
239239
(latest: <a class="underline" href="https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
240240
</span>
241241
</div>

0 commit comments

Comments
 (0)