diff --git a/CHANGELOG.md b/CHANGELOG.md index c89f35cdf0f832940a41f93c2ff17f5fae20c933..196a83d678cc0968d832a350c9e342c652df4d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ Changelog All notable changes to this project will be documented in this file. +## [2.9.1] - 2019-06-22 +### Added + +- Add moderation API ([Gargron](https://github.com/tootsuite/mastodon/pull/9387)) +- Add audio uploads ([Gargron](https://github.com/tootsuite/mastodon/pull/11123), [Gargron](https://github.com/tootsuite/mastodon/pull/11141)) + +### Changed + +- Change domain blocks to automatically support subdomains ([Gargron](https://github.com/tootsuite/mastodon/pull/11138)) +- Change Nanobox configuration to bring it up to date ([danhunsaker](https://github.com/tootsuite/mastodon/pull/11083)) + +### Removed + +- Remove expensive counters from federation page in admin UI ([Gargron](https://github.com/tootsuite/mastodon/pull/11139)) + +### Fixed + +- Fix converted media being saved with original extension and mime type ([Gargron](https://github.com/tootsuite/mastodon/pull/11130)) +- Fix layout of identity proofs settings ([acid-chicken](https://github.com/tootsuite/mastodon/pull/11126)) +- Fix active scope only returning suspended users ([ThibG](https://github.com/tootsuite/mastodon/pull/11111)) +- Fix sanitizer making block level elements unreadable ([Gargron](https://github.com/tootsuite/mastodon/pull/10836)) +- Fix label for site theme not being translated in admin UI ([palindromordnilap](https://github.com/tootsuite/mastodon/pull/11121)) +- Fix statuses not being filtered irreversibly in web UI under some circumstances ([ThibG](https://github.com/tootsuite/mastodon/pull/11113)) +- Fix scrolling behaviour in compose form ([ThibG](https://github.com/tootsuite/mastodon/pull/11093)) + ## [2.9.0] - 2019-06-13 ### Added diff --git a/app/javascript/mastodon/locales/ar.json b/app/javascript/mastodon/locales/ar.json index 1586580a85ded1a0c0dee752947b47c00afaf9f7..d05c61f9860820e4347d5e8edf3cec68cf7b983d 100644 --- a/app/javascript/mastodon/locales/ar.json +++ b/app/javascript/mastodon/locales/ar.json @@ -369,7 +369,7 @@ "trends.count_by_accounts": "{count} {rawCount, plural, one {person} آخرون {people}} ÙŠØªØØ¯Ø«ÙˆÙ†", "ui.beforeunload": "سو٠تÙقد مسودتك إن تركت ماستدون.", "upload_area.title": "Ø§Ø³ØØ¨ ثم Ø£Ùلت Ù„Ù„Ø±ÙØ¹", - "upload_button.label": "Ø¥Ø¶Ø§ÙØ© وسائط (JPEGØŒ PNGØŒ GIFØŒ WebMØŒ MP4ØŒ MOV)", + "upload_button.label": "Ø¥Ø¶Ø§ÙØ© وسائط ({formats})", "upload_error.limit": "لقد تم بلوغ Ø§Ù„ØØ¯ الأقصى Ø§Ù„Ù…Ø³Ù…ÙˆØ Ø¨Ù‡ لإرسال Ø§Ù„Ù…Ù„ÙØ§Øª.", "upload_error.poll": "لا يمكن إدراج Ù…Ù„ÙØ§Øª ÙÙŠ استطلاعات الرأي.", "upload_form.description": "وص٠للمعاقين بصريا", diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 02b8310841529166cc11e1839951ee8342de2a01..25dde5644f3e8d03f0432bc39f228fe0b70a09a0 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 0 + 1 end def pre