Skip to content

Releases: alexispurslane/quake-emacs

v1.0.0-alpha.6

04 Jun 01:46
31064dc
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

Please check #10. Major change is switching how the leader key keybindings work to something far cooler and more vanilla friendly and more concise.

v1.0.0-alpha.5

30 May 22:22
54e1976
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

Probably should just make this a 1.0 at some point, but that damn error halfway through install is still a blocker.

v1.0.0-alpha.4

25 May 01:44
40df7e9
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

Changes

See #6

Blocking Issues

  • Eglot ensure now works
  • Corfu crash seems to have disappeared?
  • Still don't know why it crashes halfway through setup.

v1.0.0-alpha.3

24 May 21:23
fdbc25e
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Changes

Please check #5 for details.

Blockers for official 1.0 release

  • Need to find out why the first install fails halfway through and requires Emacs to be restarted and/or do it automatically

v1.0.0-alpha.2

23 May 20:54
02d1b72
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

General Summary

Still haven't been able to resolve the known issues, but a great amount of refinement and improvement has been made. See #4 for a list.

Known Issues

  • Corfu segfaults emacs if you try to prompt an autocompletion while an LSP server is still indexing and starting up, but after eglot has connected to that server. This is an upstream issue, and can be easily avoided
  • eglot-ensure does not work, so eglot must be triggered manually
  • During initial installation, it will get halfway through installing and error out, and you have to restart emacs to finish the installation, but it installs just fine all the same.

v1.0.0-alpha

20 May 22:38
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

General Summary

I'm using it for my day-to-day editing, and besides the issues listed below, it is stable, feature-complete, and productive. I've also tested to make sure it installs and runs properly on fresh systems. However, unknown unknowns remain until someone else tries it out and I've gotten more time to use it in anger.
Known Issues

  • Corfu segfaults emacs if you try to prompt an autocompletion while an LSP server is still indexing and starting up, but after eglot has connected to that server. This is an upstream issue, and can be easily avoided anyway.
  • eglot-ensure does not work, so eglot must be triggered manually
  • During initial installation, it will get halfway through installing and error out, and you have to restart emacs to finish the installation, but it installs just fine all the same.

Other Comments

If you're wondering what happened to the previous release tag, don't worry about it. I had a bit of a git apocalypse and had to take drastic measures.