Changelog for
neovim-gtk-0.2.0+git.1609586374.c036492-24.77.x86_64.rpm :
* Tue Jun 20 2023 Martin Pluskal
- Update vendored dependencies- Use cargo macros
* Tue Feb 14 2023 William Brown - Automatic update of vendored dependencies
* Mon Jun 20 2022 William Brown - Automatic update of vendored dependencies
* Tue May 24 2022 William Brown - Automatic update of vendored dependencies
* Tue Apr 05 2022 William Brown - Automatic update of vendored dependencies
* Fri Nov 05 2021 William Brown - Add cargo_vendor and cargo_audit services
* Fri Feb 12 2021 Matej Cepl - Update to version 0.2.0+git.1609586374.c036492:
* Delete FUNDING.yml
* Adds an option to change cursor blinking
* Update README with Debian install instructions
* Add support for strikethrough
* Fix underlines/undercurl rendering
* Sat Jan 25 2020 Matej Cepl - Update to version 0.2.0+git.1579960262.0af8952:
* fix build
* Fix mouse selection while dragging with leftclick, fixes #185
* Wed Dec 04 2019 Matej Cepl - Update to version 0.2.0+git.1575188169.31fd179:
* Update text color under cursor
* Update README.md
* Update rust.yml
* Create rust.yml
* Major update of dependencies
* Cleanup
* Create FUNDING.yml
* Update README.md
* Fix background rendering (#208)
* Use f64 instead of i32 for width caulculation (#208)
* Try to fix render issues due to changes in pango_1.44 (#208)
* Sun Nov 24 2019 Matej Cepl - Update to version 0.2.0+git.1570090897.3ace1d2:
* Fix the logic error
* Update dependencies
* Update Rust to 1.38 for AppVeyor
* Clippy fixes