-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No release in a long time #1046
Comments
This may also give us time to add a Changelog feature which will be useful since |
Move company and auto-complete to a common layer. They are not enabled globally anymore, each mode using them must explicitly declare a hook. Only one frontend is supported for a given mode, we have to choose the best between the two. Only one key binding to toggle auto-completion on `SPC t a` no matter if it is company or auto-complete. The lighter in the mode-line is Ⓐ for both frontends.
I will release all at once with an explicit message on the startup screen. Like magit did for version 1.4. |
As a note, I have just switched to |
jk ;-D |
lol |
woot! 🎊 🎆 ✨ 🎇 |
As you know, this is the longest time Spacemacs has ever gone between releases.
This wouldn't be a problem except there are lots of problems with
master
that have been fixed indevelop
which necessitates people switching who otherwise don't want bleading edge.Recently 769d54d was committed to
develop
which is a big cool new feature but will require lots of work to get stable and working everywhere it should. So now we have a bunch of people forced to use a branch where lots of things aren't working that used to (e.g #1045).Previous to that commit
develop
was actually quite stable so I recommend that 2905190 be merged as a new release, possibly using a git-flow release branch to fix up some things. That way we'll have a nice stable master and less time pressure to get the new auto-complete working smoothly.The text was updated successfully, but these errors were encountered: