From 67dc2249948cdfbe8cdd66b3e6f9b00e1db6089f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Thu, 26 Mar 2026 00:18:42 +0100 Subject: [PATCH] Bump version, upgrade changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/nicolium/CHANGELOG.md | 16 ++++++++++++++++ packages/nicolium/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/nicolium/CHANGELOG.md b/packages/nicolium/CHANGELOG.md index 19699d1e8..b7be44c3b 100644 --- a/packages/nicolium/CHANGELOG.md +++ b/packages/nicolium/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.1.1 + +### Added +- Missing ARIA attributes and other minor accessibility improvements. + +### Changed +- Continued work on migrating styles from TailwindCSS. +- Some files were moved to different locations. +- Added a warning related to CORS configuration when signing in to an external instance. + +### Fixed + +- Removed `console.log` statement accidentally left in the release code. +- Requests without body do not get `Content-Type: application/json` appended by default, which fixes a bug with GoToSocial. +- Last status in a thread view, if expanded, no longer gets bottom padding. + ## v0.1.0 > This list includes changes made since the project forked from Soapbox in April 2024. It does not cover every UI change, consistency improvement, optimization, accessibility improvement, or backend compatibility update — maintaining such a list manually would be impractical. diff --git a/packages/nicolium/package.json b/packages/nicolium/package.json index e7783df0f..4bdd8cd4d 100644 --- a/packages/nicolium/package.json +++ b/packages/nicolium/package.json @@ -1,7 +1,7 @@ { "name": "nicolium", "displayName": "Nicolium", - "version": "0.1.0", + "version": "0.1.1", "description": "Mastodon-compatible social media front-end", "keywords": [ "fediverse",