Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mastodon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Boudes
mastodon
Commits
84f945d6
Unverified
Commit
84f945d6
authored
5 years ago
by
Eugen Rochko
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 2.9.1 (#11143)
parent
6e7e714b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+25
-0
25 additions, 0 deletions
CHANGELOG.md
app/javascript/mastodon/locales/ar.json
+1
-1
1 addition, 1 deletion
app/javascript/mastodon/locales/ar.json
lib/mastodon/version.rb
+1
-1
1 addition, 1 deletion
lib/mastodon/version.rb
with
27 additions
and
2 deletions
CHANGELOG.md
+
25
−
0
View file @
84f945d6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
app/javascript/mastodon/locales/ar.json
+
1
−
1
View file @
84f945d6
...
...
@@ -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"
:
"وصف للمعاقين بصريا"
,
...
...
This diff is collapsed.
Click to expand it.
lib/mastodon/version.rb
+
1
−
1
View file @
84f945d6
...
...
@@ -13,7 +13,7 @@ module Mastodon
end
def
patch
0
1
end
def
pre
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment