Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
5rahim committed Aug 18, 2024
1 parent c365846 commit 662fcca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file.

## v2.0.3

- ✨ Settings: Choose default manga source
- 🦺 Fixed 'resolve unmatched' feature
- Fixed incorrect hydration when manually resolving unmatched files
- 🦺 Torrent streaming: Fixed external player link on Android
- 🦺 UI: Display characters for undownloaded anime
- 🏗️ Updated extension SDK

## v2.0.2

- ✨ Ignore files
Expand Down
1 change: 0 additions & 1 deletion internal/events/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ func (m *WSEventManager) SendEventTo(clientId string, t string, payload interfac
defer m.mu.Unlock()

for _, conn := range m.Conns {
spew.Dump(conn.ID, clientId)
if conn.ID == clientId {
m.Logger.Trace().Str("to", clientId).Str("type", t).Str("payload", spew.Sprint(payload)).Msg("ws: Sending message")
_ = conn.Conn.WriteJSON(WSEvent{
Expand Down

0 comments on commit 662fcca

Please sign in to comment.