Skip to content

Commit

Permalink
Bumped version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrlabs committed Jun 3, 2021
1 parent f6ca06f commit ab19d82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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.2.0] - Unreleased
## [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
- Selection tool
- Move 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
Expand Down
2 changes: 1 addition & 1 deletion lorien/Misc/Config.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class_name Config
const VERSION_MAJOR := 0
const VERSION_MINOR := 2
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 DEFAULT_CANVAS_COLOR := Color("202124")
Expand Down

0 comments on commit ab19d82

Please sign in to comment.