Preparing new version 0.1 #60
Replies: 2 comments
-
I am so excited since it seems PyWinCtl could become the base library for Multi-platform supported window manager. |
Beta Was this translation helpful? Give feedback.
-
Hi again! Sorry to be so late with new version 0.1. The delay is because of two reasons:
In the meantime, with the aim of fixing some recent issues sent by several users, I have released a new "intermediate" version: v0.0.45, which inevitably includes many of the features intended to be included within PyWinCtl-0.1:
In short, new v0.1 version will include new PyMonCtl module and, hopefully, it will be fully tested in all actual platforms, especially intensive multi-monitor tests! Keep pushing, guys! |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I'm working (mainly trying to figure out how to deeply test everything) on a new version (v0.1) which is a major update with a number of new features, improvements and fixes:
ALL:
LINUX:
WINDOWS:
MACOSWINDOW:
MACOSNSWINDOW:
MACOS:
This new version will require Python 3.7+, mainly because of typing requirements (like annotations). [Personal reflection: perhaps it is because of my limited typing skills, but it's very weird to me that typing may condition "real" functionalities or compatibility]
TESTS
Since this new version is a major change, the risk of hidden (or not so hidden) issues arising is high. I tried to test everything as much as possible, but I'm affraid "real life" is more complex and diverse than anything you can imagine upfront. Once released, if any current/new user finds any problem with this new version, please open an issue to let me know as soon as possible.
I couldn't test in a macOS multi-monitor setup. If anyone can help, he is more than welcome. Besides, if someone knows how to enable multiple monitors in a macOS virtualbox VM, I would really appreciate if he can point me to a workaround.
COMMENTS, REQUESTS AND SUGGESTIONS
We are not in any hurry, so there is time enough to include any comment or suggestion you may have. Just let me know and we will analyse if it can be included in this new version before it's released.
Beta Was this translation helpful? Give feedback.
All reactions