Update release notes

This commit is contained in:
Thomas 2022-12-24 10:36:47 +01:00
parent 0c60c9dbed
commit c1814aa5e9
2 changed files with 4 additions and 2 deletions

View File

@ -317,7 +317,7 @@ public class Helper {
Pattern.CASE_INSENSITIVE | Pattern.MULTILINE | Pattern.DOTALL);*/
public static final Pattern hashtagPattern = Pattern.compile("(^|\\s+|[.,;?!-]+)(#[\\w_A-zÀ-ÿ]+)");
public static final Pattern hashtagPattern = Pattern.compile("(#[\\w_A-zÀ-ÿ]+)");
public static final Pattern groupPattern = Pattern.compile("(![\\w_]+)");
public static final Pattern mentionPattern = Pattern.compile("(@[\\w_.-]+[\\w])");
public static final Pattern mentionLongPattern = Pattern.compile("(@[\\w_.-]+@[a-zA-Z0-9][a-zA-Z0-9.-]{1,61}[a-zA-Z0-9](?:\\.[a-zA-Z]{2,})+)");

View File

@ -3,9 +3,11 @@ Added:
Changed:
- Visual feedback for block on account list
- Visual changes with compose / top bar
Fixed:
- Nav buttons not visible with media (Light theme)
- Status bar with Android 5
- Fix links not clickable
- Fix deep links
- Fix deep links
- Fix remote threads not fetched for some instances