Update package version to 1.18.1

This commit is contained in:
Package Updates
2026-06-24 18:01:55 +00:00
parent e63dc9c3eb
commit 8253db53eb
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -899,3 +899,17 @@
* Fix filters not being applied to search results in web UI ([#36346](https://github.com/tootsuite/mastodon/issues/36346) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix remote posts with large media descriptions being rejected ([#39135](https://github.com/tootsuite/mastodon/issues/39135) by [@ClearlyClaire](https://github.com/ClearlyClaire))
[1.18.1]
* Update mastodon to 4.6.1
* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.6.1)
* Add `avatar_description` and `header_description` to `/api/v1/accounts/update_credentials` ([#39547](https://github.com/tootsuite/mastodon/issues/39547) and [#39574](https://github.com/tootsuite/mastodon/issues/39574) by [@ClearlyClaire](https://github.com/ClearlyClaire) and [@mkljczk](https://github.com/mkljczk))
* Fix combobox menu not closing after a selection ([#39595](https://github.com/tootsuite/mastodon/issues/39595) by [@diondiondion](https://github.com/diondiondion))
* Fix Emoji IndexedDB upgrades when multiple tabs are open ([#39576](https://github.com/tootsuite/mastodon/issues/39576) by [@ChaosExAnima](https://github.com/ChaosExAnima))
* Fix combobox listbox not scrolling up when new suggestions have loaded ([#39588](https://github.com/tootsuite/mastodon/issues/39588) by [@diondiondion](https://github.com/diondiondion))
* Fix media modal navigation in RTL languages ([#39587](https://github.com/tootsuite/mastodon/issues/39587) by [@diondiondion](https://github.com/diondiondion))
* Fix accounts not visible in collection editor in advanced web interface ([#39586](https://github.com/tootsuite/mastodon/issues/39586) by [@diondiondion](https://github.com/diondiondion))
* Fix error on login with certain LDAP configurations ([#39571](https://github.com/tootsuite/mastodon/issues/39571) by [@oneiros](https://github.com/oneiros))
* Fix simplified layout applying to other pages in web UI ([#39570](https://github.com/tootsuite/mastodon/issues/39570) by [@Gargron](https://github.com/Gargron))
* Fix emoji database loading in web worker ([#39558](https://github.com/tootsuite/mastodon/issues/39558) and [#39562](https://github.com/tootsuite/mastodon/issues/39562) by [@ChaosExAnima](https://github.com/ChaosExAnima))
* Fix display name length limit being incorrectly enforced in web UI ([#39499](https://github.com/tootsuite/mastodon/issues/39499) by [@shleeable](https://github.com/shleeable))
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.18.0",
"version": "1.18.1",
"upstreamVersion": "4.6.1",
"healthCheckPath": "/about",
"httpPort": 8000,