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
b59818d4
Unverified
Commit
b59818d4
authored
6 years ago
by
Eugen Rochko
Committed by
GitHub
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Bump version to 2.7.0rc2 (#9836)
parent
88c5a8a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+24
-0
CHANGELOG.md
lib/mastodon/version.rb
+1
-1
lib/mastodon/version.rb
with
25 additions
and
1 deletion
+25
-1
CHANGELOG.md
+
24
-
0
View file @
b59818d4
...
...
@@ -34,6 +34,13 @@ All notable changes to this project will be documented in this file.
-
Add preview cards to non-detailed statuses on public pages (#9714)
-
Add
`mod`
and
`moderator`
to list of default reserved usernames (#9713)
-
Add quick links to the admin interface in the web UI (#8545)
-
Add
`tootctl domains crawl`
(#9809)
-
Add attachment list fallback to public pages (#9780)
-
Add
`tootctl --version`
(#9835)
-
Add information about how to opt-in to the directory on the directory (#9834)
-
Add timeouts for S3 (#9842)
-
Add support for non-public reblogs from ActivityPub (#9841)
-
Add sending of
`Reject`
activity when sending a
`Block`
activity (#9811)
### Changed
...
...
@@ -60,6 +67,11 @@ All notable changes to this project will be documented in this file.
-
Always re-fetch public key when signature verification fails to support blind key rotation (#9667)
-
Make replies to boosts impossible, connect reply to original status instead (#9129)
-
Change e-mail MX validation to check both A and MX records against blacklist (#9489)
-
Hide floating action button on search and getting started pages (#9826)
-
Redesign public hashtag page to use a masonry layout (#9822)
-
Use
`summary`
as summary instead of content warning for converted ActivityPub objects (#9823)
-
Display a double reply arrow on public pages for toots that are replies (#9808)
-
Change admin UI right panel size to be wider (#9768)
### Removed
...
...
@@ -103,10 +115,22 @@ All notable changes to this project will be documented in this file.
-
Ensure blocked user unfollows blocker if Block/Undo-Block activities are processed out of order (#9687)
-
Fix unreadable text color in report modal for some statuses (#9716)
-
Stop GIFV timeline preview explicitly when it's opened in modal (#9749)
-
Fix scrollbar width compensation (#9824)
-
Fix race conditions when processing deleted toots (#9815)
-
Fix SSO issues on WebKit browsers by disabling Same-Site cookie again (#9819)
-
Fix empty OEmbed error (#9807)
-
Fix drag & drop modal not disappearing sometimes (#9797)
-
Fix statuses with content warnings being displayed in web push notifications sometimes (#9778)
-
Fix scroll-to-detailed status not working on public pages (#9773)
-
Fix media modal loading indicator (#9771)
-
Fix hashtag search results not having a permalink fallback in web UI (#9810)
-
Fix slightly cropped font on settings page dropdowns when using system font (#9839)
-
Fix not being able to drag & drop text into forms (#9840)
### Security
-
Sanitize and sandbox toot embeds in web UI (#9552)
-
Add tombstones for remote statuses to prevent replay attacks (#9830)
## [2.6.5] - 2018-12-01
### Changed
...
...
This diff is collapsed.
Click to expand it.
lib/mastodon/version.rb
+
1
-
1
View file @
b59818d4
...
...
@@ -21,7 +21,7 @@ module Mastodon
end
def
flags
'rc
1
'
'rc
2
'
end
def
to_a
...
...
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