Skip to content

Commit

Permalink
Release (Minor) 0.6.1
Browse files Browse the repository at this point in the history
* Windows always start in fullscreen
* Lower macOS 12 as minimum requirement
* Fix more deprecated api usage
  • Loading branch information
radare committed Dec 6, 2023
1 parent 99eabcb commit 980fc7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define THERM_VERSION "0.6.0"
#define THERM_VERSION "0.6.1"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1

0 comments on commit 980fc7b

Please sign in to comment.