2023-06-28 12:05:40 +08:00
|
|
|
---
|
|
|
|
title: "Following Head"
|
|
|
|
description: "The latest changes in master branch since last release."
|
|
|
|
---
|
|
|
|
|
|
|
|
# [Home](../) >> Following Head
|
|
|
|
|
2024-03-24 14:49:58 +08:00
|
|
|
This page documents changes in master branch since last release v2.3.0
|
2018-03-18 19:18:25 +08:00
|
|
|
|
2024-02-18 12:37:38 +08:00
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
2024-02-19 18:55:48 +08:00
|
|
|
- [Next release](#next-release)
|
2024-05-03 22:14:29 +08:00
|
|
|
- [New features](#new-features)
|
|
|
|
- [Bugfixs](#bugfixs)
|
|
|
|
- [Docs](#docs)
|
|
|
|
- [Tests](#tests)
|
|
|
|
- [Others](#others)
|
|
|
|
- [Breakchanges](#breakchanges)
|
2024-02-18 12:37:38 +08:00
|
|
|
- [Latest Release](#latest-release)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
2024-02-19 18:55:48 +08:00
|
|
|
## Next release
|
|
|
|
|
2024-03-24 14:49:58 +08:00
|
|
|
The next release is `v2.4.0`
|
2024-02-19 18:55:48 +08:00
|
|
|
|
2024-03-14 11:23:19 +08:00
|
|
|
<!--
|
|
|
|
call SpaceVim#dev#followHEAD#update('en')
|
|
|
|
-->
|
2024-02-27 01:42:51 +08:00
|
|
|
<!-- SpaceVim follow HEAD start -->
|
2024-05-03 22:14:29 +08:00
|
|
|
## New features
|
|
|
|
|
|
|
|
- feat(tabline): add lua tabline
|
|
|
|
- feat(format): add rustfmt
|
|
|
|
- perf(job): close job handle on_exit
|
|
|
|
- perf(format): use first executable formatter
|
|
|
|
- feat(format): add c format
|
|
|
|
- feat(ctags): remove tags before running ctags
|
|
|
|
- feat(format): support `:Format! filetype`
|
|
|
|
- perf(format): log formatter info
|
|
|
|
- feat(format): support custom format
|
|
|
|
- feat(format.lua) add format.lua
|
|
|
|
- feat(recordkey): support nvim 0.10.0
|
|
|
|
- perf(recordkey): use keytrans()
|
|
|
|
- perf(recordkey): ignore all events
|
|
|
|
- feat(recordkey): remove key via timer
|
|
|
|
- feat(recordkey): add recordkey plugin
|
|
|
|
- feat(git): complete `:Git branch`
|
|
|
|
- feat(notify): share viml notifys
|
|
|
|
- feat(bookmark): add VimLeave autocmd
|
|
|
|
- feat(bookmarks): update bookmarks lnums
|
|
|
|
- perf(bookmarks): skip empty bufname & buftype
|
|
|
|
- feat(bookmarks): edit existing annotation
|
|
|
|
- feat(bookmark): add virt_text support
|
|
|
|
- feat(bookmark): custom sign text and highlight
|
|
|
|
- feat(bookmarks): add new bookmark plugin
|
|
|
|
- perf(bookmark): add bookmark logger
|
|
|
|
- perf(telescope): remove `jk` for telescope
|
|
|
|
- feat(bookmarks): add telescope support
|
|
|
|
- feat(todo): add `todo_close_list` option
|
|
|
|
- feat(toml): add toml indent file
|
|
|
|
|
|
|
|
## Bugfixs
|
|
|
|
|
|
|
|
- fix(tabline): fix `Ctrl-Shift-Left/Right` key
|
|
|
|
- fix(history): fix history pos
|
|
|
|
- fix(job): return 0 for empty table
|
|
|
|
- fix(job): check cmd before run job
|
|
|
|
- fix(format): check formatted_context and stdin
|
|
|
|
- fix(format): fix formatter end_line
|
|
|
|
- fix(mapping): fix typo in help for leader f b
|
|
|
|
- fix(recordkey): fix win order
|
|
|
|
- fix(bookmarks): fix next/previous function
|
|
|
|
- fix(bookmarks): fix `mn` & `mp` key bindings
|
|
|
|
- fix(bookmark): remove sign before add new bookmark
|
|
|
|
- fix(bookmark): remove extra unlet
|
|
|
|
- fix(bookmarks): unlet bookmarks when clear
|
|
|
|
|
|
|
|
## Docs
|
|
|
|
|
|
|
|
- docs(format): add readme
|
|
|
|
- docs(readme): remove extra link
|
|
|
|
- docs(index): remove news image
|
|
|
|
- docs(typo): fix image url
|
|
|
|
|
|
|
|
## Tests
|
|
|
|
|
|
|
|
|
|
|
|
## Others
|
|
|
|
|
|
|
|
- refactor(format): refactor on_exit function
|
|
|
|
- refactor(format): enable format function
|
|
|
|
- chore(format): format code
|
|
|
|
- chore(bookmark): remove extra files
|
|
|
|
- chore(version): update to v2.4.0-dev
|
|
|
|
|
|
|
|
## Breakchanges
|
2024-02-27 01:42:51 +08:00
|
|
|
<!-- SpaceVim follow HEAD end -->
|
2022-10-18 10:25:47 +08:00
|
|
|
|
2018-06-19 21:04:14 +08:00
|
|
|
## Latest Release
|
2018-03-18 19:18:25 +08:00
|
|
|
|
2024-05-03 22:14:29 +08:00
|
|
|
SpaceVim releases v2.3.0 at 2024-03-24, please check the release page:
|
2018-12-22 22:18:19 +08:00
|
|
|
|
2024-05-03 22:14:29 +08:00
|
|
|
- [SpaceVim releases v2.3.0](https://spacevim.org/SpaceVim-release-v2.3.0/) for all the details
|