Skip to content

Commit

Permalink
Version 0.4.17. High DPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeyer committed Oct 6, 2022
1 parent 742879a commit 85a4e06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% set win_exe = "NionUILauncher" %}
{% set summary = "A native launcher for Nion UI apps." %}

{% set version = "0.4.16" %}
{% set version = "0.4.17" %}

{% set name_u = name|replace('-', '_') %}

Expand Down
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog (nionui-tool)
=======================

0.4.17 (2022-10-06)
-------------------
- Improve bitmap drawing on high DPI devices.

0.4.16 (2022-09-14)
-------------------
- Fix buffer overflow in python path.
Expand Down
2 changes: 1 addition & 1 deletion launcher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ option(USE_CONSOLE "Enable console" ON)
set(APP_NAME "NionUILauncher")

# app version
set(APP_VERSION "0.4.16")
set(APP_VERSION "0.4.17")

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/build)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
tool_id = "nionui"
launcher = "NionUILauncher"

version = "0.4.16"
version = "0.4.17"


def package_files(directory, prefix, prefix_drop):
Expand Down

0 comments on commit 85a4e06

Please sign in to comment.