Skip to content

Releases: Eiyeron/squint

v0.2.1 - Hotfix release

19 Apr 18:48
Compare
Choose a tag to compare
Pre-release

Hello there.

I'm releasing an update fixing init issues that prevented the Aseprite extension from properly setting itself up in some situations, blocking you from getting live visualization unless you swapped sprites, oops.

Only the Aseprite extension was updated, but for the sake of simplicity, the whole package has been uploaded.

v0.2.0 - Aseprite extension and sprite switch

12 Feb 13:24
Compare
Choose a tag to compare

Added

  • The Aseprite client script supports active sprite changes (#7)
  • The CMake project file now has target to simplify packaging and releasing.

Fixed

  • The Aseprite client script now re-sends data when it detects a reconnection in siutation it didn't previously.
  • Some crashes caused by data races has been fixed.

Changed

  • The Aseprite script was turned into a fully-fledged extension (#5).
    • The old script must be removed from Aseprite and the extension will the only supported way to install future versions of the script.
    • A new menu entry, "Connect to Squing" located in the File menu, will launch the connection. It's designed to replace the manual script execution.
  • The console is hidden on Windows (#8)
  • Logging is written to squint.log.
out.mp4

v0.1.1 - Intel fix and a new setting

06 Feb 19:42
Compare
Choose a tag to compare
Pre-release

Added

  • xBR shaders have now a corner mode selection setting that alters the way they match and interpolate the pixels.

Fixed

  • xBR-lv2 now compile and works on Intel HD iGPU (#1)
  • The masking color, a magenta with out-of-bounds values, has been tweaked to avoid leaking into the sprite.
  • The "Save picture" shortcut wasn't working unless the GUI was shown. This was fixed.

image

v0.1.0 - Proof of concept

28 Jan 23:56
Compare
Choose a tag to compare
Pre-release

Hello world! Here's the first release.

It's functional but barebones and the GUI code definitely needs some improvements.

The Aseprite/Squint interoperation "protocol" will most likely evolve in the future, notably to add versioning (to avoid bad surprises in the future).

Feel free to send issues with bug reports or features request, I'll see what I can do to fulfill them.

Have a nice day!

Screenshot 2022-01-30 12-48-50