diff --git a/README.md b/README.md
index 72f062e0..22034ee1 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Lorien is an **infinite canvas drawing/note-taking app that is focused on perfor
⚠ **This is very much a WIP and still a bit rough around the edges** ⚠. The savefile format *might* also change in the future. Contributions (be it bug reports, code, art or [translations](docs/i18n.md)) are very welcome.
-## Features as of v0.6.0-dev:
+## Features as of v0.6.0:
- Infinite canvas
- Infinite undo/redo
- (Almost) Infinite zoom
diff --git a/docs/changelog.md b/docs/changelog.md
index 2ed756eb..00a36756 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-## [0.6.0] - Unreleased
+## [0.6.0] - 2023-11-06
+
+It's been a while - but here is a another release! A special thanks goes to @MrApplejuice for adding support for rebindable keyboard shortcuts and @hansemro for enabling the eraser mode when the pen is inverted!
+
+This will be the last "major" version using Godot 3. After this release i will start porting Lorien to Godot 4.
### Added
- Rebindable keyboard shortcuts
@@ -152,7 +156,7 @@ If you rely on these eraser-strokes: DO NOT UPDATE to this version or BACKUP you
- Designed to be used with a drawing tablet (Wacom, etc.). It also supports pressure sensitivity
- Runs on Windows, Linux & Mac
-[0.6.0-dev]: https://github.com/mbrlabs/lorien/compare/v0.5.0...HEAD
+[0.6.0]: https://github.com/mbrlabs/lorien/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/mbrlabs/lorien/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/mbrlabs/lorien/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/mbrlabs/lorien/compare/v0.2.0...v0.3.0
diff --git a/docs/manuals/manual_v0.6.0.md b/docs/manuals/manual_v0.6.0.md
index 3c8101ea..f1b57752 100644
--- a/docs/manuals/manual_v0.6.0.md
+++ b/docs/manuals/manual_v0.6.0.md
@@ -34,6 +34,7 @@ Lorien provides you with different tools which you can find in the toolbar. If y
### Eraser Tool
- Allows you to erease brush strokes by drawing over it. Once the eraser intersects with a brush stroke, the whole brush stroke will be removed
- The brush size affects the area of effect
+- When using a stylus/pen that supports erasing with the other side, Lorien automatically switches into the eraser mode
### Selection Tool
- With the Selection tool you can select a number of brush strokes by dragging across the screen with your LMB pressed. Brush strokes which are considered inside the selection recatangle will be added to the current selection. You can add more strokes to your current selection by holding down Shift while dragging.
diff --git a/lorien/Assets/I18n/de.txt b/lorien/Assets/I18n/de.txt
index ee2b8139..de55c6ab 100644
--- a/lorien/Assets/I18n/de.txt
+++ b/lorien/Assets/I18n/de.txt
@@ -80,7 +80,7 @@ SETTINGS_RESTART_NOTICE Ein Neustart ist notwendig um die Einstellungen zu ü
# -----------------------------------------------------------------------------
ABOUT_DIALOG_TITLE Über
-ABOUT_DIALOG_COPYRIGHT © 2021-2022 Marcus Brummer & Mitwirkende
+ABOUT_DIALOG_COPYRIGHT © 2021-2023 Marcus Brummer & Mitwirkende
ABOUT_DIALOG_LICSENSE Lorien ist lizenziert unter:
ABOUT_DIALOG_BASED_ON Lorien basiert auf:
ABOUT_DIALOG_EASTEREGG Easteregg Charakter:
diff --git a/lorien/Assets/I18n/en.txt b/lorien/Assets/I18n/en.txt
index 280ccb86..6dd45b50 100644
--- a/lorien/Assets/I18n/en.txt
+++ b/lorien/Assets/I18n/en.txt
@@ -86,7 +86,7 @@ SETTINGS_RESTART_NOTICE Restart required to apply the new settings
# -----------------------------------------------------------------------------
ABOUT_DIALOG_TITLE About
-ABOUT_DIALOG_COPYRIGHT © 2021-2022 Marcus Brummer & contributors
+ABOUT_DIALOG_COPYRIGHT © 2021-2023 Marcus Brummer & contributors
ABOUT_DIALOG_LICSENSE Lorien is licensed under:
ABOUT_DIALOG_BASED_ON Lorien is based on:
ABOUT_DIALOG_EASTEREGG Easteregg character:
diff --git a/lorien/Assets/I18n/es.txt b/lorien/Assets/I18n/es.txt
index f85ce567..6ba2ca07 100644
--- a/lorien/Assets/I18n/es.txt
+++ b/lorien/Assets/I18n/es.txt
@@ -77,7 +77,7 @@ SETTINGS_RESTART_NOTICE Se requiere reiniciar para aplicar las nuevas op
# -----------------------------------------------------------------------------
ABOUT_DIALOG_TITLE Acerca de Lorien
-ABOUT_DIALOG_COPYRIGHT © 2021-2022 Marcus Brummer & colaboradores
+ABOUT_DIALOG_COPYRIGHT © 2021-2023 Marcus Brummer & colaboradores
ABOUT_DIALOG_LICSENSE Lorien está licenciado bajo:
ABOUT_DIALOG_BASED_ON Lorien está basado en:
ABOUT_DIALOG_EASTEREGG Personaje secreto:
diff --git a/lorien/Assets/I18n/fr.txt b/lorien/Assets/I18n/fr.txt
index 7e934611..92d158c4 100644
--- a/lorien/Assets/I18n/fr.txt
+++ b/lorien/Assets/I18n/fr.txt
@@ -70,14 +70,14 @@ SETTINGS_FPS_BACKGROUND Fps lorsque inactif
SETTINGS_BRUSH_CAPS Extrémités des tracés
SETTINGS_BRUSH_CAPS_FLAT Plates
SETTINGS_BRUSH_CAPS_ROUND Arrondies
-SETTINGS_RESTART_NOTICE Un redémarrage est nécessaire pour appliquer les changements
+SETTINGS_RESTART_NOTICE Un redémarrage est nécessaire pour appliquer les changements
# -----------------------------------------------------------------------------
# About dialog strings
# -----------------------------------------------------------------------------
ABOUT_DIALOG_TITLE A propos
-ABOUT_DIALOG_COPYRIGHT © 2021-2022 Marcus Brummer & contributeurs
+ABOUT_DIALOG_COPYRIGHT © 2021-2023 Marcus Brummer & contributeurs
ABOUT_DIALOG_LICSENSE Lorien est sous licence :
ABOUT_DIALOG_BASED_ON Lorien est basé sur :
ABOUT_DIALOG_EASTEREGG Personnage Easter egg :
diff --git a/lorien/Assets/I18n/it.txt b/lorien/Assets/I18n/it.txt
index 4dddf9eb..b5b60bf8 100644
--- a/lorien/Assets/I18n/it.txt
+++ b/lorien/Assets/I18n/it.txt
@@ -78,7 +78,7 @@ SETTINGS_RESTART_NOTICE È necessario riavviare per applicare le nuove impost
# -----------------------------------------------------------------------------
ABOUT_DIALOG_TITLE Informazioni
-ABOUT_DIALOG_COPYRIGHT © 2021-2022 Marcus Brummer & contributori
+ABOUT_DIALOG_COPYRIGHT © 2021-2023 Marcus Brummer & contributori
ABOUT_DIALOG_LICSENSE Lorien è concesso in licenza sotto:
ABOUT_DIALOG_BASED_ON Lorien si basa su:
ABOUT_DIALOG_EASTEREGG Carattere Easteregg:
diff --git a/lorien/Assets/I18n/ko.txt b/lorien/Assets/I18n/ko.txt
index 29e81af8..94ec9dfe 100644
--- a/lorien/Assets/I18n/ko.txt
+++ b/lorien/Assets/I18n/ko.txt
@@ -82,7 +82,7 @@ SETTINGS_RESTART_NOTICE 변경된 설정을 적용하려면 재시작이 필
# -----------------------------------------------------------------------------
ABOUT_DIALOG_TITLE 정보
-ABOUT_DIALOG_COPYRIGHT © 2021-2022 Marcus Brummer 와 기여자들
+ABOUT_DIALOG_COPYRIGHT © 2021-2023 Marcus Brummer 와 기여자들
ABOUT_DIALOG_LICSENSE Lorien은 다음의 라이센스를 따릅니다:
ABOUT_DIALOG_BASED_ON Lorien은 다음의 기술을 기반으로 합니다:
ABOUT_DIALOG_EASTEREGG 이스터에그:
diff --git a/lorien/Assets/I18n/pt-BR.txt b/lorien/Assets/I18n/pt-BR.txt
index 0db56574..575a37f1 100644
--- a/lorien/Assets/I18n/pt-BR.txt
+++ b/lorien/Assets/I18n/pt-BR.txt
@@ -83,7 +83,7 @@ SETTINGS_RESTART_NOTICE É necessário reiniciar para aplicar as novas config
# -----------------------------------------------------------------------------
ABOUT_DIALOG_TITLE Sobre
-ABOUT_DIALOG_COPYRIGHT © 2021-2022 Marcus Brummer & contribuidores
+ABOUT_DIALOG_COPYRIGHT © 2021-2023 Marcus Brummer & contribuidores
ABOUT_DIALOG_LICSENSE Lorien é licenciado sob:
ABOUT_DIALOG_BASED_ON Lorien é baseado em:
ABOUT_DIALOG_EASTEREGG Personagem secreto:
diff --git a/lorien/Assets/I18n/ru.txt b/lorien/Assets/I18n/ru.txt
index 08bb3501..6c5a6c2b 100644
--- a/lorien/Assets/I18n/ru.txt
+++ b/lorien/Assets/I18n/ru.txt
@@ -77,7 +77,7 @@ SETTINGS_RESTART_NOTICE Restart required to apply the new settings # TODO
# -----------------------------------------------------------------------------
ABOUT_DIALOG_TITLE О Lorien
-ABOUT_DIALOG_COPYRIGHT © 2021-2022 Marcus Brummer и контрибютеры
+ABOUT_DIALOG_COPYRIGHT © 2021-2023 Marcus Brummer и контрибютеры
ABOUT_DIALOG_LICSENSE Lorien находится под лицензией:
ABOUT_DIALOG_BASED_ON Lorien основан на:
ABOUT_DIALOG_EASTEREGG Easteregg character: # TODO
diff --git a/lorien/Assets/I18n/tr.txt b/lorien/Assets/I18n/tr.txt
index 64e1307f..b72a534a 100644
--- a/lorien/Assets/I18n/tr.txt
+++ b/lorien/Assets/I18n/tr.txt
@@ -84,7 +84,7 @@ SETTINGS_RESTART_NOTICE Yeni ayarların uygulanması için yeniden başlatma
# -----------------------------------------------------------------------------
ABOUT_DIALOG_TITLE Hakkında
-ABOUT_DIALOG_COPYRIGHT © 2021-2022 Marcus Brummer & katkıda bulunanlar
+ABOUT_DIALOG_COPYRIGHT © 2021-2023 Marcus Brummer & katkıda bulunanlar
ABOUT_DIALOG_LICSENSE Lorien, altında lisanslanmıştır:
ABOUT_DIALOG_BASED_ON Lorien, tabanlıdır:
ABOUT_DIALOG_EASTEREGG Easteregg karakteri:
diff --git a/lorien/Assets/I18n/zh-CN.txt b/lorien/Assets/I18n/zh-CN.txt
index 71ca04a1..37e18b8d 100644
--- a/lorien/Assets/I18n/zh-CN.txt
+++ b/lorien/Assets/I18n/zh-CN.txt
@@ -82,7 +82,7 @@ SETTINGS_RESTART_NOTICE 需要重新启动程序以应用新的设置
# -----------------------------------------------------------------------------
ABOUT_DIALOG_TITLE 关于
-ABOUT_DIALOG_COPYRIGHT © 2021-2022 Marcus Brummer & contributors
+ABOUT_DIALOG_COPYRIGHT © 2021-2023 Marcus Brummer & contributors
ABOUT_DIALOG_LICSENSE Lorien 采用以下协议授权:
ABOUT_DIALOG_BASED_ON Lorien 基于:
ABOUT_DIALOG_EASTEREGG 复活节彩蛋角色:
diff --git a/lorien/Assets/I18n/zh-TW.txt b/lorien/Assets/I18n/zh-TW.txt
index 87281904..4006a666 100644
--- a/lorien/Assets/I18n/zh-TW.txt
+++ b/lorien/Assets/I18n/zh-TW.txt
@@ -82,7 +82,7 @@ SETTINGS_RESTART_NOTICE 重新啟動應用程式以套用新的設定
# -----------------------------------------------------------------------------
ABOUT_DIALOG_TITLE 關於
-ABOUT_DIALOG_COPYRIGHT © 2021-2022 Marcus Brummer & contributors
+ABOUT_DIALOG_COPYRIGHT © 2021-2023 Marcus Brummer & contributors
ABOUT_DIALOG_LICSENSE Lorien 所採用的授權條:
ABOUT_DIALOG_BASED_ON Lorien 是基於:
ABOUT_DIALOG_EASTEREGG 復活節彩蛋角色:
diff --git a/lorien/Config.gd b/lorien/Config.gd
index e6324c51..193d26a1 100644
--- a/lorien/Config.gd
+++ b/lorien/Config.gd
@@ -3,7 +3,7 @@ class_name Config
const VERSION_MAJOR := 0
const VERSION_MINOR := 6
const VERSION_PATCH := 0
-const VERSION_STATUS := "-dev"
+const VERSION_STATUS := ""
const VERSION_STRING := "%d.%d.%d%s" % [VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH, VERSION_STATUS]
const CONFIG_PATH := "user://settings.cfg"
const PALETTES_PATH := "user://palettes.cfg"
diff --git a/lorien/Main.tscn b/lorien/Main.tscn
index 6e4f15cd..8cc61cee 100644
--- a/lorien/Main.tscn
+++ b/lorien/Main.tscn
@@ -92,10 +92,10 @@ margin_bottom = 202.0
custom_styles/panel = SubResource( 1 )
[node name="ColorPicker" type="ColorPicker" parent="BackgroundColorPickerPopup/PanelContainer"]
-margin_left = 52.0
-margin_top = 52.0
-margin_right = 361.0
-margin_bottom = 456.0
+margin_left = 64.0
+margin_top = 64.0
+margin_right = 373.0
+margin_bottom = 468.0
edit_alpha = false
presets_enabled = false
presets_visible = false
@@ -207,7 +207,6 @@ margin_bottom = 45.0
popup_exclusive = true
[node name="AboutDialog" parent="." instance=ExtResource( 9 )]
-visible = false
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
diff --git a/lorien/UI/Themes/theme_dark.tres b/lorien/UI/Themes/theme_dark.tres
index 5014aaa6..c15062f1 100644
--- a/lorien/UI/Themes/theme_dark.tres
+++ b/lorien/UI/Themes/theme_dark.tres
@@ -207,10 +207,10 @@ content_margin_top = 8.0
content_margin_bottom = 8.0
bg_color = Color( 0.207843, 0.211765, 0.227451, 1 )
border_width_left = 1
-border_width_top = 24
+border_width_top = 27
border_width_right = 1
border_width_bottom = 1
-border_color = Color( 0.207843, 0.211765, 0.227451, 1 )
+border_color = Color( 0.384314, 0.396078, 0.431373, 1 )
corner_radius_top_left = 1
corner_radius_top_right = 1
corner_radius_bottom_right = 1