Releases: BakaSolutions/fkclient.js
Releases · BakaSolutions/fkclient.js
1.6.1
1.6.0
1.5.0
- Update captcha module
Full Changelog: v1.4.1...v1.5.0 #
1.4.1
- Disable unnecessary reconnection after submitting a captcha code
- Ignore message handler errors
Full Changelog: v1.4.0...v1.4.1
1.4.0
- Separate inbound and outbound message listeners.
- Fix error handling for messages sent over HTTP.
Full Changelog: v1.3.1...v1.4.0
1.3.1
- Fix pre-ready message enqueueing in Firefox.
Full Changelog: v1.3.0...v1.3.1
1.3.0
1.2.0
Meta has a new format now.
Before:
{
"engine": "Foxtan/0.2.1",
"res": "http://127.0.0.1:6749/src/",
"thumb": "http://127.0.0.1:6749/src/thumb/",
"ws": "ws://127.0.0.1:6749/ws"
}
After:
{
"engine": "Foxtan/0.2.1",
"res": {
"path": "http://127.0.0.1:6749/src/"
},
"thumb": {
"path": "http://127.0.0.1:6749/src/thumb/",
"format": "webp",
"width": 200,
"height": 150
},
"ws":"ws://127.0.0.1:6749/ws"
}