Skip to content

Releases: marian-m12l/studio

0.4.1

11 Aug 14:01
Compare
Choose a tag to compare

Fixes:

  • Since version 0.4.0, story packs extracted from the device weren't correctly marked as "cleartext" (this release includes a feature that fixes previously-broken cleartext packs when converting or transferring to the device)
  • Editor preview on Firefox
  • Crash could occur when reading library metadata: improved robustness

0.4.0

16 Jun 20:55
Compare
Choose a tag to compare

This is the first stable release supporting the new device revision V3.

Most significant evolutions:

  • Support for V3 devices thanks to a community effort
  • Merge long-standing PRs with QoL improvements

0.3.1

15 Aug 13:04
Compare
Choose a tag to compare
  • Support firmware 2.7 ("old" devices) and 2.22 ("new" devices)
  • Add basic support for night mode
  • Small fixes

0.3.0

24 May 09:05
Compare
Choose a tag to compare

This is the first stable release supporting the new firmware 2.x.

Most significant evolutions:

  • Support for firmware 2.x, where the device appears as a mounted partition.
  • Automatic retrieval of official metadata.
  • UI improvements, especially regarding pack conversion.

0.3.0-beta.3

24 Apr 21:16
Compare
Choose a tag to compare
0.3.0-beta.3 Pre-release
Pre-release
  • Automatically fetches official metadata database
  • Automatically detects device mount point
  • Improved local library UI w.r.t. pack files and conversion

0.3.0-beta.2

22 Jan 22:57
Compare
Choose a tag to compare
0.3.0-beta.2 Pre-release
Pre-release
  • Fixed and optimized MP3 encoding (corrupted frames, removal of ID3 tags)
  • Added checks on image dimensions and unsupported graph constructions
  • Added toast on UI to make pack conversion more visible
  • Prevent concurrent transfers from/to the device

0.3.0-beta.1

14 Jan 21:17
Compare
Choose a tag to compare
0.3.0-beta.1 Pre-release
Pre-release

Improved firmware v2 support:

  • Conversion of images to 16-colors bitmaps uses proper quantization algorithm
  • Audio files are converted on-the-fly to MP3
  • MP3 files that are not 44100Hz / Mono are re-encoded on-the-fly
  • Binary packs (firmware v1) can be converted on-the-fly to FS folder packs (firmware v2)
  • Some other improvements / fixes

0.3.0-alpha.2

04 Jan 20:21
Compare
Choose a tag to compare
0.3.0-alpha.2 Pre-release
Pre-release
  • Fixes pack upload to device on Windows (pack was not added to the index)
  • When converting an archive pack / uploading to the device, a blank audio is added on all stage nodes with no audio (as it seems to be required by the device)

0.3.0-alpha.1

03 Jan 10:04
Compare
Choose a tag to compare
0.3.0-alpha.1 Pre-release
Pre-release

First alpha version supporting the new firmware 2.x with limitations.

New step is required before starting the application:

  • For firmware 2.x only: configure the mount point of your device in the launch script using FS_MOUNTPOINT.

For instance on linux:

FS_MOUNTPOINT=/media/bob/LUNII

And on Windows:

set FS_MOUNTPOINT=E:\

Biggest limitations as of now are the following:

  • No on-the-fly conversion of audio files, so you must provide 44100Hz/Mono MP3 files. The device may expect a particular format or bitrate.
  • On-the-fly conversion of images is crap, so it's better to provide 4-bits depth / RLE encoding BMP files.
  • Metadata are not kept when transferring an archive pack to the device and back.
  • No on-the-fly conversion from binary story packs, for the reasons listed above.
  • Mount point of the device must be configured.
  • ... and this list is not exhaustive, there are probably many stability issues as well.

0.2.0

26 Jun 21:34
Compare
Choose a tag to compare

This is the first release based on the rewritten usb driver. Compared to previous 0.1.17 release, it brings these features:

  • Rewritten usb driver (no need to copy official libraries anymore)
  • Automatically open browser when the app starts (unless instructed otherwise with a system property)
  • Upgrade to vertx 3.9.0 and disable netty DNS resolver, which should remove some warnings
  • Thanks to a bugfix on the official Luniistore application, there is no need to "pad" small story packs to a minimum of 50MB anymore. No more wasted space because of small story packs :-)