Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvaes committed Feb 2, 2024
1 parent 5cadc37 commit 6199b32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4.2
* Added ability to pick font for log view
* Added ability to pick font for code view
* Added ability to change between Material Neon and Fusion Dark themes
* Settings typo fix

## 1.4.1
* Fixed a bug where the code wasn't reliably sent to DCS. You need to do Tools > Copy Hook File to make sure it works.

Expand Down
2 changes: 1 addition & 1 deletion dcs_code_injector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os

VERSION = "1.4.1"
VERSION = "1.4.2"
ICON = os.path.join(os.path.dirname(__file__), "ui", "icons", "icon.png")

0 comments on commit 6199b32

Please sign in to comment.