You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update CHANGELOG for version 0.8.1 release, detailing major enhancements in LaTeX rendering, visual workflow builder, large text block management, and Microsoft SharePoint integration. Include critical bug fixes, performance improvements, and refactoring updates. Document migration notes for IndexedDB storage transition.
- Optimized LaTeX rendering to prevent layout thrashing
132
-
- Enhanced large text block handling for better memory usage
133
-
- Improved component re-rendering efficiency
134
-
- Better debouncing and throttling for user interactions
126
+
127
+
#### Refactoring
128
+
- ToolPicker components renamed to ToolSelector for consistency
129
+
- CSV upload refactored into reusable component system
130
+
- Large text handling code organization improved
131
+
- Email handling refactored in email auto-complete service
132
+
- Integration components refactored with proper icons
133
+
- UserCostModal refactored (removed pricing page)
134
+
- Storage handling migrated to IndexedDB
135
+
136
+
#### Configuration Updates
137
+
- Promptbar and Sidebar components made handleCreateFolder optional
138
+
- AssistantModal filters visible data source flags
139
+
- AssistantModal and AssistantPathEditor improved path handling
140
+
- Model pricing feature flag added
141
+
- Enhanced admin configurations
142
+
143
+
#### Dependencies
144
+
- Version bumped to 0.8.1
145
+
- react-syntax-highlighter updated to 15.6.6
146
+
- jimp added for image processing
147
+
- Package-lock updates for security
148
+
149
+
### Development
150
+
151
+
#### Code Quality
152
+
- Removed duplicate code across multiple components
153
+
- Improved TypeScript compliance and type safety
154
+
- Better error handling throughout application
155
+
- Enhanced component organization
156
+
- Eliminated code duplication in multiple areas
157
+
158
+
#### Testing
159
+
- Fixed and modified all remaining tests
160
+
- Enhanced test coverage
161
+
- Updated test suite for new features
162
+
163
+
### Contributors
164
+
- Karely Rodriguez (@dev-karely)
165
+
- Allen Karns
166
+
- seviert / seviert23
167
+
- Jagadeesh Reddy Vanga / jagadeesh-r1
168
+
- Daniel Henricks
169
+
- maxmoundas
170
+
- Charlie.Perkins.20
171
+
172
+
### Migration Notes
173
+
- Storage has been migrated to IndexedDB - users may need to re-authenticate
174
+
- Some admin endpoints have new data transformation requirements
175
+
- NO_COMPRESSION_PATHS configuration may need updates for custom deployments
135
176
136
177
---
137
178
138
-
**Note**: This release represents a major update with significant improvements to text handling, workflow management, and user experience. Please allow time for data source updates to take effect after saving changes to assistants.
179
+
## [0.8.0] - 2025-08-19
180
+
181
+
### Added
182
+
- Initial LaTeX feature implementation
183
+
- Gemini thinking/reasoning message support
184
+
- AssistantReasoningMessage component
185
+
- Enhanced admin test endpoints
186
+
187
+
### Enhanced
188
+
- Agent logs now compressed for better performance
189
+
- Admin UI improvements for user management
190
+
191
+
### Fixed
192
+
- Various stability and performance improvements
193
+
194
+
---
195
+
196
+
**Release Schedule**: Major releases occur when significant feature sets are complete. Patch releases address critical bugs and security issues.
197
+
198
+
**Support**: This project follows semantic versioning. Breaking changes will only occur in major version updates.
0 commit comments