Update package version to 1.14.5

This commit is contained in:
Package Updates 2025-03-10 11:24:51 +00:00
parent 211b003a13
commit b506ee70d6
2 changed files with 18 additions and 1 deletions

View file

@ -571,3 +571,20 @@
* Fix `tootctl feeds build` not building list timelines ([#​33783](https://github.com/tootsuite/mastodon/issues/33783) by [@​ClearlyClaire](https://github.com/ClearlyClaire))
* Fix processing of incoming notifications for unfilterable types ([#​33429](https://github.com/tootsuite/mastodon/issues/33429) by [@​ClearlyClaire](https://github.com/ClearlyClaire))
[1.14.5]
* Update mastodon to 4.3.5
* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.3.5)
* Change hashtag suggestion to prefer personal history capitalization ([#​34070](https://github.com/tootsuite/mastodon/issues/34070) by [@​ClearlyClaire](https://github.com/ClearlyClaire))
* Fix processing errors for some HEIF images from iOS 18 ([#​34086](https://github.com/tootsuite/mastodon/issues/34086) by [@​renchap](https://github.com/renchap))
* Fix streaming server not filtering unknown-language posts from public timelines ([#​33774](https://github.com/tootsuite/mastodon/issues/33774) by [@​ClearlyClaire](https://github.com/ClearlyClaire))
* Fix preview cards under Content Warnings not being shown in detailed statuses ([#​34068](https://github.com/tootsuite/mastodon/issues/34068) by [@​ClearlyClaire](https://github.com/ClearlyClaire))
* Fix username and display name being hidden on narrow screens in moderation interface ([#​33064](https://github.com/tootsuite/mastodon/issues/33064) by [@​ClearlyClaire](https://github.com/ClearlyClaire))
* Ruby: 3.1 or newer
* PostgreSQL: 12 or newer. PostgreSQL versions 14.0 to 14.3 are not supported as they contain a critical data-corruption bug (see [v4.3.0 release notes](https://github.com/mastodon/mastodon/releases/tag/v4.3.0))
* Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
* LibreTranslate (optional, for translations): 1.3.3 or newer
* Redis: 4 or newer
* Node: 18 or newer
* ImageMagick (optional if using libvips): 6.9.7-7 or newer
* libvips (optional, instead of ImageMagick): 8.13 or newer

View file

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.14.4",
"version": "1.14.5",
"upstreamVersion": "4.3.5",
"healthCheckPath": "/about",
"httpPort": 8000,