Releases: VitoVan/calm
1.3.2
CHANGELOG
-
better code signing for CALM made applications on macOS
Before this change:
-
CALM itself will be shown as a damaged application,
the user has to de-quarantine it with command line:xattr -d com.apple.quarantine /Applications/Calm.app
-
CALM made applications, will also be shown as damaged,
the user also has to de-quarantine them.
After this change:
-
CALM itself still will be shown as a damaged application.
due to the use of Quicklisp inside application bundle,
and the self-modifying mechanism. -
CALM made applications, will be shown as:
"cannot be opened because the developer cannot be verified."
which is better, since the user could open it with right clicking.
-
Thanks to @eltociear for the Japanese translation of installation guide.
Sample Applications
Sample Applications:
Circles
Fan
Mondrian
Meditator
1.3.1
CHANGELOG
- fix macos-14 (arm64) codesign problem
Sample Applications
Sample Applications:
Circles
Fan
Mondrian
Meditator
1.3.0
CHANGELOG
- upgrade SBCL to 2.4.7
- add macos-14 (arm64) support
- fix: weird Quicklisp + Windows + SBCL bug
- fix: weird Windows + plain old CMD bug #179
- ci: add macos-14 binary release
- ci: remove macos-11 binary release
Thanks to:
@paulwalz for persistently bringing this issue to my attention, which made me realize maybe I should allocate more time to this project.
@ellisvelo for providing the cl-sdl2 Apple Silicon patch (though not directly), enabling macOS 14 (arm64) support.
Sample Applications
Sample Applications:
Circles
Fan
Mondrian
Meditator
sbcl-2.4.7
upgrade sbcl to 2.4.7
- add macos-14 (arm64) build
- remove macos-11 build (no GitHub runner available)
- remove windows server 2022 build
retain 2019, which should work on 2022 - remove ubuntu 22.04 build
retain 20.04, which should work on 22.04
1.2.0
CHANGELOG
- add documents:
- hacking_JA.md @eltociear
- installation_JA.md @eltociear
- CONTRIBUTING_JA.md @eltociear
- CONTRIBUTING.md
- add alive support
for Alive - Visual Studio Code
https://github.com/nobody-famous/alive
https://marketplace.visualstudio.com/items?itemName=rheller.alive
please configalive.lsp.startCommand
:{ "alive.lsp.startCommand": [ "calm", "alive" ] }
- fix coexisting with other SDL2 on Windows
reported by @simmihugs at #170 - fix defect when publish-with-options + whitespaced app-name
- remove Windows fonts dir on *nix, to reduce fontconfig warnings
Sample Applications
Sample Applications:
Circles
Fan
Mondrian
Meditator
1.1.2
CHANGELOG
- add Japanese document: README_JA.md
by Ikko Eltociear Ashimine (安次嶺 一功) @eltociear - fix macOS Ventura ugly DMG file on GitHub Workflow
- fix default font family in dev mode
usec:select-font-family
- fix ugly font on Windows
add<dir>C:\Windows\Fonts</dir>
to fonts.conf - fix aggressive font dir scanning
remove<dir prefix="cwd">./</dir>
from fonts.conf - remove unused command
dist-with-canvas
- tidy up CI script - calm.yml
Sample Applications
Sample Applications:
Circles
Fan
Mondrian
Meditator