Releases: ricohapi/fake-theta
Releases · ricohapi/fake-theta
v0.5.0
Functional change/bug fix
-
Update webAPI response (THETA Z1 firmware v3.10.2, X firmware v2.40.0)
- Update firmwareVersion of /osc/info (THETA Z1 and X)
- Add _batteryTemp, _boardTemp, _externalGpsInfo, _internalGpsInfo to /osc/state response (THETA Z1 and X)
- Add _ethernetConfig object to getOptions response (THETA X)
-
Changed some values to the same notation as the actual device (for example, exposureCompensation:0 → exposureCompensation:0.0)
Not functional change
- Update some dependent packages
- Refactoring
v0.4.0
Functional change/bug fix
- Change the response of
getLivePreview
from JPEG to a single frame of MotionJPEG- response content-type of Fake THETA v0.4.0
getLivePreview
content-type: multipart/x-mixed-replace; boundary="---osclivepreview---"
- response body of Fake THETA v0.4.0
getLivePreview
---osclivepreview--- Content-type: image/jpeg Content-Length: 23660 (binary data) ---osclivepreview---
- response content-type of Fake THETA v0.4.0
Not functional change
- Update some dependent packages
v0.3.1
Not functional change
- Fix test on deploy
- Change to not use Vercel API token
v0.3.0
Functional change/bug fix
- Update webAPI response (THETA X firmware v2.00.0)
- Update firmwareVersion of /osc/info response (THETA X)
- Change previewFormat support value (THETA X)
- Add _proxy object to getOptions response and _listAccessPoints response (THETA Z1 and X)
- Implement _detail parameter for camera.listFiles
- Correct the order in which the files are displayed in the response of camera.listFiles
Not functional change
- Add GitHub Actions
- Add lint and type check on push
- Add test execution for deployment URL on deploy
- Update some dependent packages``
v0.2.0
v0.1.0
First release.