Skip to content

Commit

Permalink
* Bugfix for not showing entire error messages
Browse files Browse the repository at this point in the history
* Fix for Lua hook sometimes not working
  • Loading branch information
nielsvaes committed Dec 5, 2023
1 parent d2c8e4e commit 1d0e1c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.5
* Removed leftover import


## 1.2.5
* Bugfix for not showing entire error messages
* Fix for Lua hook sometimes not working
Expand Down
1 change: 0 additions & 1 deletion dcs_code_injector/dcs_code_injector_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from .favorites import FavoritesWidget
from .log_view import LogView
from .log_highlighter import LogHighlighter
from .watcher import LogFileHandler
from .ui.dcs_code_injector_window_ui import Ui_MainWindow

from .constants import sk
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='dcs-code-injector',
version='1.2.5',
version='1.2.6',
packages=find_packages(),
package_data={
"": data_files_to_include,
Expand Down

0 comments on commit 1d0e1c3

Please sign in to comment.