diff --git a/code/resources/macos/Info.plist b/code/resources/macos/Info.plist index a78c7cb..5b47368 100644 --- a/code/resources/macos/Info.plist +++ b/code/resources/macos/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.1.0 + 2.1.1 CFBundleSignature ???? CFBundleSupportedPlatforms diff --git a/code/resources/qml/ProjectorScreen.qml b/code/resources/qml/ProjectorScreen.qml index 577e1e4..e98a121 100644 --- a/code/resources/qml/ProjectorScreen.qml +++ b/code/resources/qml/ProjectorScreen.qml @@ -37,7 +37,7 @@ Item { anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter anchors.fill: parent - fillMode: Image.PreserveAspectCrop + fillMode: Image.PreserveAspectFit } MediaPlayer { diff --git a/make.py b/make.py index cf5aef5..ac581b3 100755 --- a/make.py +++ b/make.py @@ -104,5 +104,5 @@ def main(options): if __name__ == "__main__": # main CLI entrypoint - args = docopt(__doc__, version="2.1.0") + args = docopt(__doc__, version="2.1.1") main(args) diff --git a/modules/config.py b/modules/config.py index a95d6b0..838c6d5 100644 --- a/modules/config.py +++ b/modules/config.py @@ -6,7 +6,7 @@ qt_version = "6.6.0" # macos -macos_pkg_version = "2.1.0" +macos_pkg_version = "2.1.1" macos_identifier = "com.paulocoutinho.prprojector" macos_dist_certificate_name = "Apple Distribution: Paulo Coutinho (99AHAA343Q)"