Skip to content

Latest commit

 

History

History
109 lines (88 loc) · 4.48 KB

changelog.md

File metadata and controls

109 lines (88 loc) · 4.48 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

0.5.0 - Unreleased

Added

  • Zooming with CTRL+MMB

Fixed

Changed

0.4.0 - 2021-10-10

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: replaced some default Godot icons with custom versions
  • UI: General polish

0.3.0 - 2021-07-23

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)
  • Use default canvas color from settings for newly opened tabs
  • Fixed wrong pen pressure display in status bar
  • Wrong scaling of cursors when switching between files
  • Fixed issue where the brush tool won't activate when switching from annother program to the unfocused Lorien window

Changed

  • Disabled VSync and set the fixed target FPS to 144, which results in much smoother brush strokes and a better feeling on low Hz monitors
  • Lower the FPS to 10 if the window is unfocused to reduce the CPU/GPU load and save energy
  • Improved camera zoom
  • Switched to GLES3 backend
  • Removed unimplemented color-preset ui-elements from colorpickers
  • Introduced a minimum window size so it can't be resized to 0 anymore
  • The selection tool now selects any brush stroke when at least one stroke point is inside the selection rectangle

0.2.0 - 2021-06-03

Added

  • Mention contributors in the About Dialog
  • Improved closing of files with unsaved changes
  • Export the whole canvas as PNG image
  • Implemented the color picker tool, which let's you pick any color on the canvas
  • Selection tool
  • Ability to move selected brush strokes
  • Ability to delete selected brush strokes with delete key
  • 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 tooltip styling

0.1.0 - 2021-05-23

Added

  • 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