Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Mastodon release v4.2.1 into main #51

Merged
merged 48 commits into from Nov 2, 2023
Merged

Merge Mastodon release v4.2.1 into main #51

merged 48 commits into from Nov 2, 2023

Conversation

toufali
Copy link
Collaborator

@toufali toufali commented Nov 1, 2023

Release notes: https://github.com/mastodon/mastodon/releases/tag/v4.2.1

While resolving conflicts, the only one of interest appeared to be a change with the "mention" regex.

MENTION_RE = %r{(?<=^|[^/[:word:]])@((#{USERNAME_RE})(?:@[[:word:].-]+[[:word:]]+)?)}i
became
MENTION_RE = %r{(?<![=/[:word:]])@((#{USERNAME_RE})(?:@[[:word:].-]+[[:word:]]+)?)}i

Associated PR: mastodon#25656

renchap and others added 30 commits October 10, 2023 13:52
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
ClearlyClaire and others added 18 commits October 10, 2023 13:52
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
@toufali toufali requested review from bakulf and aaga November 1, 2023 22:15
Copy link
Collaborator

@nina-py nina-py left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

@toufali toufali merged commit 389762c into main Nov 2, 2023
@toufali toufali deleted the merge-v4.2.1 branch February 26, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet