]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 2.7.1 (#9932)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 28 Jan 2019 03:24:12 +0000 (04:24 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Jan 2019 03:24:12 +0000 (04:24 +0100)
CHANGELOG.md
lib/mastodon/version.rb

index 3bafbe1e9e11142715c94bd34cf1f9a4fcbca675..cfb6b15f5aea9c4e41cb96292103fe999285634f 100644 (file)
@@ -3,6 +3,20 @@ Changelog
 
 All notable changes to this project will be documented in this file.
 
+## [2.7.1] - 2019-01-28
+### Fixed
+
+- Fix SSO authentication not working due to missing agreement boolean ([Gargron](https://github.com/tootsuite/mastodon/pull/9915))
+- Fix slow fallback of CopyAccountStats migration setting stats to 0 ([Gargron](https://github.com/tootsuite/mastodon/pull/9930))
+- Fix wrong command in migration error message ([angristan](https://github.com/tootsuite/mastodon/pull/9877))
+- Fix initial value of volume slider in video player and handle volume changes ([ThibG](https://github.com/tootsuite/mastodon/pull/9929))
+- Fix missing hotkeys for notifications ([ThibG](https://github.com/tootsuite/mastodon/pull/9927))
+- Fix being able to attach unattached media created by other users ([ThibG](https://github.com/tootsuite/mastodon/pull/9921))
+- Fix unrescued SSL error during link verification ([renatolond](https://github.com/tootsuite/mastodon/pull/9914))
+- Fix Firefox scrollbar color regression ([trwnh](https://github.com/tootsuite/mastodon/pull/9908))
+- Fix scheduled status with media immediately creating a status ([ThibG](https://github.com/tootsuite/mastodon/pull/9894))
+- Fix missing strong style for landing page description ([Kjwon15](https://github.com/tootsuite/mastodon/pull/9892))
+
 ## [2.7.0] - 2019-01-20
 ### Added
 
index abbc31178d2d5770a994720bbd1031eec23cc961..cf32e2f637dee035476dcb04aa948e39d0f8eb09 100644 (file)
@@ -13,7 +13,7 @@ module Mastodon
     end
 
     def patch
-      0
+      1
     end
 
     def pre