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
2f0797bd
Unverified
Commit
2f0797bd
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.6.0rc2 (#9087)
* Bump version to 2.6.0rc2 * Update CHANGELOG.md
parent
13e049d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-0
CHANGELOG.md
lib/mastodon/version.rb
+1
-1
lib/mastodon/version.rb
with
6 additions
and
1 deletion
+6
-1
CHANGELOG.md
+
5
-
0
View file @
2f0797bd
...
...
@@ -43,6 +43,8 @@ All notable changes to this project will be documented in this file.
-
Add
`description`
meta tag (#8941)
-
Add
`Content-Security-Policy`
header (#8957)
-
Add cache for the instance info API (#8765)
-
Add suggested follows to search screen in mobile layout (#9010)
-
Add CORS header to
`/.well-known/*`
routes (#9083)
### Changed
...
...
@@ -57,6 +59,7 @@ All notable changes to this project will be documented in this file.
-
Change style of success and failure messages (#8973)
-
Change DM filtering to always allow DMs from staff (#8993)
-
Change recommended Ruby version to 2.5.3 (#9003)
-
Change docker-compose default to persist volumes in current directory (#9055)
### Deprecated
...
...
@@ -85,6 +88,8 @@ All notable changes to this project will be documented in this file.
-
Fix crash in streaming API when tag param missing (#8955)
-
Fix hotkeys not working when no element is focused (#8998)
-
Fix some hotkeys not working on detailed status view (#9006)
-
Fix og:url on status pages (#9047)
-
Fix upload option buttons only being visible on hover (#9074)
## [2.5.2] - 2018-10-12
### Security
...
...
This diff is collapsed.
Click to expand it.
lib/mastodon/version.rb
+
1
-
1
View file @
2f0797bd
...
...
@@ -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