Skip to content

Commit 6442c3a

Browse files
authored
Merge pull request #2381 from wilkis3/patch-1
Fix typos in CHANGELOG.md
2 parents ae395db + 69bf82a commit 6442c3a

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

CHANGELOG.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -27,44 +27,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
## [16.1.0] - 2026-02-17
2828

2929
### New
30-
feat: Implement frequently clicked bookmarks
31-
feat(Trashbin): Show trashbin count in Navigation
32-
feat(SidebarBookmark): Add back openInViewer for archived files
30+
* feat: Implement frequently clicked bookmarks
31+
* feat(Trashbin): Show trashbin count in Navigation
32+
* feat(SidebarBookmark): Add back openInViewer for archived files
3333

3434
### Performance improvements
35-
perf(index): Improve time to first byte
36-
perf(setChildrenOrder): Use transactions to speed up reorderings
37-
perf(BookmarksParser): Do not parse folder tags anymore
38-
perf(HtmlImporter): Speed up imports and floccus sync
39-
40-
### Fixed
41-
fix(Dashboard): Fix deprecated dashboard widget ID character usage
42-
fix(HtmlExporter): Make sure to produce correct NETSCAPE-Bookmark-file-1 markup
43-
fix(SidebarBookmark): Fix archivedFile URL
44-
fix(VirtualScroll): Watch sidebar opening and closing
45-
fix(BookmarkMapper#countDuplicated): Don't count deleted bookmarks towards duplicated bookmarks
46-
fix: Finally fix VirtualScroll component (Used to lag and jitter)
47-
fix(SidebarBookmark): Do not display background if no preview was done
48-
fix(UI): Update nc/vue and make it work with nc 33
49-
fix: Migrate `getById` to `getFirstNodeById` Louis Chmn
50-
fix: Add url_hash column for unique index
51-
fix: Refactor SQL queries and improve performance
52-
fix(BookmarkService): Allow adding bookmarks without protocol
53-
fix(l10n): Update translations from Transifex
35+
* perf(index): Improve time to first byte
36+
* perf(setChildrenOrder): Use transactions to speed up reorderings
37+
* perf(BookmarksParser): Do not parse folder tags anymore
38+
* perf(HtmlImporter): Speed up imports and floccus sync
39+
40+
### Fixed
41+
* fix(Dashboard): Fix deprecated dashboard widget ID character usage
42+
* fix(HtmlExporter): Make sure to produce correct NETSCAPE-Bookmark-file-1 markup
43+
* fix(SidebarBookmark): Fix archivedFile URL
44+
* fix(VirtualScroll): Watch sidebar opening and closing
45+
* fix(BookmarkMapper#countDuplicated): Don't count deleted bookmarks towards duplicated bookmarks
46+
* fix: Finally fix VirtualScroll component (Used to lag and jitter)
47+
* fix(SidebarBookmark): Do not display background if no preview was done
48+
* fix(UI): Update nc/vue and make it work with nc 33
49+
* fix: Migrate `getById` to `getFirstNodeById` Louis Chmn
50+
* fix: Add url_hash column for unique index
51+
* fix: Refactor SQL queries and improve performance
52+
* fix(BookmarkService): Allow adding bookmarks without protocol
53+
* fix(l10n): Update translations from Transifex
5454

5555
### Other
56-
chore(Controllers): Catch more exceptions
57-
chore: Support nc 33
58-
chore: Modernize QueryBuilder usage
59-
chore(Controllers): Modernize controller code
60-
chore: Update deps
56+
* chore(Controllers): Catch more exceptions
57+
* chore: Support nc 33
58+
* chore: Modernize QueryBuilder usage
59+
* chore(Controllers): Modernize controller code
60+
* chore: Update deps
6161

6262
## [16.0.1] - 2025-11-08
6363

6464
### Fixed
6565

66-
fix: Update link-preview to be compatible with php8.4
67-
fix(l10n): Update translations from Transifex
66+
* fix: Update link-preview to be compatible with php8.4
67+
* fix(l10n): Update translations from Transifex
6868

6969
## [16.0.0] - 2025-10-03
7070

0 commit comments

Comments
 (0)