Skip to content

Commit

Permalink
bump version to v2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Nov 30, 2021
1 parent 9264483 commit b6b603d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## master branch
## [n.eko v2.5](https://github.com/m1k1o/neko/releases/tag/v2.5)

### Bugs
- Fix ungoogled-chromium auto build bug.
- Audio on iOS works now!

### New Features
Expand All @@ -14,10 +15,13 @@

### Misc
- ARM-based images not bound to Raspberry Pi only.
- Repository cleanup, renamed `.m1k1o` to `.docker`.
- Updated docs, now available at https://neko.m1k1o.net.
- Add japanese characters support.
- Sanitize display name and markdown codeblock input to prevent xss.
- Display unmute overlay when joined.
- Sync player play/pause/mute/umpute/volume state with store (beneficial for mobiles when using fullscreen mode).
- Automatic WebRTC SDP negotiation using `onnegotiationneeded` handlers. This allows adding/removing track on demand in a session.

## [n.eko v2.4](https://github.com/m1k1o/neko/releases/tag/v2.4)

Expand Down
2 changes: 1 addition & 1 deletion server/neko.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "4"
minor = "5"
// Patch version when you make backwards-compatible bug fixes.
patch = "0"
)
Expand Down

0 comments on commit b6b603d

Please sign in to comment.