File neovide.changes of Package neovide
-------------------------------------------------------------------
Tue Jul 22 13:38:59 UTC 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 03:16:08 UTC 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 09:39:10 UTC 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 10:43:23 UTC 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 05:48:59 UTC 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 12:10:11 UTC 2024 - Jianhua Lu <lujianhua000@gmail.com>
- fix build on Leap 16.0
-------------------------------------------------------------------
Tue Oct 15 07:10:06 UTC 2024 - Jianhua Lu <lujianhua000@gmail.com>
- update spec file
-------------------------------------------------------------------
Fri Sep 13 08:00:58 UTC 2024 - Jianhua Lu <lujianhua000@gmail.com>
- fix build on Leap 15.5
-------------------------------------------------------------------
Wed Sep 11 13:58:01 UTC 2024 - Jianhua Lu <lujianhua000@gmail.com>
- format spec file
- add neovim as requires
-------------------------------------------------------------------
Fri Sep 6 12:45:21 UTC 2024 - Jianhua Lu <lujianhua000@gmail.com>
- Fix build on Leap 15.6
- Add x86_64 and aarch64 to ExclusiveArch
-------------------------------------------------------------------
Thu Sep 05 09:54:21 UTC 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 5 01:30:05 UTC 2024 - Jianhua Lu <lujianhua000@gmail.com>
- New package neovide