Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mastodon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Mastodon
Commits
a8613b7c
Commit
a8613b7c
authored
1 week ago
by
Claire
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to v4.3.5
parent
0c2fa2aa
Branches
tedomum
Tags
v4.3.5+tedomum.1
No related merge requests found
Pipeline
#36055
passed
5 days ago
Stage: build
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+13
-0
13 additions, 0 deletions
CHANGELOG.md
docker-compose.yml
+3
-3
3 additions, 3 deletions
docker-compose.yml
lib/mastodon/version.rb
+1
-1
1 addition, 1 deletion
lib/mastodon/version.rb
with
17 additions
and
4 deletions
CHANGELOG.md
+
13
−
0
View file @
a8613b7c
...
...
@@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file.
## [4.3.5] - 2025-03-10
### Changed
-
Change hashtag suggestion to prefer personal history capitalization (#34070 by @ClearlyClaire)
### Fixed
-
Fix processing errors for some HEIF images from iOS 18 (#34086 by @renchap)
-
Fix streaming server not filtering unknown-language posts from public timelines (#33774 by @ClearlyClaire)
-
Fix preview cards under Content Warnings not being shown in detailed statuses (#34068 by @ClearlyClaire)
-
Fix username and display name being hidden on narrow screens in moderation interface (#33064 by @ClearlyClaire)
## [4.3.4] - 2025-02-27
### Security
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
3
−
3
View file @
a8613b7c
...
...
@@ -59,7 +59,7 @@ services:
web
:
# You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
# build: .
image
:
ghcr.io/mastodon/mastodon:v4.3.
4
image
:
ghcr.io/mastodon/mastodon:v4.3.
5
restart
:
always
env_file
:
.env.production
command
:
bundle exec puma -C config/puma.rb
...
...
@@ -83,7 +83,7 @@ services:
# build:
# dockerfile: ./streaming/Dockerfile
# context: .
image
:
ghcr.io/mastodon/mastodon-streaming:v4.3.
4
image
:
ghcr.io/mastodon/mastodon-streaming:v4.3.
5
restart
:
always
env_file
:
.env.production
command
:
node ./streaming/index.js
...
...
@@ -102,7 +102,7 @@ services:
sidekiq
:
# You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
# build: .
image
:
ghcr.io/mastodon/mastodon:v4.3.
4
image
:
ghcr.io/mastodon/mastodon:v4.3.
5
restart
:
always
env_file
:
.env.production
command
:
bundle exec sidekiq
...
...
This diff is collapsed.
Click to expand it.
lib/mastodon/version.rb
+
1
−
1
View file @
a8613b7c
...
...
@@ -13,7 +13,7 @@ module Mastodon
end
def
patch
4
5
end
def
default_prerelease
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment