We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d71fd2 commit fe5a2f9Copy full SHA for fe5a2f9
docs/changelog.md
@@ -2,6 +2,8 @@
2
3
## master branch
4
5
+## [n.eko v2.6](https://github.com/m1k1o/neko/releases/tag/v2.6)
6
+
7
### Bugs
8
- Fixed fullscreen incompatibility for Safari [#121](https://github.com/m1k1o/neko/issues/121).
9
- Fixed bad emoji matching for e.g. `:+1:` and `:100:` with new regex `/^:([^:\s]+):/`.
server/neko.go
@@ -39,7 +39,7 @@ var (
39
// Major version when you make incompatible API changes,
40
major = "2"
41
// Minor version when you add functionality in a backwards-compatible manner, and
42
- minor = "5"
+ minor = "6"
43
// Patch version when you make backwards-compatible bug fixes.
44
patch = "0"
45
)
0 commit comments