Lorien version history
6 releases tracked, newest first.
v0.6.0
Nov 6, 2023- Added rebindable keyboard shortcuts and eraser mode for inverted pens
- Fixed blurry UI, invisible cursor, and SVG export issues
- Improved translations and UI scaling, moved grid toggle to settings
- Updated to Godot 3.5.3, last major release before Godot 4 port
2 downloads
v0.5.0
Jun 12, 2022It's time for a new release! Notable new features include: **much improved Antialiasing, SVG exporter, Supereraser, UI scaling for high-dpi monitors and the circle/ellipse tool**.
Thank you everybody who contributed to this release!
### Breaking Changes
Version `v0.5` of Lorien features a new SuperEraser, which erases brush strokes as soon as it inserects with them. The previous implementation just painted over new brush strokes, which always had the same color as the background - giving you the illusion of a traditional eraser like in bitmap-based programs (Gimp, Photoshop, etc.). The old implementation has been completely removed in favor of the SuperEraser.
The savefile format did not change. However previously made eraser-strokes will be skipped when loading `.lorien` files. Moreover when saving these files, the eraser-strokes will be permanently lost.
If you rely on these eraser-strokes: DO NOT UPDATE to this version or BACKUP you `.lorien` files before opening them in the new version.
### Added
- Zooming with CTRL+MMB
- Automatically remembering and auto-opening .lorien files upon exit & launch
- Fullscreen support
- Basic SVG exporter (variable brush stro
2 downloads
v0.4.0
Oct 10, 2021It's finally time for a new release! The new main features in this release are: the new **Color Palette System** and the **Rectangular Shape Tool**.
The savefile format did not change, so you are safe to use this new version. Just in case making a backup of your files is recommended.
### Added
- Distraction free mode which hides the UI. Can be toggled with TAB
- Color palettes: You can use the built-in palette or create custom palettes yourself
- Easteregg: Pressing F12 spwans a playable character who can walk on the drawn lines
- Rectangle tool: Easily draw rectangular shapes
- Translations: Korean, French
### Fixed
- Issue where the the mouse cursor vanished when switching from annother program to Lorien while a dialog was open
- Some UI elements were not hooked up to the localization system
### Changed
- Updated to Godot 3.3.4
- Lines created with the line tool are now subdivided (more points between start and end point) so that it's easier to select them
- Removed the color picker tool in favour of the new palette system
- Removed the default brush color setting in favour of the new palette system
- UI: subtle rounded corners for most elements
- UI: repl
2 downloads
v0.3.0
Jul 23, 2021It's been a while since the last update but here it is at last. It's a pretty feature packed release with a lot of bugfixes and improvements contributed by a lot of new contributors and me.
The main features i want to highlight are the new **infinite grid** and the **copy'n paste** feature.
### Added
- Infinite grid
- Copy-Paste selected brush strokes with CTRL+C/CTRL+V or duplicate in one step with CTRL+D
- The selection tool can now also deselect seperate brush strokes by holding down shift
- "Save as" functionality to save a file as a new file with a new file name, while keeping the original
- Implemented "Open" and "Save" functionality in menu
- Translations: Spanish, Russian
- Open files via drag'n drop from the filesystem
- Open files via cli arguments and "Open with.." functionality on Windows
- Option to set foreground and backgound FPS in the settings menu
- Option to set the line cap in settings menu (flat & round)
- Option to change the pressure sensitivity by a fixed multilpier
### Fixed
- Fixed camera position & zoom getting reset when switching between tabs
- Fixed an issue where a brush stroke disappeared if it got too long (See: [#26](https://
2 downloads
v0.2.0
Jun 3, 2021Besides bugfixes, the most notable new feature in this release is the Selection tool, which lets you select, move and delete arbitrary brush strokes. Thank you @fenix-hub for the initial implementation.
Also thank you @irishgreencitrus and @albanobattistella who contributed bugfixes and translations.
This new version is fully compatible with the previous version, so your savefiles should work without problems. But just in case, please make a safety copy.
## Changelog
### Added
- Mention contributors in the About Dialog
- Improved closing of files with unsaved changes
- Export the whole canvas as PNG image
- Selection tool
- Ability to delete selected brush strokes with delete key
- Ability to move selected brush strokes
- Implemented the color picker tool, which let's you pick any color on the canvas
- Added an option to switch between languages: English, German and Italian
- Line Tool: snap in 15° steps when holding down shift
### Fixed
- Fixed the size of the drawing area/viewport for high resolution displays
- Fixed some memory leaks
- Various smaller fixes
### Changed
- Switched to GLES2 for better compability with older hardware
- Improved t
3 downloads
v0.1.0
May 23, 2021**First public release**. It's still very much a **WIP** project, so consider this a pre-pre Alpha build ;)
Features:
- Infinite canvas
- Infinite undo/redo
- (Almost) Infinite zoom
- Extremely small savefiles
- Work on multiple documents simultaneously
- Tools: Freehand brush, eraser, line tool
- You can choose different colors for brush strokes and the canvas background via an easy to use color picker
- Designed to be used with a drawing tablet (Wacom, etc.). It also supports pressure sensitivity
- Runs on Windows, Linux & Mac
2 downloads