Skip to content

Releases: hansemro/Lorien

v0.6.0-dev Windows Debug Build

20 Feb 21:10
d1aba07
Compare
Choose a tag to compare
Pre-release

Lorien commit: d1aba07
Lorien version: v0.6.0-dev
Godot Engine version: 3.5-stable
Release Build: Windows-x86_64-debug

[v0.6.0-dev] GDClip clipboard support - Release 11

15 Jun 08:30
Compare
Choose a tag to compare

Commit: fad4ea9
Base commit: 1b692ab

General changes:

  • Adds ability to paste images from clipboard.
  • SelectionTool and SuperEraserTool have been modified to handle images.
  • Adds ability to save/load projects with images. Warning: save format may not be compatible with earlier versions.

R11 changes:

  • Images can be exported via SVG Exporter (instead of failing)

[v0.6.0-dev] GDClip clipboard support - Release 10

14 Jun 20:19
Compare
Choose a tag to compare

Commit: fa29362
Base commit: 1b692ab

General changes:

  • Adds ability to paste images from clipboard.
  • SelectionTool and SuperEraserTool have been modified to handle images.
  • Adds ability to save/load projects with images. Warning: save format may not be compatible with earlier versions.

R10 changes:

  • Rebased with 1b692ab
    • includes brush fix with scaled UI
    • includes keyboard shortcut fixes for all platforms

[v0.5.0-dev] GDClip clipboard support - Release 9

07 Jun 20:29
Compare
Choose a tag to compare

Commit: f78c371
Base commit: be61d30

General changes:

  • Adds ability to paste images from clipboard.
  • SelectionTool and SuperEraserTool have been modified to handle images.
  • Adds ability to save/load projects with images. Warning: save format may not be compatible with earlier versions.

R9 changes:

  • EraserTool now erases images instead of crashing.
  • Rebased with be61d30 (fix keybinds in macOS)

Known issue:

[v0.5.0-dev] GDClip clipboard support - Release 8

27 May 22:35
Compare
Choose a tag to compare

Commit: d851173
Base commit: 65bc8f4

General changes:

  • Adds ability to paste images from clipboard.
  • SelectionTool and SuperEraserTool have been modified to handle images.
  • Adds ability to save/load projects with images. Warning: save format may not be compatible with earlier versions.

R8 changes:

  • Rebased with 65bc8f4 to provide new scrolling toolbar.

[v0.5.0-dev] GDClip clipboard support - Release 7

25 May 06:30
Compare
Choose a tag to compare

Commit: 9ef9b1d
Base commit: 25d7e0b

General changes:

  • Adds ability to paste images from clipboard.
  • SelectionTool and SuperEraserTool have been modified to handle images.
  • Adds ability to save/load projects with images. Warning: save format may not be compatible with earlier versions.

R7 changes:

  • Compress and decompress images in Serializer to reduce file size and improve save/load times.
    • Warning: This introduces a new save format that is not compatible with earlier pre-release revisions of Lorien with GDClip.

[v0.5.0-dev] GDClip clipboard support - Release 6

25 May 01:14
Compare
Choose a tag to compare

Commit: d2d8ddf
Base commit: 25d7e0b

General changes:

  • Adds ability to paste images from clipboard.
  • SelectionTool and SuperEraserTool have been modified to handle images.
  • Adds ability to save/load projects with images. Warning: save format may not be compatible with earlier versions.

R6 changes:

  • Removed duplicate project.strokes.append(brush_stroke) in Serializer.gd
  • Re-add debug print message for pasted strokes while using SelectionTool.

[v0.5.0-dev] GDClip clipboard support - Release 5

25 May 00:33
Compare
Choose a tag to compare

Commit: e5bb78d
Base commit: 25d7e0b

General changes:

  • Adds ability to paste images from clipboard.
  • SelectionTool and SuperEraserTool have been modified to handle images.
  • Adds ability to save/load projects with images. Warning: save format may not be compatible with earlier versions.

R5 changes:

  • Rebased with 25d7e0b which updates SelectionTool performance and behavior

[v0.5.0-dev] GDClip clipboard support - Release 4

23 May 22:37
Compare
Choose a tag to compare

Commit: d0e2eb0
Base commit: d99aebe

General changes:

  • Adds ability to paste images from clipboard.
  • SelectionTool and SuperEraserTool have been modified to handle images.
  • Adds ability to save/load projects with images. Warning: save format may not be compatible with earlier versions.

R4 changes:

  • Rebased with d99aebe
    • GDClip now provides Super Eraser functionality as default eraser behavior. "Fake eraser" implementation is now deprecated.

[v0.5.0-dev] GDClip clipboard support with SuperEraser - Release 3

19 May 02:42
Compare
Choose a tag to compare

Commit: 9d177ce
Base commit: 9f68585

General changes:

  • Adds ability to paste images from clipboard.
  • SelectionTool and SuperEraserTool have been modified to handle images.
  • Adds ability to save/load projects with images. Warning: save format may not be compatible with earlier versions.

R3 changes:

  • Rebased with 9f68585
  • Set GDClip submodule tag to v0.2
  • Update README.md
  • Update v0.5.0 manual