From 29911226685112ba30bd9c9d7bf9a50fa3eab0fc Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Thu, 5 Dec 2024 21:57:49 -0500 Subject: [PATCH] bump version --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b078168a50..ecb2d96e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2024.9.2 (eGirlskey) +- Improvements to user block: posts should now get properly hidden if they are replies to or mentions of a blocked user. + ## 2024.9.1 (eGirlskey) - Impersonate `misskey` upstream in nodeinfo to fix issues with client apps - Fix two-factor-auth login with `secureApiMode: true` by returning a stub user to unauthorized clients. diff --git a/package.json b/package.json index 30f683fd28..08f585a0f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egirlskey", - "version": "2024.9.1", + "version": "2024.9.2", "codename": "boobdog", "repository": { "type": "git",