Skip to content

Commit e97693b

Browse files
committed
bump version to 1.1.2
1 parent 015913f commit e97693b

File tree

6 files changed

+26
-14
lines changed

6 files changed

+26
-14
lines changed

.github/workflows/calm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
ls -lah calm
254254
rm *.dmg
255255
export PATH=$PATH:$(pwd)/calm/
256-
export APP_VERSION=1.1.1
256+
export APP_VERSION=1.1.2
257257
export APP_ID=com.vitovan.circles
258258
export APP_NAME=Circles
259259
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
@@ -418,7 +418,7 @@ jobs:
418418
ls -lah calm
419419
rm *.dmg
420420
export PATH=$PATH:$(pwd)/calm/
421-
export APP_VERSION=1.1.1
421+
export APP_VERSION=1.1.2
422422
export APP_ID=com.vitovan.fan
423423
export APP_NAME=Fan
424424
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
@@ -582,7 +582,7 @@ jobs:
582582
ls -lah calm
583583
rm *.dmg
584584
export PATH=$PATH:$(pwd)/calm/
585-
export APP_VERSION=1.1.1
585+
export APP_VERSION=1.1.2
586586
export APP_ID=com.vitovan.mondrian
587587
export APP_NAME=Mondrian
588588
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
@@ -766,7 +766,7 @@ jobs:
766766
ls -lah calm
767767
rm *.dmg
768768
export PATH=$PATH:$(pwd)/calm/
769-
export APP_VERSION=1.1.1
769+
export APP_VERSION=1.1.2
770770
export APP_ID=com.vitovan.meditator
771771
export APP_NAME=Meditator
772772
# 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.1/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35-
<a href="https://vitovan.com/calm/1.1.1/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36-
<a href="https://vitovan.com/calm/1.1.1/meditator/calm.html"><img width="250" alt="Meditator" src="./docs/examples/meditator/canvas.png"></a>
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>
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.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.1.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.1.1/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35-
<a href="https://vitovan.com/calm/1.1.1/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36-
<a href="https://vitovan.com/calm/1.1.1/meditator/calm.html"><img width="250" alt="Meditator" src="./docs/examples/meditator/canvas.png"></a>
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>
3737
</p>
3838

39-
上記の例のソースファイルとバイナリは[こちら](https://github.com/VitoVan/calm/tree/main/docs/examples)[こちら](https://github.com/VitoVan/calm/releases/tag/1.1.1)です。
39+
上記の例のソースファイルとバイナリは[こちら](https://github.com/VitoVan/calm/tree/main/docs/examples)[こちら](https://github.com/VitoVan/calm/releases/tag/1.1.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.1.1"
3+
:version "1.1.2"
44
:author "Vito Van"
55
:license "GNU General Public License, version 2"
66
:depends-on (

docs/changelog.org

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
* CALM
2+
** 1.1.2
3+
- add Japanese document: README_JA.md
4+
by Ikko Eltociear Ashimine (安次嶺 一功) @eltociear
5+
- fix macOS Ventura ugly DMG file on GitHub Workflow
6+
- fix default font family in dev mode
7+
use `c:select-font-family`
8+
- fix ugly font on Windows
9+
add `<dir>C:\Windows\Fonts</dir>` to fonts.conf
10+
- fix aggressive font dir scanning
11+
remove `<dir prefix="cwd">./</dir>` from fonts.conf
12+
- remove unused command `dist-with-canvas`
13+
- tidy up CI script - calm.yml
214
** 1.1.1
315
- add document for `c:select-font-family`
416
- reduce CALM first startup time

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