Skip to content

Commit aabb9ff

Browse files
committed
bump version 1.3.2
1 parent 8fbedd0 commit aabb9ff

File tree

6 files changed

+35
-14
lines changed

6 files changed

+35
-14
lines changed

.github/workflows/calm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
ls -lah calm
257257
rm *.dmg
258258
export PATH=$PATH:$(pwd)/calm/
259-
export APP_VERSION=1.3.1
259+
export APP_VERSION=1.3.2
260260
export APP_ID=com.vitovan.circles
261261
export APP_NAME=Circles
262262
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
@@ -421,7 +421,7 @@ jobs:
421421
ls -lah calm
422422
rm *.dmg
423423
export PATH=$PATH:$(pwd)/calm/
424-
export APP_VERSION=1.3.1
424+
export APP_VERSION=1.3.2
425425
export APP_ID=com.vitovan.fan
426426
export APP_NAME=Fan
427427
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
@@ -585,7 +585,7 @@ jobs:
585585
ls -lah calm
586586
rm *.dmg
587587
export PATH=$PATH:$(pwd)/calm/
588-
export APP_VERSION=1.3.1
588+
export APP_VERSION=1.3.2
589589
export APP_ID=com.vitovan.mondrian
590590
export APP_NAME=Mondrian
591591
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
@@ -769,7 +769,7 @@ jobs:
769769
ls -lah calm
770770
rm *.dmg
771771
export PATH=$PATH:$(pwd)/calm/
772-
export APP_VERSION=1.3.1
772+
export APP_VERSION=1.3.2
773773
export APP_ID=com.vitovan.meditator
774774
export APP_NAME=Meditator
775775
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ calm
3131
## Examples
3232

3333
<p align="center">
34-
<a href="https://vitovan.com/calm/1.3.1/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35-
<a href="https://vitovan.com/calm/1.3.1/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36-
<a href="https://vitovan.com/calm/1.3.1/meditator/calm.html"><img width="250" alt="Meditator" src="./docs/examples/meditator/canvas.png"></a>
34+
<a href="https://vitovan.com/calm/1.3.2/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35+
<a href="https://vitovan.com/calm/1.3.2/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36+
<a href="https://vitovan.com/calm/1.3.2/meditator/calm.html"><img width="250" alt="Meditator" src="./docs/examples/meditator/canvas.png"></a>
3737
</p>
3838

39-
Source files and binaries for the above examples are [here](https://github.com/VitoVan/calm/tree/main/docs/examples) and [here](https://github.com/VitoVan/calm/releases/tag/1.3.1).
39+
Source files and binaries for the above examples are [here](https://github.com/VitoVan/calm/tree/main/docs/examples) and [here](https://github.com/VitoVan/calm/releases/tag/1.3.2).
4040

4141
For more applications made with CALM, please check [Made with CALM](https://github.com/VitoVan/made-with-calm).
4242

README_JA.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ calm
3131
##
3232

3333
<p align="center">
34-
<a href="https://vitovan.com/calm/1.3.1/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35-
<a href="https://vitovan.com/calm/1.3.1/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36-
<a href="https://vitovan.com/calm/1.3.1/meditator/calm.html"><img width="250" alt="Meditator" src="./docs/examples/meditator/canvas.png"></a>
34+
<a href="https://vitovan.com/calm/1.3.2/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35+
<a href="https://vitovan.com/calm/1.3.2/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36+
<a href="https://vitovan.com/calm/1.3.2/meditator/calm.html"><img width="250" alt="Meditator" src="./docs/examples/meditator/canvas.png"></a>
3737
</p>
3838

39-
上記の例のソースファイルとバイナリは[こちら](https://github.com/VitoVan/calm/tree/main/docs/examples)[こちら](https://github.com/VitoVan/calm/releases/tag/1.3.1)です。
39+
上記の例のソースファイルとバイナリは[こちら](https://github.com/VitoVan/calm/tree/main/docs/examples)[こちら](https://github.com/VitoVan/calm/releases/tag/1.3.2)です。
4040

4141
CALM で作られた他のアプリケーションについては、[Made with CALM](https://github.com/VitoVan/made-with-calm) をご覧ください。
4242

calm.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(asdf:defsystem #:calm
22
:description "CALM - Canvas Aided Lisp Magic"
3-
:version "1.3.1"
3+
:version "1.3.2"
44
:author "Vito Van"
55
:license "GNU General Public License, version 2"
66
:depends-on (

docs/changelog.org

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
* CALM
2+
** 1.3.2
3+
- better code signing for CALM made applications
4+
5+
Before this change:
6+
7+
1. CALM itself will be shown as a damaged application,
8+
the user has to de-quarantine it with command line:
9+
10+
xattr -d com.apple.quarantine /Applications/Calm.app
11+
12+
2. CALM made applications, will also be shown as damaged,
13+
the user also has to de-quarantine them.
14+
15+
After this change:
16+
17+
1. CALM itself still be shown as a damaged application.
18+
19+
2. CALM made applications, will shown as:
20+
"cannot be opened because the developer cannot be verified."
21+
which is better, since the user could open it with right click.
22+
223
** 1.3.1
324
- fix macos-14 (arm64) codesign problem
425
https://apple.stackexchange.com/questions/258623/how-to-fix-killed-9-error-in-mac-os/470957#470957

s/usr/all/panic.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; version check won't work on JSCL, since the lack of ASDF
66
;;
77
#-jscl
8-
(let ((required-version "1.3.1")
8+
(let ((required-version "1.3.2")
99
(calm-version (slot-value (asdf:find-system 'calm) 'asdf:version)))
1010
(when (uiop:version< calm-version required-version)
1111
(format t

0 commit comments

Comments
 (0)