Skip to content

Releases: Deep-Symmetry/wayang

0.1.9-SNAPSHOT

18 Oct 18:42
4c263f3
Compare
Choose a tag to compare
0.1.9-SNAPSHOT Pre-release
Pre-release

🚧 This is pre-release code for people who want to help test what is going into the next release.

Don’t download this if you aren’t comfortable testing code while it is under active development! Instead, look at the latest release.

Please note that since it’s a snapshot release, the library jar below (you may need to click to expand the Assets) will change frequently—whenever new code is pushed to the project—so you will want to download the latest version every time you work with it.

0.1.8

26 Jan 06:16
c9ed9e6
Compare
Choose a tag to compare

Fixed

  • Consistently use a single context for interacting with usb4java.

Added

  • Assigned a stable automatic module name so this project can safely be used as a dependency in modular Java projects.

Changed

  • Updated to latest release of usb4java.

Release 0.1.7

22 Aug 02:50
Compare
Choose a tag to compare

A small fix release after some stress testing within Afterglow.

Fixed

  • Improved cleanup when closing.
  • Synchronized more methods to avoid potential race conditions between
    sending asynchronous frames, and sending frames when partially open.

Release 0.1.6

21 Aug 04:22
Compare
Choose a tag to compare

Incorporates some improvements contributed by @cansik, thanks so much!

Added

  • Support for sending frames asynchronously for higher frame rates, #4.

Changed

  • Even when sending frames synchronously, performance is improved by
    sending as many lines as possible in one operation.

Release 0.1.5

30 May 18:07
f5eb545
Compare
Choose a tag to compare

This is a small fix release to address a problem that prevented Wayang from working under Windows.

Fixed

  • Finding the proper device to open in Windows, thanks to rsu-ableton for identifying the problem and explaining the underlying issue.

Release 0.1.4

25 Mar 03:22
Compare
Choose a tag to compare

Added

  • Incorporated an Animated GIF Writer
    to make it easy to capture interfaces that are being rendered on the
    push, to facilitate great online documentation.
  • When packaging, an überjar containing all transitive dependencies is
    also built, to make life easier for people who want to use Wayang
    without Maven, Leiningen, or another dependency management system.
  • The test phase now validates that all classes referenced are valid
    for the JDK version against which the library is being built, even
    when it is built using a more recent JDK.

Changed

  • Now builds class files using the JDK 1.6 (Java 6) format and
    features. Previous releases built against JDK 1.5, but there was no
    point in staying that far back, since usb4java is built for JDK
    1.6.

Release 0.1.3

15 Mar 15:29
Compare
Choose a tag to compare

Added

  • Information about how to manually download and use the library.
  • A download jar which includes all dependencies (usb4java and its native libraries and dependencies).
  • Section headers to clarify structure of the README.

Fixed

  • Added protection against calling open more than once. Now redundant
    attempts to open the display will simply return the existing
    buffered image.

Release 0.1.2

15 Mar 15:33
Compare
Choose a tag to compare

Added

  • Information about how to include Wayang as a dependency from Maven
    Central.

Fixed

  • The scm link in pom.xml was incorrect.

Release 0.1.1

15 Mar 15:34
Compare
Choose a tag to compare

Added

  • Initial Public Release