Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
mastodon
Commits
404dc97f
Commit
404dc97f
authored
6 years ago
by
Eugen Rochko
Browse files
Options
Download
Email Patches
Plain Diff
Bump version to 2.6.2
parent
a2cda74b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+34
-0
CHANGELOG.md
lib/mastodon/version.rb
+1
-1
lib/mastodon/version.rb
with
35 additions
and
1 deletion
+35
-1
CHANGELOG.md
+
34
-
0
View file @
404dc97f
...
...
@@ -3,6 +3,40 @@ Changelog
All notable changes to this project will be documented in this file.
## [2.6.2] - 2018-11-23
### Added
-
Add Page to whitelisted ActivityPub types (#9188)
-
Add 20px to column width in web UI (#9227)
-
Add amount of freed disk space in
`tootctl media remove`
(#9229, #9239, #9288)
-
Add "Show thread" link to self-replies (#9228)
### Changed
-
Change order of Atom and RSS links so Atom is first (#9302)
-
Change Nginx configuration for Nanobox apps (#9310)
-
Change the follow action to appear instant in web UI (#9220)
-
Change how the ActiveRecord connection is instantiated in on_worker_boot (#9238)
-
Change
`tootctl accounts cull`
to always touch accounts so they can be skipped (#9293)
-
Change mime type comparison to ignore JSON-LD profile (#9179)
### Fixed
-
Fix web UI crash when conversation has no last status (#9207)
-
Fix follow limit validator reporting lower number past threshold (#9230)
-
Fix form validation flash message color and input borders (#9235)
-
Fix invalid twitter:player cards being displayed (#9254)
-
Fix emoji update date being processed incorrectly (#9255)
-
Fix playing embed resetting if status is reloaded in web UI (#9270, #9275)
-
Fix web UI crash when favouriting a deleted status (#9272)
-
Fix intermediary arrays being created for hash maps (#9291)
-
Fix filter ID not being a string in REST API (#9303)
### Security
-
Fix multiple remote account deletions being able to deadlock the database (#9292)
-
Fix HTTP connection timeout of 10s not being enforced (#9329)
## [2.6.1] - 2018-10-30
### Fixed
...
...
This diff is collapsed.
Click to expand it.
lib/mastodon/version.rb
+
1
-
1
View file @
404dc97f
...
...
@@ -13,7 +13,7 @@ module Mastodon
end
def
patch
1
2
end
def
pre
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets