Archived
2
0

version 2.6.

This commit is contained in:
Miroslav Šedivý
2022-06-17 21:15:57 +02:00
parent 7d71fd2bc6
commit fe5a2f9ee7
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## master branch
## [n.eko v2.6](https://github.com/m1k1o/neko/releases/tag/v2.6)
### 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]+):/`.