Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

neovide-0.16.2-1.3 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: neovide Distribution: openSUSE Tumbleweed
Version: 0.16.2 Vendor: openSUSE
Release: 1.3 Build date: Sun May 3 08:54:31 2026
Group: Productivity/Text/Editors Build host: reproducible
Size: 23816882 Source RPM: neovide-0.16.2-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/neovide/neovide
Summary: Simple Neovim GUI
No Nonsense Neovim Client in Rust

Provides

Requires

License

MIT

Changelog

* Sun May 03 2026 Jianhua Lu <lujianhua000@gmail.com>
  - Update to version 0.16.2:
    * chore: prepare release 0.16.2 (#3478)
    * fix: keypad * mapping (use NumpadMultiply instead of NumpadStar) (#3477)
    * ui2: don't let resize restore hidden grids (#3476)
    * docs: update tracy dependency instructions (#3472)
    * performance: stop retrying invalid fallback entries on shape-cache misses (#3468)
    * fix: handle nvim-initiated too-large resizes (#3439)
    * chore: prepare release 0.16.1 (#3456)
    * fix: preserve cwd on login-shell launches (#3455)
    * fix: treat clipboard failure as a state, not as fatal (#3454)
    * fix: split startup preflight from runtime setup (#3453)
    * fix: apply neovide_scale_factor at startup and on updates correctly (#3451)
    * fix: expand tilde in chdir on config (#3449)
    * fix: defer cold-start file drops until ui_attach completes (#3448)
    * fix: reintroduce error window for launch failures (#3445)
    * fix: update neovim listen_addr restart protocol and keep open args per route (#3441)
    * docs: update nightly references to 0.16 (#3435)
    * chore: prepare release 0.16.0 (#3434)
    * fix: render the correct message window geometry (#3430)
    * fix: remove theme option from config file (#3433)
    * fix: rename macos-* to system-* for multi-window settings (#3432)
    * bump time = "0.3.47" (#3426)
    * docs: --new-window handoff (#3425)
    * docs: --reuse-instance handoff (#3424)
    * handoff: return the listener version in responses (#3423)
    * fix: split route cwd from caller cwd on handoffs (#3422)
    * feat: add --new-window cli option (#3420)
    * utils: expand tilde before rebasing paths on cwd (#3419)
    * intro: ignore padding changes to support banner on nightly release changes (#3418)
    * macos: improve handoff resolved cwd from chdir if needed (#3417)
    * ipc: make handoff requests tolerant of protocol changes (#3416)
    * remove comment from rustfmt.toml (#3415)
    * macos: preserve caller cwd for --reuse-instance requests (#3414)
    * macos: focus the reused window (#3413)
    * macos: add --reuse-instance through the handoff path (#3412)
    * macos: forward handoff file-open requests (#3411)
    * macos: add a bedside handoff IPC transport for instances (#3410)
    * Implement corner preference (#2825)
    * hotreload: support idle config option (#3409)
    * fix: regression doing extra render work when a frame is already late (#3408)
    * hotreload: treat window geometry as one setting (#3407)
    * hotreload: add mouse-cursor-icon support (#3406)
    * hotreload: support title-hidden and add a minimal split for renderer/window configs (#3405)
    * fix: don't clear hidden window titles (#3403)
    * feat: add opt-in cell color fallback on cursor (#3402)
    * bump winit 0.30.13 (#3401)
    * ci: retry hdiutil during dmg creation (#3400)
    * versioning: generate nightly versions from git describe (#3399)
    * fix: preserve terminal launch context on --fork (#3398)
    * fix: --embed append only regression (#3397)
    * nightly: don't rebuild the same artifacts every day (#3395)
    * fmt: standardize rustfmt style_edition = 2024 (#3394)
    * move --embed to be last argument (#3393)
    * bump skia-safe to 0.93.1 (#3392)
    * fix: fill the trailing right-edge gap (#3387)
    * add sponsorship link in nightly releases (#3391)
    * fix: queue file drops until handler exists on macOS (#3384)
    * fix: carry font-changed across first draw (#3381)
    * docs: add nightly tag for multi-window (#3378)
    * docs: minor update for macos multi-window (#3377)
    * feat: refactor for multi-window support and macos enhancements (#2872)
    * improv: on macos use ppid heuristic for gui launch (#3376)
    * fix: set font state before ui_attach to avoid default guifont override (#3375)
    * fix: avoid nvim default guifont overriding config (#3374)
    * feat: add toggle for message area drag selection (#3372)
    * fix: copy command output by drag selection (#3368)
    * fonts: we now make guifont parser non-fatal for partial fallback misses (#3371)
    * bump skia-safe to 0.93.0 (#3369)
    * add g:neovide_pixel_geometry setting (#3367)
    * docs: add mutually exclusive comment to avoid confusion (#3365)
    * feat: adding missing neovide e.g {server, size, grid} to config (#3364)
    * fix: properly detach from the terminal when forking (#3363)
    * feat: support  `title-hidden` option in full frame for macOS (#3361)
    * add stable and nightly channels in the installation page (#3359)
    * fix: update colorscheme stream management at NeovimRuntime (#3358)
    * qol update for windows installer (#3349)
    * add sponsor menu item on help (#3355)
    * bump skia-safe to 0.91.1 (#3354)
    * fix: parse -dirty version correctly (#3353)
    * replaced some .unwrap() calls for crash prevention on some zones (#3352)
    * bumping tokio and related dep (#3351)
    * feat: add a help menu for bug reports and neovide accessibility (#3350)
    * feat: introduce macos matching pair highlight with find indicator (#3346)
    * bump lru to 0.16.3 (#3348)
    * fix: re-enable the IME pre-edit support (#3221)
    * fix: update clipboard compatibility copy function (#3345)
    * build-dmg: improve build script reliability (#3343)
    * docs: fix and simplify clipboard bindings example (#3337)
    * fix: cargo-nextest build without --locked causes impl conflicts (#3341)
    * refactor: rename updateloop to application (#3340)
    * docs: document neovide startup issues and opengl workarounds (#3339)
    * feat: support :restart with state preservation (#3327)
    * Indicate startup-notification in desktop entry (#3335)
    * fix(renderer): prevent font cache thrashing on high-DPI displays (#3324)
    * refactor: remove legacy background color setting (#3328)
    * feat: set window borders enabled by default (#3329)
    * fix: classic division by zero panic. (#3325)
    * fix: window error no takes ownership of the real clipboard (#3321)
    * fix: ensure the teardown safely on exit (#3319)
    * chore: bump tracy latest 0.27.0 (#3314)
    * fix: ensure clean up during teardown and on drop (#3313)
    * ensure orderly shutdown via app_ctx: drop runtime before event-loop teardown (#3312)
    * docs: refer to nightly builds for better visibility (#3310)
    * fix: link the quartz macos framework via ffi (#3309)
    * feat: introduce touchpad pressure preview actions for url/file/text (#2762)
    * chore: upgrade skia-safe to 0.90.0 (#3305)
    * feat: support missing file extensions and mime types (#3304)
    * docs: add sponsor page and update contribution options (#3302)
    * fix: always auto-detect the background color, support setting the window theme (#3207)
    * fix: macOS file-open focusing across active desktop (#3193)
    * feat: support working directory via env and config (#3301)
    * feat: add passthrough flag support and refactor command handling (#3296)
    * feat: expand leading tildes paths (#3295)
    * fix hidden cursor sticking after focus changes (#3294)
    * chore: remove old workspace configuration files (#3292)
    * feat: improve stdin detection using rustix for broader compatibility (#3290)
    * website: update the discord badge image to use shields.io instead of badgen.net (#3288)
    * docs: update discord badge to show live member count (#3287)
    * add --chdir option (#2800)
    * feat: inject and manage sponsor banner in neovim intro screen (#3285)
    * ci: automate release artifact creation for windows and macos binaries (#3286)
    * feat: add animated progress bar with nvim_echo event support (#3279)
    * ci: fix and limit mac deployment steps to main branch only (#3283)
    * ci: automate nightly cross-platform nightly-release builds (#3280)
    * fix(renderer): use saturating_sub for safer arithmetic in (#3109)
    * feat: include a new `icon` field in the configuration file (#3274)
    * feat: add :NeovideConfig command to open the configuration file (#3275)
    * fix: Use the Neovim grid clustering rules (#3242)
    * feat: handling a custom icon path if provided (#3272)
    * feat: moving macOS settings - [2/20] (#3260)
    * feat: refactor project structure for platform-specific code - part 1 (#3259)
    * chore: update skia to 0.89.1 (#3257)
    * Forward stdin if it's piped on Linux and MacOS (#3206)
    * fix: macOS window border and shadow visibility with transparency (#3253)
    * fix: Send 0 for the mouse grid if Neovim supports it (#3111)
    * chore: Make it possible to check for pre-release versions of Nvim (#3231)
    * Change fontloader Arc to Rc (#3246)
    * Clean up various ways of calling nvim (#3230)
    * Add editorconfig (#3241)
    * feat: Add underline offset config to adjust underline position (#3148)
* Tue Sep 30 2025 Jianhua Lu <lujianhua000@gmail.com>
  - Update to version 0.15.2:
    * Bump Neovide to 0.15.2, Neovide-derive to 0.1.4 (#3229)
    * Update Skia to 0.88.0 (#3228)
    * Fix the CI caching (#3227)
    * chore: Improve the CI caching behaviour (#3226)
    * fix: add Go and Rust to Info.plist (#3222)
    * fix: T-junctions in native box drawings (#3211) (#3219)
    * Revert "feat: add Lua API of IME event handling (#3110)" (#3218)
    * fix: remove unimplemented theme setting from the config file (#3208)
    * feat: add Lua API of IME event handling (#3110)
    * Allow mouse drags to continue even when the mouse has left the bounds of the window (#3203)
    * chore: Upgrade and clean up dependencies (#3205)
    * chore: Delete unused release Github action (#3201)
    * upgrade deps winit, glutin, objc2. clean macos codes. (#3119)
    * chore: fix formatting and clippy warnings (#3172)
    * Check for window focus when showing or hiding cursor (#3135)
    * doc: Add doc comments to RedrawEvent (#3112)
    * Fix title-hidden default value and clarify srgb platform defaults in documentation (#3141)
    * fix: publishing to crates-io (#3171)
  - Updated bundled dependency:
    * skia-m135-0.83.1.tar.gz -> skia-m140-0.87.4.tar.gz
  - Drop 0001-Fix-build-for-archlinux-latest.patch and 0002-skia-binding-patching.patch
* Tue Jul 22 2025 Jianhua Lu <lujianhua000@gmail.com>
  - Update to version 0.15.1:
    * Release 0.15.1 (#3169)
    * chore: fix clippy warnings (#3168)
    * Use composition information from Neovim (#2919)
    * feat: add an API for disabling redraw (#3097)
    * chore: pass DrawCommandBatcher around instead of relying on interior mutability (#3096)
    * feat: audio input support on macos (#3095)
    * feat: add simple fullscreen feature for macos (#3072)
    * feat: configurable short cursor animation (#3093)
    * fix: powerline half circle box drawing (#3092)
    * fix: box drawing gaps due to inconsistent rendering (#3082)
    * fix: cmdline escaping when using WSL (#3087)
    * fix(docs): markdown link for configuration doc (#3081)
    * doc: remove unreleased yet tags (#3079)
* Sat Jul 12 2025 Jianhua Lu <lujianhua000@gmail.com>
  - Add 0001-Fix-build-for-archlinux-latest.patch and 0002-skia-binding-patching.patch to fix building
  - Updated bundled dependency:
    * skia-m135-0.83.0.tar.gz -> skia-m135-0.83.1.tar.gz
  - Update vendor crates dependency
* Thu Apr 10 2025 Danilo Spinella <danilo.spinella@suse.com>
  - Update to version 0.15.0:
    * chore: Release 0.15.0 (#3075)
    * Use nvim_exec2 instead of deprecated nvim_exec (#3076)
    * feat!: more configurable cursor animation (#3061)
    * Fix the unit of the particle density (#3062)
    * feat: Use multiple cursor_vfx at the same time (#3009)
    * Fix file drop with open in tabs set to false (#3074)
    * fix: native rendering for box drawing chars (#3033)
    * fix: don't draw shadows for the cmdline window unless it's scrolled and displaying a message (#3064)
    * fix!: simplify and fix the launching of neovim (#3045)
    * Fix the z-index message windows (#3063)
    * fix: allow blinking when blinkwait is 0 (#3055)
    * feat: make it possible to disable the cursor hack (#3035)
    * fix: point highlight cursor effects are properly emitted and animated (#3053)
    * Low latency cursor animation (#3054)
    * fix: particle vfx not being emitted for short travels (#3052)
    * Enabled remapping of Command+Q on macOS (#3048)
    * feat: support xdg activation (#3051)
    * feat(env): add NEOVIDE_CONFIG env var (#3010)
    * Revisit Fedora installation.md notes. (#3044)
    * chore: fix nightly clippy warning (#3041)
    * chore: update swash to fix issues with some fonts (#3025)
    * chore!: upgrade the Ubuntu runners to 22.04 (#3037)
    * feat: background blur for Windows (#3021)
    * feat: rename and deprecate `neovide_transparency` to `neovide_opacity` (#2769) (#3024)
  - Updated bundled dependency:
    * skia-m132-0.81.0.tar.gz -> skia-m135-0.83.0.tar.gz
* Mon Feb 24 2025 lujianhua000@gmail.com
  - Update to version 0.14.1:
    * Bump the version number (#3022)
    * fix: mousemanager regression (#3018)
    * - remove redundant code for macos key event handling in `format_normal_key` (#3014)
    * Fix mouse manager rounding (#3015)
    * fix: Update dependencies (#3005)
    * Call format_key_text when delivering IME input (#3004)
    * fix: Use drop for filedrop (#3002)
    * fix: Statically link the msvc runtime when deploying (#3003)
    * Remove duplicate nvim bin argument for WSL (#3001)
    * chore: bump `winit` to `0.30.9` (#2964)
    * fix: Glyph offsets within a single cluster (#2998)
    * Ensure that the target directory exists before writing backtrace (#2997)
    * fix: separate text underline from baseline by at least 1 pixel (#2987)
    * cli-docs: add notes for macOS (#2993)
    * ci: action setup vim has been fixed (#2996)
    * ci: temporary fix using neovim v0.10.3 in the github action setup
    * - update funding links for neovide on github and open collective
    * fix build failure on case sensitive file system (#2988)
    * docs: clarify link includes details about config file settings (#2967)
    * chore: prepare for objc2 frameworks v0.3 (#2980)
    * De-globalize RUNNING_TRACKER and SETTINGS (#2835)
    * fix(metal): respect text_gamma and text_contrast setting (#2956)
    * docs: add quake mode accessibility like terminals (with different spaces) (#2971)
    * - persist linux dependencies installation step for testing guarantees
    * fix: --wsl error if using non-POSIX shell as login shell (#2950)
    * fix: execute login using zsh shell configuration (#2928)
    * docs: refine login shell session  (#2946)
    * docs: macOS login shells (#2945)
    * chore: remove the exclusion of files in the `extra` directory
    * build: add exclusion for files in `website/` directory (#2934)
    * chore: update `neovide-derive` to `0.1.1` (#2935)
    * chore: refactor package dependencies to latest versions (#2933)
* Sat Jan 04 2025 lujianhua000@gmail.com
  - Update to version 0.14.0:
    * chore: release 0.14.0 (#2920)
    * refactor: refactor macos window transparency handling (#2917)
    * feat: add normal opacity (#2780)
    * fix: Neovide transparency works for floating windows again (#2916)
    * Fix crash when flushed before win_pos (#2913)
    * Another attempt to fix the window size (#2912)
    * Fix the calculation of the window size (#2908)
    * Fix setting of lines/columns on Wayland (#2907)
    * Handle font changes during frame prepare (#2909)
    * feat: backtraces file path config (#2717)
    * Initialize the window when viewport margins is received (#2904)
    * Fix the formatting (#2903)
    * fix: pasting ^M symbols from clipboard (#2869)
    * chore: Update dependencies (#2902)
    * feat: add title bar colours for windows (#2827)
    * refactor: simplify lifetime specifiers
    * chore: update funding to `open_collective` (#2880)
    * docs: improve installation instructions and build steps for macOS (#2875)
    * feat: add support of Metal renderer on macOS. (#2461)
    * chore: update `skia-safe` version to `0.80.0` (#2873)
    * feat: create apple code signing and notarization (#2814)
    * fix: rounded corners rendering (#2857)
    * fix: --wayland_app_id doesn't work (#2847)
    * fix: ci build errors (#2851)
    * Rounded floating windows (#1993) (#2743)
    * internal: Use macOS-latest runners and bump MACOSX_DEPLOYMENT_TARGET to 10.11 (#2844)
    * bug: make sure to load and set the app icon for any context (#2832)
    * feat: add mouse cursor icon option (#2834)
    * chore: format and add stylua.toml (#2823)
    * Remove `lazy_static`
    * Windows app icon to display in old alt+tab on Windows. (#2816)
    * fix: error if trying to specify font style overrides without a family (#2812)
    * on macOS, activate when launched
    * Update syn to 2.x to reduce package repetition in the binary (#2811)
    * Add faq entry for disabling all animations (#2810)
    * Swap link to point at aarch64 build for mac (#2808)
    * Update winit to 0.30.5 (#2806)
    * Fix mouse scrolling with no multigrid
    * fmt: fmt imports in macos.rs files
    * disable AppKit's command line processing
    * fix: drag and drop files on application icon in Dock to open not work. (#2782)
    * chore: update objc2 and remove icrate. also some refactor. (#2768)
    * Force Neovide to exit, even if the IO streams are not closed (#2765)
    * chore: update create-dmg package installation (#2756)
    * docs: consolidate macOS build instructions and scripts (#2716)
    * chore: Update to winit 0.30.3 (#2698)
    * chore: Switch to glamour instead of euclid (#2708)
* Thu Oct 24 2024 Jianhua Lu <lujianhua000@gmail.com>
  - fix build on Leap 16.0
* Tue Oct 15 2024 Jianhua Lu <lujianhua000@gmail.com>
  - update spec file
* Fri Sep 13 2024 Jianhua Lu <lujianhua000@gmail.com>
  - fix build on Leap 15.5
* Wed Sep 11 2024 Jianhua Lu <lujianhua000@gmail.com>
  - format spec file
  - add neovim as requires
* Fri Sep 06 2024 Jianhua Lu <lujianhua000@gmail.com>
  - Fix build on Leap 15.6
  - Add x86_64 and aarch64 to ExclusiveArch
* Thu Sep 05 2024 lujianhua000@gmail.com
  - Update to version 0.13.3:
    * Release 0.13.3 (#2713)
    * fix: use pre-defined font weights only if user does not specify one (#2710)
    * Release 0.13.2 (#2697)
    * feat: update deployment scripts for macOS .dmg creation (#2700)
    * Unset ARGV0 to fix AppImage launch (#2691)
    * fix: Fix the remote clipboard support (#2696)
    * Ensure that the mouse position is positive (#2690)
    * fix: A smal tweak to how the baseline offset and underline position is calculated (#2687)
    * fix: update the ui command to use tabs based on settings (#2692)
    * fix: Ensure windows settings are initialized when the window is created (#2619)
* Thu Sep 05 2024 Jianhua Lu <lujianhua000@gmail.com>
  - New package neovide

Files

/usr/bin/neovide
/usr/share/applications/neovide.desktop
/usr/share/doc/packages/neovide
/usr/share/doc/packages/neovide/README.md
/usr/share/icons/hicolor/scalable/apps/neovide.svg
/usr/share/licenses/neovide
/usr/share/licenses/neovide/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Aug 3 00:14:01 2026