Skip to content

Releases: ricohapi/fake-theta

v0.5.0

01 Feb 00:37
7fd2190
Compare
Choose a tag to compare

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

31 Jul 06:10
b05de36
Compare
Choose a tag to compare

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---
      

Not functional change

  • Update some dependent packages

v0.3.1

27 Jun 00:55
064399d
Compare
Choose a tag to compare

Not functional change

  • Fix test on deploy
    • Change to not use Vercel API token

v0.3.0

21 Jun 01:04
8235a98
Compare
Choose a tag to compare

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

19 May 07:40
fb8c6f8
Compare
Choose a tag to compare

Functional change/bug fix

  • Support file URL format of THETA X: http://[IP address]/files/[Directory name]/[File name] fb8c6f8
  • Change the type check of the mode parameter of getMySetting with the following refactoring 71bfd94
    • Strictly check if it is 'image' | 'video' type

Not functional change

  • Update some tests 09a43ba
  • Refactoring response files to merge with files under /src/execute/commands/ 71bfd94

v0.1.0

27 Apr 04:59
Compare
Choose a tag to compare

First release.