-
Notifications
You must be signed in to change notification settings - Fork 170
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
Generate Release 0.2.16 #701
Comments
I see that you made a lot of contributions, but seems that @equalsraf do not have a time for now. It would be nice to add more rights to most active contributors. |
Hi, @jgehrig I have merged all PRs, minus the guifontwide and the cursor (actually accidentally merged and reverted that :S ). The usual TODO list for a release:
Here is a quick draft for the notes:
Let me know if i'm missing something that needs a call out. |
PR for new release #704
I agree, more so since @jgehrig has been the most active contributor for the last year. |
@jgehrig should we attempt to sneak in https://github.com/equalsraf/neovim-qt/pull/702/files as well. Otherwise mode changes would not work with guicursor, right? |
No need to merge that, I would do it after the release. The current code works fine, it is just convoluted. I removed the extra list I accidentally added before calling the lower layers. It is a subtle class of uniform initialization bug I missed:
There is ambiguity in the CTOR call because |
Thanks for the confidence! I look forward to making more fixes and improvements in |
The tag is up,
|
Alright, I think we are all done here, closing this. |
@equalsraf
Any thoughts on a 0.2.16 release?
The last release was October and there have been some good fixes/improvements since. The current master seems stable and I am not aware of any issues.
There are also a few outstanding Pull Requests:
#682
#689
#694
#695
#697
I don't have any strong opinions on including/excluding any of the above in a release.
Adding
guifontwide
to the release (#690) would be nice, but soak time after merge would be wise. Lots of font-related code was refactored. This seems like a high value (and occasionally requested) feature.Removing the XOR cursor entirely (#695) should be done after the release.
The text was updated successfully, but these errors were encountered: