Skip to content

Commit f9997ad

Browse files
Merge pull request #20 from codinit-dev/mintlify/update-changelog-from-release-73086
Update changelog for v1.2.0 release
2 parents f350979 + 00adcda commit f9997ad

File tree

1 file changed

+128
-0
lines changed

1 file changed

+128
-0
lines changed

changelog.mdx

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,133 @@ description: "Track the latest CodinIT releases, feature updates, bug fixes, and
55

66
New releases and improvements
77

8+
## January 4, 2026 - v1.2.0
9+
10+
<Update tags={["New releases", "Improvements"]}>
11+
12+
### Built-in Tools Infrastructure
13+
14+
- Added comprehensive built-in tools system with 6 core tools:
15+
- ReadFile: Intelligent file reading with smart truncation for large files
16+
- LSRepo: Repository file listing with glob pattern support
17+
- GrepRepo: Regex search across codebase with file filtering
18+
- SearchWeb: Web search with Vercel ecosystem first-party docs support
19+
- FetchFromWeb: Full web page content fetching and parsing
20+
- TodoManager: Structured project task management
21+
- Implemented tool registry system for dynamic tool management
22+
23+
### CodinIT Pro Subscription System
24+
25+
- Added Pro subscription state management with API verification
26+
- Integrated Pro features in chat UI: Web Search and Lazy Edits toggles
27+
- Added Pro subscription management UI in settings
28+
- Implemented credit tracking and tier management
29+
30+
### MCP (Model Context Protocol) Integration
31+
32+
- Added comprehensive MCP server support (stdio, SSE, streamable-HTTP)
33+
- Implemented MCP configuration validation and retry endpoints
34+
- Added MCP marketplace with card grid layout and Pro tier indicators
35+
- Enhanced external tool connectivity through standardized protocol
36+
37+
### Electron Desktop Enhancements
38+
39+
- Added local file saving functionality for Electron
40+
- Implemented IPC communication for project initialization
41+
- Enhanced auto-update system with improved error handling
42+
43+
### Project Management
44+
45+
- Added project name utility for unique project identification
46+
- Implemented project name persistence in chat history
47+
- Enhanced workbench with improved file handling
48+
49+
### UI/UX Improvements
50+
51+
#### Settings Redesign
52+
53+
- Complete SettingsTab redesign with framer-motion animations
54+
- Enhanced ControlPanel with new depth tokens and improved layout
55+
- Redesigned ConnectionsTab with horizontal navigation
56+
- Updated all settings components with modernized styling
57+
58+
#### Chat Interface Enhancements
59+
60+
- Redesigned send button with circular shape and upward arrow icon
61+
- Enhanced thought box with collapsible animation
62+
- Implemented progressive step reveal animations
63+
- Improved message spacing and border radius for better readability
64+
- Added mixed file and tool reference support in autocomplete
65+
66+
#### Visual Design System
67+
68+
- Migrated to modern Zinc color palette with improved contrast
69+
- Implemented depth token system for consistent visual hierarchy
70+
- Enhanced workbench header with synchronized width transitions
71+
- Updated artifact components with modernized card layouts
72+
73+
#### Marketplace & Navigation
74+
75+
- Redesigned MCP marketplace with card grid layout
76+
- Added Pro tier indicators throughout the interface
77+
- Replaced sidebar navigation with horizontal tab navigation
78+
- Enhanced action buttons with rounded pill design
79+
80+
### Performance improvements
81+
82+
#### Memory Management
83+
84+
- Fixed UI freezes with requestIdleCallback yielding implementation
85+
- Added 1MB streaming content limit to prevent memory overflow
86+
- Implemented concurrent file writes with queue system
87+
- Added action queue limits to prevent memory overflow
88+
89+
#### File System Optimizations
90+
91+
- Implemented batch Nanostores updates in FilesStore
92+
- Increased file watch buffer to 1000ms for better performance
93+
- Enhanced file locking mechanisms
94+
95+
### Bug fixes
96+
97+
- Improved Hyperbolic API error handling with detailed debugging
98+
- Fixed workbench positioning to use relative flow layout
99+
- Removed unnecessary z-index conflicts
100+
- Fixed header positioning and transparency issues
101+
- Corrected border opacity in electron title bar
102+
- Prevented duplicate yml file uploads in release workflow
103+
- Fixed duplicate release creation and type conflicts
104+
- Enhanced update checker with reduced API calls
105+
106+
### Test Suite
107+
108+
- Added comprehensive tests for diff utility functions
109+
- Added tests for LLM message processing functions
110+
- Implemented console mocking and cleanup in test suites
111+
- Added storage unit tests and MCP-related tests
112+
113+
### Code Quality Enhancements
114+
115+
- Fixed various linting errors across SCSS and TypeScript files
116+
- Improved error handling and logging throughout the codebase
117+
- Enhanced type definitions and removed unused imports
118+
- Centralized repository configuration management
119+
120+
### Build & Dependencies
121+
122+
- Added @types/node dependency for better TypeScript support
123+
- Updated UnoCSS configuration with new color palette
124+
- Enhanced electron build process with improved IPC handlers
125+
126+
### Repository Management
127+
128+
- Added backend folder to gitignore
129+
- Centralized version and repository configuration
130+
- Fixed duplicate release workflow issues
131+
- Updated GitHub funding username
132+
133+
</Update>
134+
8135
## December 30, 2025
9136

10137
<Update tags={["New releases", "Improvements"]}>
@@ -2273,6 +2400,7 @@ New releases and improvements
22732400

22742401
## Version Links
22752402

2403+
[1.2.0]: https://github.com/codinit-dev/codinit-dev/compare/v1.1.26...v1.2.0
22762404
[1.1.26]: https://github.com/codinit-dev/codinit-dev/compare/v1.1.25...v1.1.26
22772405
[1.1.25]: https://github.com/codinit-dev/codinit-dev/compare/v1.1.24...v1.1.25
22782406
[1.1.24]: https://github.com/codinit-dev/codinit-dev/compare/v1.1.23...v1.1.24

0 commit comments

Comments
 (0)