mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
version 2.6.
This commit is contained in:
parent
7d71fd2bc6
commit
fe5a2f9ee7
@ -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]+):/`.
|
||||
|
@ -39,7 +39,7 @@ var (
|
||||
// Major version when you make incompatible API changes,
|
||||
major = "2"
|
||||
// Minor version when you add functionality in a backwards-compatible manner, and
|
||||
minor = "5"
|
||||
minor = "6"
|
||||
// Patch version when you make backwards-compatible bug fixes.
|
||||
patch = "0"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user