-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,51 @@ | ||
# Change Log | ||
# Changelog | ||
|
||
All notable changes to the "Nexonode" extension will be documented in this file. | ||
## 2025-01-14 | ||
|
||
- Update changelog (3da9751 by Mizokuiam) | ||
|
||
## [2025-01-14] | ||
- Update price to $9.99 across all assets | ||
- Add premium packaging scripts and documentation | ||
- Add Gumroad product listing structure and content | ||
- Remove unused demo images | ||
- Clean up unused files and scripts | ||
## 2024-12-29 | ||
|
||
## [0.1.0] - 2024-12-28 | ||
- Update price to $9.99 across all assets (4a9bba0 by mizokuiam) | ||
- Add premium packaging scripts and documentation (7197c99 by mizokuiam) | ||
- Add Gumroad product listing structure and content (b014427 by mizokuiam) | ||
- Remove unused demo images (064a4ba by mizokuiam) | ||
- Clean up unused files and scripts (03e8bb3 by mizokuiam) | ||
- Remove unused integration logo files (91960a5 by mizokuiam) | ||
- Update integration section with elegant card-based design (e43815e by mizokuiam) | ||
- Refine integration section styling with elegant hover effects and better typography (a97ae29 by mizokuiam) | ||
- Replace logo images with stylized company names (2067ec5 by mizokuiam) | ||
- Update integration logos with direct CDN links and increase sizes (7839ac4 by mizokuiam) | ||
- Update integration logo sources to use local assets (5574595 by mizokuiam) | ||
- Update integration logo image sources with working URLs (0eeb9cd by mizokuiam) | ||
- Update integration logos and styling to match design (1bfd1b1 by mizokuiam) | ||
|
||
## 2024-12-28 | ||
|
||
- Clean up integration section design and make logos clickable (3ccd6cc by mizokuiam) | ||
- Simplify integration section design to match website theme (af58ffd by mizokuiam) | ||
- Update integration section with static logo display (eb5ec92 by mizokuiam) | ||
- Add infinite scrolling integration logos (876a266 by mizokuiam) | ||
- Update code editor demos with unique examples and better layout (4add334 by mizokuiam) | ||
- Add three-column code editor grid with responsive design (c313d1f by mizokuiam) | ||
- Add interactive code editor preview to marketing site (7225032 by mizokuiam) | ||
- 0.1.5 (b18ca43 by mizokuiam) | ||
- Add generated demo images and update README (9fd94df by mizokuiam) | ||
- Replace static image with animated code preview in marketing site (103c079 by mizokuiam) | ||
- 0.1.4 (5340eba by mizokuiam) | ||
- Fix marketplace images and update README (32cf27e by mizokuiam) | ||
- Add modern demo GIF container to hero section (97a27bb by mizokuiam) | ||
- Update marketplace: Convert demo images to PNG format (fc03b89 by mizokuiam) | ||
- Update marketplace: Remove social media links, fix demo images (38fd54f by mizokuiam) | ||
- Release v0.1.2: Optimized package size (f2e2e55 by mizokuiam) | ||
- Update .vscodeignore to reduce package size (201b6e3 by mizokuiam) | ||
- Release v0.1.1 (f1db675 by mizokuiam) | ||
- Update marketplace listing: Add pricing, badges, and demo examples (17bb382 by mizokuiam) | ||
- Update website: Add favicon, Discord link, streamline pricing cards (e8bf99e by mizokuiam) | ||
- Update website design: Remove Twitter, improve pricing section, fix navigation links (ff3c46f by mizokuiam) | ||
- Enhanced navigation bar with modern design and fixed positioning (a1f8041 by mizokuiam) | ||
- Enhanced website with modern animations, gradients, and glassmorphism effects (96e1dd9 by mizokuiam) | ||
- Update website design with modern dark theme and glassmorphism effects (f8c0e75 by mizokuiam) | ||
- Add SVG logos and fix image paths (2241ed7 by mizokuiam) | ||
- Add marketing website and premium features (970ebac by mizokuiam) | ||
|
||
### Added | ||
- Initial release of Nexonode | ||
- Command execution system with validation | ||
- Context-aware command suggestions | ||
- Quick command palette (Ctrl+Shift+;) | ||
- Status bar integration | ||
- External integrations (GitHub, Slack, Jira, Jenkins) | ||
- Command configuration UI | ||
- Real-time context analysis | ||
- Code formatting and linting support | ||
- Git operations support | ||
- Test runner integration | ||
- Package installation support | ||
- Code snippet management |