Releases: MidnightCrowing/CodeNest
Releases · MidnightCrowing/CodeNest
v0.0.5
🚀 Features
- ProjectCard:
- Add opening state feedback - by @MidnightCrowing (7086c)
- Open project on card click (no Open button click required) - by @MidnightCrowing (06b55)
- Add copy path action - by @MidnightCrowing (f9ac8)
- ProjectList:
- Move opened project to the top of the list after opening - by @MidnightCrowing (e7c4e)
- analyze:
- Implement project analysis in worker with progress reporting - by @MidnightCrowing (29fb6)
- jetv-ui:
- Add disabled state for menu options and fix rollup error - by @MidnightCrowing (1ea8b)
- Add JeTabs and JeTabPane components with dynamic tab management - by @MidnightCrowing (48764)
- license:
- Implement license detection - by @MidnightCrowing (c4602)
- scanner:
- Run scanning in worker and add scan status bar - by @MidnightCrowing (565d7)
- Finish IDE scanning add i18n - by @MidnightCrowing in #5 (50ad8)
- settings:
- Add apply button - by @MidnightCrowing (02fc3)
- update:
- Implement update check functionality and UI integration - by @MidnightCrowing (a4b8f)
🐞 Bug Fixes
- Enhance focus styles for active page in Settings.vue - by @MidnightCrowing (96302)
- ProjectCard: Fix formattedPath display and ensure card click opens - by @MidnightCrowing (6a308)
View changes on GitHub
v0.0.4
🚀 Features
- Add project group option support — by @MidnightCrowing (509e2b0)
- Add project scanning and management functionality — by @MidnightCrowing (b921e18)
🐞 Bug Fixes
- Update header text from 'Add Item' to 'Add Project' – by @MidnightCrowing (a1724)
View changes on GitHub
v0.0.3
🚀 Features
- Set dataPath to .codenest directory in user home - by @MidnightCrowing (49552)
- SidePanel: Sort languages group list - by @MidnightCrowing (5427a)
- app: Keep alive for home and settings page - by @MidnightCrowing (b04ca)
- search: Add fuzzy search support using Fuse.js for project filtering - by @MidnightCrowing (5f08a)
🐞 Bug Fixes
- Set dataPath in userData - by @MidnightCrowing (a7a22)
- ProjectCard:
- Button description when path does not exist - by @MidnightCrowing (bc11d)
- Format user home dir path - by @MidnightCrowing (8a206)
- ProjectConfig:
- Display duplicate warning when modifying setting items - by @MidnightCrowing (5240e)
- Use lowercase character matching to select default open apps - by @MidnightCrowing (ba861)
View changes on GitHub
v0.0.2
🚀 Features
- Support drag and drop sorting - by @MidnightCrowing (fb45d)
- Support quick setup of temporary projects - by @MidnightCrowing (6241e)
- Warning when a path is added repeatedly - by @MidnightCrowing (3457a)
🐞 Bug Fixes
- Retain app data when uninstalling - by @MidnightCrowing (35074)
- Duplicate None license option in LicenseDropdown - by @MidnightCrowing (61f72)
View changes on GitHub
v0.0.1
🚀 Features
- project-categories: Move the temporary category out of "Mine Projects"
- dynamic-import: Implement dynamic page import
- project-removal: Delete local files when removing temporary projects from the list
View changes on GitHub
v0.0.0
feat: ui and core