Skip to content

Commit e3c2d76

Browse files
chore(release): 1.39.1
1 parent de528bc commit e3c2d76

File tree

2 files changed

+2
-42
lines changed

2 files changed

+2
-42
lines changed

CHANGELOG.md

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,7 @@
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-
## [Unreleased]
6-
7-
### Features
8-
9-
* **Smart Auto-Tagging (Phase 1 - Infrastructure)**: Implement core auto-tagging infrastructure
10-
- Add `TagParser` for YAML frontmatter tag storage with metadata
11-
- Add `TagManager` for comprehensive tag operations (CRUD, search, rename, merge)
12-
- Add `TagGenerator` with VS Code LLM API integration for AI-powered tag suggestions
13-
- Add configuration settings for tagging (enabled, maxTags, customCategories, excludePatterns)
14-
- Install `js-yaml` dependency for frontmatter parsing
15-
- Tags stored in frontmatter format: `tags: [tag1, tag2, tag3]`
16-
- Full caching support for performance optimization
17-
- Compatible with existing tag system (inline #hashtags and frontmatter tags)
18-
19-
* **Smart Auto-Tagging (Phase 3 - UI Integration)**: Connect infrastructure to VS Code UI
20-
- Add `noted.generateTags` command for AI-powered tag generation
21-
- Add `noted.generateTagsCurrentNote` command for current note
22-
- Add `noted.batchGenerateTags` command for batch processing
23-
- Add `noted.manageNoteTags` command for manual tag management
24-
- Add `noted.addCustomTag` command for adding custom tags
25-
- Context menu integration in notes tree view (right-click on notes)
26-
- Commands available via Command Palette
27-
- Interactive quick pick UI for reviewing and selecting suggested tags
28-
- Progress indicators for batch operations
29-
- Full error handling with user-friendly messages
30-
31-
* **Smart Auto-Tagging (Phase 4 - Advanced Features)**: Enhance tagging with smart automation
32-
- Auto-tag on note creation (controlled by `noted.tagging.autoTagOnCreate` setting)
33-
* Automatically tags new notes 2 seconds after creation
34-
* Only applies high-confidence tags (>0.75) automatically
35-
* Works for daily notes and template-based notes
36-
* Non-blocking: runs in background without interrupting workflow
37-
* Shows notification with option to view/manage tags
38-
- Tag statistics and analytics
39-
* `noted.showTagStats` - Quick summary of tag usage
40-
* `noted.showTagStatsDetailed` - Beautiful webview with comprehensive statistics
41-
* Shows total tags, tagged/untagged notes, average tags per note
42-
* Displays most used tags with usage counts
43-
* Tracks AI-generated vs manually added tags
44-
* Shows recently added tags (last 24 hours)
45-
* Visual progress bars and interactive charts
5+
### [1.39.1](https://github.com/jsonify/noted/compare/v1.39.0...v1.39.1) (2025-11-08)
466

477
## [1.39.0](https://github.com/jsonify/noted/compare/v1.38.1...v1.39.0) (2025-11-08)
488

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.39.0",
5+
"version": "1.39.1",
66
"icon": "icon.png",
77
"publisher": "jsonify",
88
"repository": {

0 commit comments

Comments
 (0)