From 980fc7b00f2259e646ed8631f5633e29eea541a9 Mon Sep 17 00:00:00 2001 From: pancake Date: Wed, 6 Dec 2023 20:52:43 +0100 Subject: [PATCH] Release (Minor) 0.6.1 * Windows always start in fullscreen * Lower macOS 12 as minimum requirement * Fix more deprecated api usage --- Makefile | 3 +++ config.h | 2 +- version.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f4eff5d803..4816e7b1b2 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,9 @@ debug: Development /Developer/usr/bin/gdb build/Development/Therm.app/Contents/MacOS/Therm dist: prod +ifeq ($(shell whoami),pancake) + codesign -f -s 'J5PTVY8BHH' build/Deployment/Therm.app/Contents/MacOS/Therm +endif cd build/Deployment/ && zip -r Therm.app.zip Therm.app mv build/Deployment/Therm.app.zip Therm-$(VERSION).zip diff --git a/config.h b/config.h index ec37f6443d..d2c528ea5a 100644 --- a/config.h +++ b/config.h @@ -1 +1 @@ -#define THERM_VERSION "0.6.0" +#define THERM_VERSION "0.6.1" diff --git a/version.txt b/version.txt index a918a2aa18..ee6cdce3c2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.0 +0.6.1