We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fedb6 commit 652b41cCopy full SHA for 652b41c
CHANGELOG.md
@@ -1,5 +1,14 @@
1
2
- - -
3
+## v0.5.1 - 2026-01-03
4
+#### Bug Fixes
5
+- OIDC login failing with Authelia - (0a15f84) - *jfro*
6
+- import page rendering poorly in dark mode - (b9a7227) - *jfro*
7
+- exporter just breaking on attempt to export fixes #30 - (9815bf6) - *jfro*
8
+- catch & error if missing uid or email from OIDC fixes #31 - (91b4034) - *jfro*
9
+
10
+- - -
11
12
13
## v0.5.0 - 2026-01-03
14
#### Features
mix.exs
@@ -4,7 +4,7 @@ defmodule FuzzyCatalog.MixProject do
def project do
[
app: :fuzzy_catalog,
- version: "0.5.0",
+ version: "0.5.1",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
0 commit comments