]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 2.7.4 (#10179)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 5 Mar 2019 17:22:46 +0000 (18:22 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2019 17:22:46 +0000 (18:22 +0100)
CHANGELOG.md
lib/mastodon/version.rb

index b7040f9247e330256c68657983ae8f6e059f87ff..7b10adbbfc83baabccbd12552d4695483a124418 100644 (file)
@@ -3,6 +3,20 @@ Changelog
 
 All notable changes to this project will be documented in this file.
 
+## [2.7.4] - 2019-03-05
+### Fixed
+
+- Fix web UI not cleaning up notifications after block ([Gargron](https://github.com/tootsuite/mastodon/pull/10108))
+- Fix redundant HTTP requests when resolving private statuses ([ThibG](https://github.com/tootsuite/mastodon/pull/10115))
+- Fix performance of account media query ([abcang](https://github.com/tootsuite/mastodon/pull/10121))
+- Fix mention processing for unknown accounts ([ThibG](https://github.com/tootsuite/mastodon/pull/10125))
+- Fix getting started column not scrolling on short screens ([trwnh](https://github.com/tootsuite/mastodon/pull/10075))
+- Fix direct messages pagination in the web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/10126))
+- Fix serialization of Announce activities ([ThibG](https://github.com/tootsuite/mastodon/pull/10129))
+- Fix home timeline perpetually reloading when empty in web UI ([Gargron](https://github.com/tootsuite/mastodon/pull/10130))
+- Fix lists export ([ThibG](https://github.com/tootsuite/mastodon/pull/10136))
+- Fix edit profile page crash for suspended-then-unsuspended users ([ThibG](https://github.com/tootsuite/mastodon/pull/10178))
+
 ## [2.7.3] - 2019-02-23
 ### Added
 
index 005cd52f6def396683949968c39323838db8a754..bdfcd27b5337275241a478ac8a722a57f94bed05 100644 (file)
@@ -13,7 +13,7 @@ module Mastodon
     end
 
     def patch
-      3
+      4
     end
 
     def pre