fixed emoji regex.

This commit is contained in:
Miroslav Šedivý
2022-01-06 12:14:02 +01:00
parent b7631c6d97
commit c32680a643
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
### Bugs
- Fixed fullscreen incompatibility for Safari [#121](https://github.com/m1k1o/neko/issues/121).
- Fixed bad emoji matching for e.g. `:+1:` and `:100:` with new regex `/^:([^:\s]+):/`.
### New Features
- Added `m1k1o/neko:microsoft-edge` tag.