Skip to content

Commit c717173

Browse files
v1.32.4
1 parent 143cba8 commit c717173

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77
## [Unreleased]
88

99

10+
## [1.32.4] - 2026-04-10
11+
12+
- [Typo] 'plateform' to 'platform' in README by @EliasConTildePY in #690
13+
- [Documentation] fix instance port by @codeurimpulsif
14+
- [Storage] create s3 bucket only if it don't already exists by @codeurimpulsif in #692
15+
- [Dependencies] Upgrade multiple dependencies by @codeurimpulsif in #693
16+
- [Languages] Update Dutch and Spanish by @codeurimpulsif in #694
17+
1018
## [1.32.3] - 2026-02-04
1119

1220
- Add a changelog

exodus/web/templates/base/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<body>
2727
<nav class="navbar navbar-expand-lg navbar-dark bg-primary sticky-top mb-4">
2828
<div class="container">
29-
<a class="navbar-brand" data-toggle="tooltip" title="εxodus v1.32.3" href="{% url 'home' %}">
29+
<a class="navbar-brand" data-toggle="tooltip" title="εxodus v1.32.4" href="{% url 'home' %}">
3030
<img src="/static/img/logo_purple_small.png" width="40" height="40" class="d-inline-block align-top"
3131
alt="{% trans "Exodus logo: white epsilon in a purple circle" %}">
3232
<span class="h2">εxodus</span>

0 commit comments

Comments
 (0)