Skip to content

NEO Emacs v0.0.18

Choose a tag to compare

@github-actions github-actions released this 11 Sep 18:56
· 628 commits to main since this release

Install Neomacs — Choose a Method

Platform Distribution Architecture Install / download
Linux logo
Linux
Archive file icon Portable archive x86_64 neomacs-0.0.18-x86_64-unknown-linux-gnu.tar.gz
aarch64 neomacs-0.0.18-aarch64-unknown-linux-gnu.tar.gz
AppImage logo AppImage x86_64 neomacs-0.0.18-x86_64-unknown-linux-gnu.AppImage
aarch64 neomacs-0.0.18-aarch64-unknown-linux-gnu.AppImage
NixOS logo Nix flake x86_64
aarch64
nix run --accept-flake-config github:eval-exec/neomacs/v0.0.18
Docker logo Docker x86_64 / amd64
aarch64 / arm64
GHCR · Docker Hub
Arch Linux logo ArchLinux x86_64 neomacs-bin
Debian logo Debian
Ubuntu logo Ubuntu
x86_64 neomacs_0.0.18_amd64.deb
aarch64 neomacs_0.0.18_arm64.deb
Fedora logo Fedora
Red Hat logo RHEL
openSUSE logo openSUSE
x86_64 neomacs-0.0.18-1.x86_64.rpm
aarch64 neomacs-0.0.18-1.aarch64.rpm
Apple logo
macOS
Apple Silicon
aarch64
neomacs-0.0.18-aarch64-apple-darwin.dmg
neomacs-0.0.18-aarch64-apple-darwin.zip
neomacs-0.0.18-aarch64-apple-darwin.tar.gz
Windows logo
Windows
x86_64 neomacs-0.0.18-x86_64-pc-windows-msvc-user-setup.exe
neomacs-0.0.18-x86_64-pc-windows-msvc.zip
aarch64 neomacs-0.0.18-aarch64-pc-windows-msvc-user-setup.exe
neomacs-0.0.18-aarch64-pc-windows-msvc.zip

Verify your download

SHA-256 checksums for every release asset are available in SHA256SUMS.

What's Changed
  • fix(layout): end a leaf at its start once the visibility retry budget is spent by @tag-und-nacht in #351
  • fix(frame,layout): keep the mini-window one line of the current font after a font change by @tag-und-nacht in #353
  • fix(layout): evaluate (when FORM . SPEC) display specs and measure buffer :align-to from the text area by @tag-und-nacht in #354
  • fix(font,renderer): canonicalize font instances and validate glyph overhang by @eval-exec in #358
  • fix(font): use opened font metrics for SVG tag sizing by @eval-exec in #362
  • fix(input): let a macOS Option chord reach Emacs as the key the user pressed by @eval-exec in #361
  • build(deps): bump tree-sitter from 0.26.13 to 0.27.0 by @dependabot[bot] in #344
  • build(deps): bump regex-automata from 0.4.16 to 0.4.18 by @dependabot[bot] in #345
  • build(deps): bump signal-hook from 0.3.18 to 0.4.4 by @dependabot[bot] in #346
  • build(deps): bump inotify from 0.11.1 to 0.11.5 by @dependabot[bot] in #347
  • build(deps): bump tree-sitter-language from 0.1.7 to 0.1.8 by @dependabot[bot] in #348
  • fix(tty): link the library that actually defines the termcap symbols by @10ne1 in #363
  • fix(layout): realize inverse-video after merging faces by @ArthurHeymans in #371
  • fix(layout): place cursors using rendered glyph advances by @ArthurHeymans in #372
  • fix(layout): use GNU font widths for scaled faces and fill indicators by @ArthurHeymans in #373

New Contributors

Full Changelog: v0.0.17...v0.0.18