From 6199b320ae31726caf36815b73bdb78043213218 Mon Sep 17 00:00:00 2001 From: Niels Vaes Date: Fri, 2 Feb 2024 23:27:13 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 6 ++++++ dcs_code_injector/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 232a304..cf173dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/dcs_code_injector/__init__.py b/dcs_code_injector/__init__.py index a117af4..83ca1c1 100644 --- a/dcs_code_injector/__init__.py +++ b/dcs_code_injector/__init__.py @@ -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") \ No newline at end of file