Changelog History
Page 10
-
v2.70.3 Changes
December 29, 2020๐ Merged pull requests:
- ๐ Fix no CLI args passed into forward script on Windows #990 (davidlatwe)
-
v2.70.2 Changes
December 29, 2020 -
v2.70.1 Changes
December 29, 2020 -
v2.70.0 Changes
December 29, 2020Backwards Compatibility Issues
โ This release removes the bez build system. This was a very simple build system that does nothing more ๐ than call a function in
rezbuild.py
, passing it some build attributes (such as installation path). It has ๐ been removed because you can achieve the same thing using a custom build command, and you can retrieve the ๐ build attributes from environment variables instead.๐ If you attempt to build a package that was previously using bez (ie, the
rezbuild.py
script is still there, ๐ andbuild_command
is not specified in your package.py) then the resulting error message shows you what you ๐ need to do to port your existing build script.๐ Merged pull requests:
-
v2.69.5 Changes
November 19, 2020๐ Merged pull requests:
- ๐ฆ Try telling who is/are requesting missing package #976 (davidlatwe)
-
v2.69.4 Changes
November 17, 2020 -
v2.69.3 Changes
November 17, 2020๐ Merged pull requests:
- handling QFileDialog.getSaveFileName return type #963 (sparklabor)
Closed issues:
- QFileDialog.getSaveFileName and getOpenFileName return tuple not str #962