Skip to content

Commit 70f135e

Browse files
Gargronhiyuki2578
authored andcommitted
Bump version to 2.9.1 (mastodon#11143)
1 parent 26449c4 commit 70f135e

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ Changelog
33

44
All notable changes to this project will be documented in this file.
55

6+
## [2.9.1] - 2019-06-22
7+
### Added
8+
9+
- Add moderation API ([Gargron](https://github.com/tootsuite/mastodon/pull/9387))
10+
- Add audio uploads ([Gargron](https://github.com/tootsuite/mastodon/pull/11123), [Gargron](https://github.com/tootsuite/mastodon/pull/11141))
11+
12+
### Changed
13+
14+
- Change domain blocks to automatically support subdomains ([Gargron](https://github.com/tootsuite/mastodon/pull/11138))
15+
- Change Nanobox configuration to bring it up to date ([danhunsaker](https://github.com/tootsuite/mastodon/pull/11083))
16+
17+
### Removed
18+
19+
- Remove expensive counters from federation page in admin UI ([Gargron](https://github.com/tootsuite/mastodon/pull/11139))
20+
21+
### Fixed
22+
23+
- Fix converted media being saved with original extension and mime type ([Gargron](https://github.com/tootsuite/mastodon/pull/11130))
24+
- Fix layout of identity proofs settings ([acid-chicken](https://github.com/tootsuite/mastodon/pull/11126))
25+
- Fix active scope only returning suspended users ([ThibG](https://github.com/tootsuite/mastodon/pull/11111))
26+
- Fix sanitizer making block level elements unreadable ([Gargron](https://github.com/tootsuite/mastodon/pull/10836))
27+
- Fix label for site theme not being translated in admin UI ([palindromordnilap](https://github.com/tootsuite/mastodon/pull/11121))
28+
- Fix statuses not being filtered irreversibly in web UI under some circumstances ([ThibG](https://github.com/tootsuite/mastodon/pull/11113))
29+
- Fix scrolling behaviour in compose form ([ThibG](https://github.com/tootsuite/mastodon/pull/11093))
30+
631
## [2.9.0] - 2019-06-13
732
### Added
833

app/javascript/mastodon/locales/ar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
"trends.count_by_accounts": "{count} {rawCount, plural, one {person} آخرون {people}} يتحدثون",
371371
"ui.beforeunload": "سوف تفقد مسودتك إن تركت ماستدون.",
372372
"upload_area.title": "اسحب ثم أفلت للرفع",
373-
"upload_button.label": "إضافة وسائط (JPEG، PNG، GIF، WebM، MP4، MOV)",
373+
"upload_button.label": "إضافة وسائط ({formats})",
374374
"upload_error.limit": "لقد تم بلوغ الحد الأقصى المسموح به لإرسال الملفات.",
375375
"upload_error.poll": "لا يمكن إدراج ملفات في استطلاعات الرأي.",
376376
"upload_form.description": "وصف للمعاقين بصريا",

lib/mastodon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def minor
1313
end
1414

1515
def patch
16-
0
16+
1
1717
end
1818

1919
def pre

0 commit comments

Comments
 (0)