Package Release Info

neovim-gtk-0.2.0+git.1609586374.c036492-bp155.1.14

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

neovim-gtk

Change Logs

* Mon Jun 20 2022 William Brown <william.brown@suse.com>
- Automatic update of vendored dependencies
* Tue May 24 2022 William Brown <william.brown@suse.com>
- Automatic update of vendored dependencies
* Tue Apr 05 2022 William Brown <william.brown@suse.com>
- Automatic update of vendored dependencies
* Fri Nov 05 2021 William Brown <william.brown@suse.com>
- Add cargo_vendor and cargo_audit services
* Fri Feb 12 2021 Matej Cepl <mcepl@cepl.eu>
- 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 <mcepl@cepl.eu>
- 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 <mcepl@cepl.eu>
- 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 <mcepl@cepl.eu>
- Update to version 0.2.0+git.1570090897.3ace1d2:
  * Fix the logic error
  * Update dependencies
  * Update Rust to 1.38 for AppVeyor
  * Clippy fixes
* Wed Jul 17 2019 Matej Cepl <mcepl@cepl.eu>
- Update to version 0.2.0+git.1563130800.6b0687d:
  * Add the username to logname
* Mon Jul 08 2019 Matej Cepl <mcepl@cepl.eu>
- Update to version 0.2.0+git.1562530001.44982f9:
  * Explicit `dyn` for trait objects
  * Update dependencies
* Mon May 27 2019 Matej Cepl <mcepl@cepl.eu>
- Update to version 0.2.0+git.1558343550.dfb97c8:
  * Add openSUSE link from #160
* Sun May 19 2019 Matej Cepl <mcepl@cepl.eu>
- Update to version 0.2.0+git.1557694118.1b89b26:
  * Expand tabs to fill tabline
* Sat May 11 2019 Matej Cepl <mcepl@cepl.eu>
- Update to version 0.2.0+git.1557330294.f3aa855:
  * Update README.md
* Wed May 08 2019 Matej Cepl <mcepl@cepl.eu>
- Update to version 0.2.0+git.1556702287.3c5d6e8:
  * Create CHANGELOG.md
  * Termcolors
  * Fix install script
  * Migration to rust 2018 edition
  * Migrate to new gtk version
  * Extract function
  * Load file after all initialization complete
  * Use git describe version (fix #191)
  * Remove enable-swap option (fix #150)
  * Space render optimization
  * Small optimization
  * Fix crash (#179)
  * Update rustc version
  * Fix model update bug
  * Cleanup
  * Use new hl api to get theme colors
  * Use fnv hasher
  * Update minimum supported version
  * Fix test
  * Use HighlightMap in cmdline
  * Update cmdline API
  * Cleanup
  * Fix highlits
  * Fix tests build
  * Fix scroll
  * Yeah, now it starts
  * Update internal api to use new methods
  * Highlight api
  * grid resize/default colors set
  * grid scroll
  * Some new grid events
  * implement grid_line call
* Sat Apr 20 2019 Matej Cepl <mcepl@suse.com>
- Fix %prep section: remove unnecessary double extraction of
  tarballs, and use %autopatch instead of %autosetup.
* Mon Apr 15 2019 Matej Cepl <mcepl@cepl.eu>
- Update to version 0.1.2~git.1555146623.8d26c90:
  * New command ShowProjectView #189
* Mon Apr 08 2019 Matej Cepl <mcepl@cepl.eu>
- Update to version 0.1.2~git.1553003517.c8b11cb:
  * Update used Rust version for AppVeyor
  * Update dependencies
  * Fix .trim_right_matches() -> .trim_end_matches()
* Sun Feb 17 2019 opensuse-packaging@opensuse.org
- Update to version 0.1.2~git.1550348053.c075c32:
  * Add the most recent versions of gio, cairo, and glib crates.
- Remove fix_dependencies.patch, accepted upstream.
* Fri Feb 08 2019 Matej Cepl <mcepl@suse.com>
- Upgrade Gnome libraries
* Fri Jan 25 2019 opensuse-packaging@opensuse.org
- Update to version 0.1.2~git.1548079905.6c3af02:
  * Extract draw cursor to function
  * Fix subpixel font rendering