From f125cf0dad98efab6934686f264bd6dfe6bc0e09 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Thu, 6 Nov 2025 15:49:39 +0100 Subject: [PATCH] release: 1.15.0 --- .version | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ frontend/package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.version b/.version index a4cc5571..141f2e80 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.14.2 +1.15.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 58196955..a7cddb19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v1.15.0 + +### Bug Fixes + +- sorting by PKCE and re-auth of OIDC clients ([e03270e](https://github.com/pocket-id/pocket-id/commit/e03270eb9d474735ff4a1b4d8c90f1857b8cd52b) by @stonith404) +- replace %lang% placeholder in html lang ([#1071](https://github.com/pocket-id/pocket-id/pull/1071) by @daimond113) +- disabled property gets ignored when creating an user ([76e0192](https://github.com/pocket-id/pocket-id/commit/76e0192ceec339b6ddb4ad3424057d2bb48fae8f) by @stonith404) +- remove redundant indexes in Postgres ([6a038fc](https://github.com/pocket-id/pocket-id/commit/6a038fcf9afabbf00c45e42071e9bbe62ecab403) by @stonith404) + +### Features + +- open edit page on table row click ([f184120](https://github.com/pocket-id/pocket-id/commit/f184120890c32f1e75a918c171084878a10e8b42) by @stonith404) +- add ability to set default profile picture ([#1061](https://github.com/pocket-id/pocket-id/pull/1061) by @stonith404) + +### Other + +- add support for OpenBSD binaries ([d683d18](https://github.com/pocket-id/pocket-id/commit/d683d18d9109ca2850e278b78f7bf3e5aca1d34d) by @stonith404) + +**Full Changelog**: https://github.com/pocket-id/pocket-id/compare/v1.14.2...v1.15.0 + ## v1.14.2 ### Bug Fixes diff --git a/frontend/package.json b/frontend/package.json index b9b2403a..52c4c60b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "1.14.2", + "version": "1.15.0", "private": true, "type": "module", "scripts": {