Commit c1814aa5 authored by Thomas's avatar Thomas
Browse files

Update release notes

parent 0c60c9db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,})+)");
+3 −1
Original line number Diff line number Diff line
@@ -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 remote threads not fetched for some instances
 No newline at end of file