Skip to content

Commit 04b2974

Browse files
authored
Merge pull request #38 from ran-codes/release-v0.0.6-housekeeping
Release v0.0.6 housekeeping
2 parents 619b237 + 7be771a commit 04b2974

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [0.0.6] - 2025-10-28
9+
## [0.1.0] - 2025-10-28
1010

1111
### Added
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ code --install-extension ran-codes.code-organizer-vscode
217217

218218
See [CHANGELOG.md](CHANGELOG.md) for detailed release information.
219219

220-
### 0.0.6 - Latest
220+
### 0.1.0 - Latest
221221
- **🆕 Custom Activity Bar View**: Dedicated Code Organizer tab with custom icon
222222
- **🆕 Editor-Outline Sync**: Auto-scroll outline view as you navigate through code
223223
- **🆕 "Show Code Organizer" Command**: Quick access via Command Palette

assets/images/demo.gif

-3.34 MB
Binary file not shown.

package-lock.json

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-organizer",
33
"displayName": "🗂️ Code Organizer",
44
"description": "Transform your code into organized, navigable sections using simple comment patterns. Create table-of-contents-like structure with # Section Name ---- syntax. Works with Python, JavaScript, TypeScript, React/JSX, C/C++, Java, Go, Rust, PHP, SQL and more. Perfect for large files and data science notebooks.",
5-
"version": "0.0.6",
5+
"version": "0.1.0",
66
"publisher": "ran-codes",
77
"author": {
88
"name": "ran-codes",

0 commit comments

Comments
 (0)