Skip to content

Commit 2d700a0

Browse files
committed
fix release date and bad links
1 parent e100722 commit 2d700a0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Change Log
2-
All [notable changes](#840---2025-05-04) to this project will be documented in this file.
2+
All [notable changes](#850---2026-03-04) to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
@@ -49,13 +49,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4949
- Since v7.0, holding down `Enter` in a multiline textbox (like the [tree viewer query box](/docs/README.md#remespath)) only adds one newline when the key is lifted.
5050
- Maybe use pre-7.1 (dictionary-based rather than indicator-based) [selection remembering](/docs/README.md#working-with-selections) for Notepad++ 8.5.5 and earlier? Indicators are risky with those older NPP's because of the lack of `NPPM_ALLOCATEINDICATOR`.
5151
- Hard-to-reproduce issue where sometimes clicking a treenode in regex search results does not navigate to the correct location in the document (should navigate to the start of the match). Appears to only happen when there is no capture group. It's an all-or-nothing issue; either none of the treenodes navigate to the correct location or all of them do.
52-
- Add warning to users when they attempt to use features like [Path to current position](/docs/README.md#path-to-current-position) on a non-UTF8 file with non-ASCII characters (see release notes for [8.5.0](#850---2026-03-03) below), since those features currently will simply not work correctly and the user will only understand why if they read the documentation.
52+
- Add warning to users when they attempt to use features like [Path to current position](/docs/README.md#path-to-current-position) on a non-UTF8 file with non-ASCII characters (see release notes for [8.5.0](#850---2026-03-04) below), since those features currently will simply not work correctly and the user will only understand why if they read the documentation.
5353

54-
## [8.5.0] - 2026-03-03
54+
## [8.5.0] - 2026-03-04
5555

5656
### Added
5757

58-
1. New [`Make this visible` option](/docs/README.md#reveal-tree-nodes-hidden-by-code-folding-added-in-v8.5) on the tree view's right click context menu to reveal nodes hidden by code folding. This was first requested in [issue 103](https://github.com/molsonkiko/JsonToolsNppPlugin/issues/103).
58+
1. New [`Make this visible` option](/docs/README.md#reveal-tree-nodes-hidden-by-code-folding-added-in-v85) on the tree view's right click context menu to reveal nodes hidden by code folding. This was first requested in [issue 103](https://github.com/molsonkiko/JsonToolsNppPlugin/issues/103).
5959

6060
### Fixed
6161

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Beginning in [v6.1](/CHANGELOG.md#610---2023-12-28), using this option from the
437437

438438
## Reveal tree nodes hidden by code folding *(added in v8.5)*
439439

440-
Beginning in [v8.5](/CHANGELOG.md#850---2026-03-03), the right click context menu for tree nodes has a `Make this visible` option that undoes code folding to make them visible.
440+
Beginning in [v8.5](/CHANGELOG.md#850---2026-03-04), the right click context menu for tree nodes has a `Make this visible` option that undoes code folding to make them visible.
441441

442442
Below is an image of the tree for a document just before using this command. Note that the selected node is hidden by two layers of code folding.
443443

0 commit comments

Comments
 (0)