Skip to content

Releases: intelligrit/swiftmac

SwiftMac 4.3.6

30 Dec 22:24

Choose a tag to compare

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 swiftmac

2. 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 .servers

3. 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

30 Dec 21:48

Choose a tag to compare

SwiftMac 4.3.1

Apple Silicon Release (arm64)

Requirements

  • macOS with Apple Silicon (M1, M2, M3, M4, or newer)
  • Emacspeak installed

Installation

  1. 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
    ```

  2. 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
```

  1. 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

30 Dec 21:43

Choose a tag to compare

SwiftMac 4.3.0

Apple Silicon Release (arm64)

Requirements

  • macOS with Apple Silicon (M1, M2, M3, M4, or newer)
  • Emacspeak installed

Installation

  1. 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
    ```

  2. 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
```

  1. 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

30 Dec 21:23

Choose a tag to compare

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 xz

Requirements

  • macOS with Apple Silicon (M1, M2, M3, M4, or newer)

Release v2.7.5.2

16 Jun 02:49

Choose a tag to compare

Release v2.7.4.9

16 Jun 02:24

Choose a tag to compare

back to working version

Release v2.7.4.8

16 Jun 02:21

Choose a tag to compare

Release v2.7.4.6

16 Jun 02:13

Choose a tag to compare

tag release with version number:

Release v2.7.4.10

16 Jun 02:31

Choose a tag to compare

name the tar swiftmac

Release v2.7.4.4

15 Jun 22:53

Choose a tag to compare

fix tar file