Skip to content

Commit

Permalink
Bumped glcontext to 2.3.2 to fix libX11 discovery bug (#206)
Browse files Browse the repository at this point in the history
fixes #200
  • Loading branch information
abey79 authored Feb 16, 2021
1 parent fe8868b commit 05ab882
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 34 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,20 @@ New features and improvements:
* Added rulers with dynamic scale to the display (can be optionally hidden) (#199)
* Added metric and imperial unit system (in addition to pixels), used by the rulers and the mouse coordinates display (#199, #205)
* Adjusted the size of the mouse coordinates text on Windows (#199)
* Added support to scale the UI via `~/.vpype.toml` (#203)
* Added support to adjust the scale of the UI via `~/.vpype.toml` (#203)

This can be achieved by adding the following lines to your `~/.vpype.toml` file:
This is achieved by adding the following lines to your `~/.vpype.toml` file:
```toml
[viewer]
ui_scale_factor = 1.5
```
A value of 1.5 may be useful on some Windows configurations where the default UI is very small.

Bug fixes:
* Fixed issue on Linux where `show` would revert to the classic viewer due to a `libX11` discovery issue (#206)

API changes:
* Renamed `vpype.CONFIG_MANAGER` in favour of `vpype.config_manager` (existing name kept for compatibility) (#202)
* Renamed `vpype.CONFIG_MANAGER` in favour of `vpype.config_manager` (existing name kept for compatibility) (#202)

#### 1.4 (2021-02-08)

Expand Down
62 changes: 31 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ attrs = "~20.3.0"
cachetools = "^4.2.0"
click = "~7.1.2"
click-plugins = "~1.1.1"
glcontext = ">=2.3.2" # 2.3.2 needed to fix #200
matplotlib = "~3.3.2"
moderngl = "^5.6.2"
multiprocess = "^0.70.11"
Expand Down

0 comments on commit 05ab882

Please sign in to comment.