What's Changed
- Added iPadOS version of the app - this is very rough and ready and not fully considered, just a rough port of the iOS app to Split View. It will get more dialed in over time.
- You can now manage, add, disconnect and reconnect from networks via the app.
- Upload history browser has been added with full feature parity to the Vue client (favorites, filtering, etc).
- Added whois/profile modal and support for user notes.
- Your
input.completion.nick_suffixsetting applies now. - Video uploaded is compressed against the server's actual size limit and not a hardcoded 90mb (btw if you use cloudflared you should set your lurker upload limit to <100mb).
- Added support for /clear which should function similarly to the Vue client now.
- A fix for situations where the notification badge number could get 'stuck'.
What's Changed - Detailed
- Network CRUD plumbing, and the state event we were dropping (#11) by @amiantos in #139
- Network management, and the buffer list fixes it surfaced (#11) by @amiantos in #147
- Uploads browser: browse, search and re-share past uploads (#138) by @amiantos in #148
- Whois + nick notes: the LurkerKit half (#12) by @amiantos in #150
- The profile screen, and the four ways in (#12) by @amiantos in #151
- /connect, /disconnect and /reconnect, and the connection in the server buffer's sheet (#152) by @amiantos in #153
- Honour input.completion.nick_suffix (#133) by @amiantos in #154
- Compress against the server's advertised maxUploadBytes (#149) by @amiantos in #156
- /clear support, and honour a clear made anywhere (#121) by @amiantos in #157
- Badge reassert by @amiantos in #158
- iPad: buffer list and conversation side by side by @amiantos in #160
Full Changelog: v1.0-build-15...v1.0-build-16