Skip to content

Commit 7e78493

Browse files
chore(release): 2.0.0
1 parent 40b88cd commit 7e78493

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/jsonify/noted/compare/v1.43.17...v2.0.0) (2025-11-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* None - maintains backward compatibility with default behavior
11+
12+
* debug: Add console logging to sanitizeFileName for troubleshooting
13+
14+
* debug: Add extensive logging to trace note creation flow
15+
16+
* debug: Add visible activation and command trigger logs with info messages
17+
18+
* feat: Enhance logging and support for custom file extensions in note creation
19+
20+
* Update src/extension.ts
21+
22+
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
23+
24+
* fix: Remove logger imports and calls that broke tests
25+
26+
- Remove logger import from fileNameHelpers.ts
27+
- Remove logger.info calls from sanitizeFileName
28+
- Remove logger import and calls from noteService.ts createNoteFromTemplate
29+
- Remove unused buildFileName function per code review
30+
- All 599 unit tests now passing
31+
32+
* Claude/custom file extensions 01 lh d3jpyebr ec f34tfrua5y (#129) ([40b88cd](https://github.com/jsonify/noted/commit/40b88cd0d9f968755c4b30166015c9725e1c627a)), closes [#129](https://github.com/jsonify/noted/issues/129)
33+
534
### [1.43.17](https://github.com/jsonify/noted/compare/v1.43.16...v1.43.17) (2025-11-22)
635

736
### [1.43.16](https://github.com/jsonify/noted/compare/v1.43.15...v1.43.16) (2025-11-21)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "noted",
33
"displayName": "Noted",
44
"description": "Comprehensive workspace notes with wiki-style links, diagram embeds (Draw.io & Excalidraw), graph visualization, templates, advanced search, and daily tracking",
5-
"version": "1.43.17",
5+
"version": "2.0.0",
66
"icon": "icon.png",
77
"publisher": "jsonify",
88
"repository": {

0 commit comments

Comments
 (0)