Skip to content

Commit

Permalink
Bumped version to 0.7.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrlabs committed Aug 15, 2024
1 parent 3f409c8 commit 2f4f189
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.7.0]

### Added
- Setting to disable pressure sensitivity and always draw with a constant brush width
- Translations: Ukrainian

### Fixed

### Changed
- Improved icon resolution on Windows

## [0.6.0] - 2023-11-06

It's been a while - but here is a another release! Special thanks goes to [@MrApplejuice](https://github.com/MrApplejuice) for adding support for rebindable keyboard shortcuts and [@hansemro](https://github.com/hansemro) for enabling the eraser mode when the pen is inverted!
Expand Down
4 changes: 2 additions & 2 deletions lorien/Config.gd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class_name Config

const VERSION_MAJOR := 0
const VERSION_MINOR := 6
const VERSION_MINOR := 7
const VERSION_PATCH := 0
const VERSION_STATUS := ""
const VERSION_STATUS := "-dev"
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"
Expand Down

0 comments on commit 2f4f189

Please sign in to comment.