forked from nvim-neorg/neorg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbreaking-changes.norg
52 lines (34 loc) · 1.45 KB
/
breaking-changes.norg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@document.meta
title: Breaking Changes
authors: [
vhyrro
]
created: 2023-04-29
version: 1.1.1
@end
*NOTE:* See {/ CHANGELOG.md} for a full list of general changes.
* v5.0.0
This release features many performance and stability improvements.
** Removed `gt*` Keybinds, `core.norg` Deprecation Warnings and More
You'll no longer be told about deprecated content introduced since `3.0.0`, Neorg will now not
recognize it!
** New Concealer
`@champignoom` completely refactored the concealer to be much more efficient and stable. It also
includes breaking changes to the configuration, so see
{https://github.com/nvim-neorg/neorg/wiki/Concealer}[this wiki section] for new configuration
options.
** New `@document.meta` Parser
A rewritten parser was introduced for more stable parsing of contents of `@document.meta` tags.
Make sure to run `:Neorg sync-parsers`! The rest should be automatic.
** Performance Improvements
Neorg is now faster in both startup time and at runtime thanks to refactors in the core. These
performance improvements come at a cost of a simplified `highlights.scm`, so the look of a few of
your files may have changed.
___
* v4.0.0
** Removed `core.news`!
Please use `:help neorg-breaking-changes` instead.
** *Moved all `gt*` keybinds to `<LocalLeader>t*`*
Change made to prevent clashes with the inbuilt `gt` command present in Neovim.
#comment
vim:tw=100:ft=norg:norl:conceallevel=2:concealcursor=nv: