Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
インターネット蟹工船
mastodon
Commits
e6d111f3
Unverified
Commit
e6d111f3
authored
Oct 09, 2019
by
Eugen Rochko
Committed by
GitHub
Oct 09, 2019
Browse files
Bump version to 3.0.1 (#12116)
parent
b5f7e128
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
e6d111f3
...
...
@@ -3,6 +3,36 @@ Changelog
All notable changes to this project will be documented in this file.
## [3.0.1] - 2019-10-09
### Added
-
Add
`tootctl media usage`
command (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12115
)
)
-
Add admin setting to auto-approve trending hashtags (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12122
)
)
### Changed
-
Change
`tootctl media refresh`
to skip already downloaded attachments (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12118
)
)
### Removed
-
Remove auto-silence behaviour from spam check (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12117
)
)
-
Remove HTML
`lang`
attribute from individual statuses in web UI (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12124
)
)
-
Remove fallback to long description on sidebar and meta description (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12119
)
)
### Fixed
-
Fix attachment not being re-downloaded even if file is not stored (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12125
)
)
-
Fix old migration trying to use new column due to default status scope (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12095
)
)
-
Fix column back button missing for not found accounts (
[
trwnh
](
https://github.com/tootsuite/mastodon/pull/12094
)
)
-
Fix issues with tootctl's parallelization and progress reporting (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12093
)
,
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12097
)
)
-
Fix existing user records with now-renamed
`pt`
locale (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12092
)
)
-
Fix hashtag timeline REST API accepting too many hashtags (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12091
)
)
-
Fix
`GET /api/v1/instance`
REST APIs being unavailable in secure mode (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12089
)
)
-
Fix performance of home feed regeneration and merging (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12084
)
)
-
Fix ffmpeg performance issues due to stdout buffer overflow (
[
hugogameiro
](
https://github.com/tootsuite/mastodon/pull/12088
)
)
-
Fix S3 adapter retrying failing uploads with exponential backoff (
[
Gargron
](
https://github.com/tootsuite/mastodon/pull/12085
)
)
-
Fix
`tootctl accounts cull`
advertising unused option flag (
[
Kjwon15
](
https://github.com/tootsuite/mastodon/pull/12074
)
)
## [3.0.0] - 2019-10-03
### Added
...
...
lib/mastodon/version.rb
View file @
e6d111f3
...
...
@@ -13,7 +13,7 @@ module Mastodon
end
def
patch
0
1
end
def
flags
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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