diff --git a/appcast.xml b/appcast.xml
index d3627128c..036cf55c2 100644
--- a/appcast.xml
+++ b/appcast.xml
@@ -6,33 +6,28 @@
Most recent changes with links to updates for VimR.en
- v0.45.0-20231122.130444
+ v0.45.1-20231211.195158
https://twitter.com/vimrefined
- 20231122.130444
- v0.45.0
+ 20231211.195158
+ v0.45.1
-
VimR is not using custom build binary based on libnvim anymore. Thanks to GH-1015 by georgeharker, VimR now uses stock Neovim and can even use external Neovim binary (from v0.10.0 on).
-
Neovim 0.10.0-dev which means Neovim itself may have some rough edges.
-
Minimum macOS requirement is now Ventura (v13).
-
Fix VimRSetCharacterspacing: GH-1014
-
Add basic file handling to the filebrowser: GH-1005
-
Provide neovim original commandline interface: GH-1003
-
Add an option for custom Markdown processor: GH-745
+
VimR now uses the release Neovim version 0.9.4 and is compatible with external Neovim binary version 0.9.x.
+
Minium macOS requirement is now Monterey (v12).
+
GH-1026: Bugfix: Scroll direction system setting is not respected when trackpad-scrolling.
+
GH-1022: Bugfix: Custom Neovim binary setting is not stored correctly and the alert for incompatible version does not show up.