Releases: eval-exec/neomacs
Releases · eval-exec/neomacs
NEO Emacs v0.0.5
Full Changelog: v0.0.4...v0.0.5
NEO Emacs v0.0.4
Full Changelog: v0.0.3...v0.0.4
NEO Emacs v0.0.3
What's Changed
NEO Emacs v0.0.3 is an early Rust rewrite that's finally stable enough for basic smoke testing.
You can try it by:
./dist/neomacs-linux-x86_64.AppImage -Q./dist/neomacs-linux-x86_64.AppImage -Q -nw./dist/neomacs-linux-x86_64.AppImage -Q -l test/neomacs/neomacs-face-test.el./dist/neomacs-linux-x86_64.AppImage -Q -l test/neomacs/neomacs-video-test.el
New Contributors
- @Copilot made their first contribution in #76
- @dependabot[bot] made their first contribution in #77
- @Kinneyzhang made their first contribution in #91
Full Changelog: v0.0.2...v0.0.3
NEO Emacs v0.0.2
Neomacs is currently focused on developing its Rust backend.
This v0.0.2 release is the latest buildable version using the --with-neovm-core-backend=emacs-c backend.
I suggest build it by:
cargo build --release -p neomacs-display
./autogen.sh
# Add `--with-file-notification=no --without-ns` if you build it on macos
./configure --with-neomacs --with-neovm-core-backend=emacs-c --with-native-compilation=no
make -j$(nproc)then ./src/emacs -Q to test.
Full Changelog: v0.0.1...v0.0.2
NEO Emacs v0.0.1
neomacs v0.0.1
Neomacs v0.0.1 — a recent buildable release.