Skip to content

Commit 7bb2017

Browse files
authored
uprev to 4.3 (#657)
* uprev to 4.3; make sure VERSION.txt is updated; update history to link to the first tag (this v4.3) which has Dark/Light for the offline user manual zip * fix syntax on `choco install`
1 parent ade490f commit 7bb2017

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

β€Ž.github/workflows/CI_build.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: πŸ“‘ Install hugo-extended via chocolatey
1515
working-directory: .
1616
run: |
17-
choco install hugo-extended --version 0.68.3
17+
choco install hugo-extended --version=0.68.3
1818
1919
- name: πŸ”¨ Build static HTML for site
2020
working-directory: .

β€ŽVERSION.txtβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
v4.2
2-
npp 8.6.4
1+
v4.3
2+
npp 8.6.5

β€Žcontent/docs/history.mdβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ All releases of the Notepad++ User Manual can be found in the [GitHub releases p
3333
| [v2.4](https://github.com/notepad-plus-plus/npp-usermanual/releases/tag/2.4) | [v7.9.5](https://notepad-plus-plus.org/downloads/v7.9.5/) | [β†—](https://github.com/notepad-plus-plus/npp-usermanual/releases/download/2.4/nppUserManual.zip) | First Offline Bundle |
3434
| [v2.5](https://github.com/notepad-plus-plus/npp-usermanual/releases/tag/2.5) | [v8.0](https://notepad-plus-plus.org/downloads/v8/) | [β†—](https://github.com/notepad-plus-plus/npp-usermanual/releases/download/2.5/nppUserManual.zip) | Dark Mode |
3535
| [v3.6](https://github.com/notepad-plus-plus/npp-usermanual/releases/tag/3.6) | [v8.5.3](https://notepad-plus-plus.org/downloads/v8.5.3/) | [β†—](https://github.com/notepad-plus-plus/npp-usermanual/releases/download/3.6/nppUserManual.zip) | Last release with v7.x specifics |
36+
| [v4.3](https://github.com/notepad-plus-plus/npp-usermanual/releases/tag/v4.3) | [v8.6.5](https://notepad-plus-plus.org/downloads/v8.6.5/) | [β†—](https://github.com/notepad-plus-plus/npp-usermanual/releases/download/v4.3/nppUserManual.zip) | First release with automatic Dark/Light for offline user manual zip |
3637

3738
After a new major revision of Notepad++ is released (like from v7.x to v8.x), there will be a few versions of the manual that still contain mentions of the previous major-revision specifics, but eventually those specifics will be removed. When a major version is no longer discussed in the Online User Manual, this History page will link to the last User Manual release with specifics to that major version. (A similar process may be used for smaller revisions (like v8.x to v8.y), if the User Manual maintainers feel that the historical notes need to be reduced.)
38-
39-
<!-- pryrt is trying to auto-generate the site -->

0 commit comments

Comments
Β (0)