-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in setup.py use version from thonnycontrib/ev3dev/version.py
new version [1.0.4] - 2020-02-28 ### Added - improved Options menu by adding label "Warning: to use the simulated bluetooth in the simulator make sure you have PyBluez uninstalled!!" - improved Options menu for windows we only have option "show simulator fullscreen on second screen" because on windows for none fullscreen mode the simulator is always opened on the default screen. - improved Options menu for macos where we only have two options "show simulator fullscreen" and "show simulator on second screen". Latter option is added because when dragging window to other screen sometimes messes up the resolution of the window. By drawing the window already at startup at the second screen prevents this problem. - improved Options menu by adding caption which explains the rpyc timeout you can configure under advanced options.
- Loading branch information
1 parent
05227ef
commit 8c45429
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.0.3' | ||
__version__ = '1.0.4' |