-
-
Notifications
You must be signed in to change notification settings - Fork 105
Release v.4.19 #1285
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
Merged
Release v.4.19 #1285
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: handle empty message content for thread titles Ensures a fallback thread title is provided when the original message content is empty. The thread title will now default to the message author's name in such cases, preventing empty or uninformative thread titles. Co-authored-by: billpapat <50835814+billpapat@users.noreply.github.com> Co-authored-by: Chris Sdogkos <work@chris-sdogkos.com> Mentored-by: Chris Sdogkos <work@chris-sdogkos.com> * style: apply gradle task `spotlessApply` CI/CD is failing without this commit. Co-authored-by: billpapat <50835814+billpapat@users.noreply.github.com> Co-authored-by: Chris Sdogkos <work@chris-sdogkos.com> Mentored-by: Chris Sdogkos <work@chris-sdogkos.com> * fix: thread titles #1265 1) Created channels without title will default to "username's suggestions" 2) Change String threadTitle to final 3) ThreadTitle logic implemented in a helper method Co-authored-by: Ethan McCue <5004262+bowbahdoe@users.noreply.github.com> * docs(ThreadTitle): add JavaDocs and rename param Addresses code review by @christolis. Co-authorized-by: Chris Sdogkos <work@chris-sdogkos.com> Signed-off-by: Chris Sdogkos <work@chris-sdogkos.com> Signed-off-by: billpapat <50835814+billpapat@users.noreply.github.com> * Changes as per requested by Zabuzard * Changes as per requested by Zabuzard * Changes as per requested by Taz03 --------- Signed-off-by: Chris Sdogkos <work@chris-sdogkos.com> Signed-off-by: billpapat <50835814+billpapat@users.noreply.github.com> Co-authored-by: Chris Sdogkos <work@chris-sdogkos.com> Co-authored-by: Ethan McCue <5004262+bowbahdoe@users.noreply.github.com>
Bumps com.diffplug.spotless from 7.0.4 to 7.1.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#1279) Added two new config params: * suspiciousAttachmentsThreshold * suspiciousAttachmentNamePattern
Bumps com.diffplug.spotless from 7.1.0 to 7.2.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* added new scam and false positives, fine-tuned, ability to use "foo$" * exact matches (^foo$)
* Ignore "scam" send by trusted users * added extra "trustedUserRolePattern" config entry
Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.13.1 to 1.14.0. - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-text@rel/commons-text-1.13.1...rel/commons-text-1.14.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Features:
Bugfix: