Releases: intelligrit/swiftmac
SwiftMac 4.3.6
SwiftMac 4.3.6
Apple Silicon Release (arm64)
Requirements
- macOS with Apple Silicon (M1, M2, M3, M4, or newer)
- Emacspeak installed
Installation
1. Download and extract:
curl -L https://github.com/robertmeta/swiftmac/releases/download/v4.3.6/swiftmac-4.3.6.tar.gz | tar xz
cd swiftmac2. Install to Emacspeak:
# Copy binary and frameworks
cp -rf swiftmac ogg.framework vorbis.framework $EMACSPEAK_DIR/servers/
# Copy support scripts
cp cloud-swiftmac log-swiftmac $EMACSPEAK_DIR/servers/
# Copy voice configuration
cp swiftmac-voices.el $EMACSPEAK_DIR/lisp/
# Update .servers file
cd $EMACSPEAK_DIR/servers
echo "swiftmac" >> .servers
echo "log-swiftmac" >> .servers
echo "cloud-swiftmac" >> .servers
sort -u .servers -o .servers3. Configure Emacs:
Add to your Emacs init file:
(setenv "EMACSPEAK_DIR" "/path/to/.emacspeak") ; Set your path
(load-file "/path/to/.emacspeak/lisp/emacspeak-setup.el")
(dtk-select-server "swiftmac")Changes
- Fix printf interpreting dash-prefixed strings as options
For more information, see the full documentation.
SwiftMac 4.3.1
SwiftMac 4.3.1
Apple Silicon Release (arm64)
Requirements
- macOS with Apple Silicon (M1, M2, M3, M4, or newer)
- Emacspeak installed
Installation
-
Download and extract:
```bash
curl -L https://github.com/robertmeta/swiftmac/releases/download/v4.3.1/swiftmac-4.3.1.tar.gz | tar xz
cd swiftmac
``` -
Install to Emacspeak:
```bash
Copy binary and frameworks
cp -rf swiftmac ogg.framework vorbis.framework $EMACSPEAK_DIR/servers/
Copy support scripts
cp cloud-swiftmac log-swiftmac $EMACSPEAK_DIR/servers/
Copy voice configuration
cp swiftmac-voices.el $EMACSPEAK_DIR/lisp/
Update .servers file
cd $EMACSPEAK_DIR/servers
echo "swiftmac" >> .servers
echo "log-swiftmac" >> .servers
echo "cloud-swiftmac" >> .servers
sort -u .servers -o .servers
```
- Configure Emacs:
Add to your Emacs init file:
```elisp
(setenv "EMACSPEAK_DIR" "/path/to/.emacspeak") ; Set your path
(load-file "/path/to/.emacspeak/lisp/emacspeak-setup.el")
(dtk-select-server "swiftmac")
```
Changes
${CHANGES}
For more information, see the full documentation.
SwiftMac 4.3.0
SwiftMac 4.3.0
Apple Silicon Release (arm64)
Requirements
- macOS with Apple Silicon (M1, M2, M3, M4, or newer)
- Emacspeak installed
Installation
-
Download and extract:
```bash
curl -L https://github.com/robertmeta/swiftmac/releases/download/v4.3.0/swiftmac-4.3.0.tar.gz | tar xz
cd swiftmac
``` -
Install to Emacspeak:
```bash
Copy binary and frameworks
cp -rf swiftmac ogg.framework vorbis.framework $EMACSPEAK_DIR/servers/
Copy support scripts
cp cloud-swiftmac log-swiftmac $EMACSPEAK_DIR/servers/
Copy voice configuration
cp swiftmac-voices.el $EMACSPEAK_DIR/lisp/
Update .servers file
cd $EMACSPEAK_DIR/servers
echo "swiftmac" >> .servers
echo "log-swiftmac" >> .servers
echo "cloud-swiftmac" >> .servers
sort -u .servers -o .servers
```
- Configure Emacs:
Add to your Emacs init file:
```elisp
(setenv "EMACSPEAK_DIR" "/path/to/.emacspeak") ; Set your path
(load-file "/path/to/.emacspeak/lisp/emacspeak-setup.el")
(dtk-select-server "swiftmac")
```
Changes
${CHANGES}
For more information, see the full documentation.
SwiftMac 4.2.3
SwiftMac 4.2.3
Apple Silicon Release (arm64)
Changes
- Use gh CLI for release creation
Download
curl -L https://github.com/robertmeta/swiftmac/releases/download/v4.2.3/swiftmac-4.2.3.tar.gz | tar xzRequirements
- macOS with Apple Silicon (M1, M2, M3, M4, or newer)
Release v2.7.5.2
fix
Release v2.7.4.9
back to working version
Release v2.7.4.8
wip:
Release v2.7.4.6
tag release with version number:
Release v2.7.4.10
name the tar swiftmac
Release v2.7.4.4
fix tar file