Skip to content

Commit 493899d

Browse files
committed
bump version to 1.2.0
1 parent 00f171f commit 493899d

File tree

6 files changed

+37
-14
lines changed

6 files changed

+37
-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.1.2
259+
export APP_VERSION=1.2.0
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.1.2
424+
export APP_VERSION=1.2.0
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.1.2
588+
export APP_VERSION=1.2.0
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.1.2
772+
export APP_VERSION=1.2.0
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.1.2/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35-
<a href="https://vitovan.com/calm/1.1.2/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36-
<a href="https://vitovan.com/calm/1.1.2/meditator/calm.html"><img width="250" alt="Meditator" src="./docs/examples/meditator/canvas.png"></a>
34+
<a href="https://vitovan.com/calm/1.2.0/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35+
<a href="https://vitovan.com/calm/1.2.0/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36+
<a href="https://vitovan.com/calm/1.2.0/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.1.2).
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.2.0).
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.1.2/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35-
<a href="https://vitovan.com/calm/1.1.2/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36-
<a href="https://vitovan.com/calm/1.1.2/meditator/calm.html"><img width="250" alt="Meditator" src="./docs/examples/meditator/canvas.png"></a>
34+
<a href="https://vitovan.com/calm/1.2.0/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35+
<a href="https://vitovan.com/calm/1.2.0/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36+
<a href="https://vitovan.com/calm/1.2.0/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.1.2)です。
39+
上記の例のソースファイルとバイナリは[こちら](https://github.com/VitoVan/calm/tree/main/docs/examples)[こちら](https://github.com/VitoVan/calm/releases/tag/1.2.0)です。
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.1.2"
3+
:version "1.2.0"
44
:author "Vito Van"
55
:license "GNU General Public License, version 2"
66
:depends-on (

docs/changelog.org

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
* CALM
2+
** 1.2.0
3+
- add documents:
4+
- hacking_JA.md @eltociear
5+
- installation_JA.md @eltociear
6+
- CONTRIBUTING_JA.md @eltociear
7+
- CONTRIBUTING.md
8+
- add alive support
9+
for Alive - Visual Studio Code
10+
https://github.com/nobody-famous/alive
11+
https://marketplace.visualstudio.com/items?itemName=rheller.alive
12+
please config `alive.lsp.startCommand':
13+
#+begin_src json
14+
{
15+
"alive.lsp.startCommand": [
16+
"calm",
17+
"alive"
18+
]
19+
}
20+
#+end_src
21+
- fix coexisting with other SDL2 on Windows
22+
reported by @simmihugs at #170
23+
- fix defect when publish-with-options + whitespaced app-name
24+
- remove Windows fonts dir on *nix, to reduce fontconfig warnings
225
** 1.1.2
326
- add Japanese document: README_JA.md
427
by Ikko Eltociear Ashimine (安次嶺 一功) @eltociear

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.1.2")
8+
(let ((required-version "1.2.0")
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)