@@ -1824,89 +1824,88 @@ New releases and improvements
18241824 * Electron workflow updates (2 line changes)
18251825</Update >
18261826
1827- ## v0.4.0
1828- 2025-10-10
1829-
1830-
1831- ** Added**
1832- - pnpm-lock.yaml file for dependency locking
1833- - Ensures consistent dependency versions
1834- - Improves build reproducibility
1835- - Better security through locked versions
1836-
1837-
1838- ** Changed**
1839- - Complete LLM provider icon migration:
1840- - Moved all provider icons from ` /public/icons/ ` to provider files
1841- - Each provider now includes its icon inline (1 line addition per provider):
1842- - Anthropic, Cohere, DeepSeek, GitHub, Google, Groq
1843- - HuggingFace, Hyperbolic, Mistral, OpenAI, OpenAI-like
1844- - OpenRouter, Perplexity, Together, xAI
1845- - Better icon management and loading
1846- - Improved bundling and performance
1847- - Enhanced ModelSelector (12 line changes)
1848- - Better provider icon display
1849- - Improved layout
1850- - Electron build configuration (5 line changes in electron-builder.yml)
1851- - Better build settings
1852- - Improved packaging
1853- - Electron main process updates (9 line changes)
1854- - Better initialization
1855- - Improved error handling
1856- - WebContainer improvements (22 line additions)
1857- - Better container management
1858- - Enhanced error handling
1859- - Workbench store enhancements (6 line additions)
1860- - Better state management
1861- - Build configuration updates:
1862- - build.d.ts: 8 line changes for better types
1863- - vite.config.ts: 15 line additions for optimization
1864- - uno.config.ts: 26 line changes for better styling
1865- - Electron serve utility (2 line changes)
1866- - Pre-start script (2 line changes)
1867- - Cloudflare functions (2 line additions)
1868- - Package.json updates (43 line changes)
1869- - Updated dependencies
1870- - Better scripts
1871- - Enhanced configuration
1872- - Styling improvements:
1873- - index.scss: 6 line changes
1874- - Better theme support
1875-
1876-
1877- ** Fixed**
1878- - LMStudio provider icon path (2 line changes)
1879- - Ollama provider icon path (2 line changes)
1880- - ConnectionDiagnostics component (10 line changes)
1881- - DataTab component (2 line changes)
1882-
1883-
1884- ** Removed**
1885- - All public provider icon SVG files (18 files removed):
1886- - AmazonBedrock.svg, Anthropic.svg, Cohere.svg, Deepseek.svg
1887- - Default.svg, Google.svg, Groq.svg, HuggingFace.svg
1888- - Hyperbolic.svg, LMStudio.svg, Mistral.svg, Ollama.svg
1889- - OpenAI.svg, OpenAILike.svg, OpenRouter.svg, Perplexity.svg
1890- - Together.svg, xAI.svg
1891- - Unused UI component directives:
1892- - Badge.tsx: 2 line removal
1893- - Collapsible.tsx: 2 line removal
1894- - ScrollArea.tsx: 2 line removal
1895- - Amazon Bedrock provider icon reference (1 line removal)
1896-
1897-
1898- ** Changed (Build & Dependencies)**
1899- - pnpm-lock.yaml major cleanup (153 line reduction)
1900- - Removed unused dependencies
1901- - Optimized dependency tree
1902- - Better version management
1903- - Docker compose configuration (2 line changes)
1904- - MkDocs configuration (4 line changes)
1905- - GitHub Actions updates:
1906- - Issue template config: 7 line changes
1907- - Setup and build action: 5 line changes
1908- - Electron workflow: 4 line changes
1909- - README.md updates (3 line changes)
1827+ <Update label = " October 10, 2025" tags = { [" New releases" , " Improvements" ]} rss = { { title: " LLM provider icon migration and dependency management" }} >
1828+ ## New features
1829+
1830+ * pnpm-lock.yaml file for dependency locking
1831+ * Ensures consistent dependency versions
1832+ * Improves build reproducibility
1833+ * Better security through locked versions
1834+
1835+ ## Improvements
1836+
1837+ * Complete LLM provider icon migration:
1838+ * Moved all provider icons from ` /public/icons/ ` to provider files
1839+ * Each provider now includes its icon inline (1 line addition per provider):
1840+ * Anthropic, Cohere, DeepSeek, GitHub, Google, Groq
1841+ * HuggingFace, Hyperbolic, Mistral, OpenAI, OpenAI-like
1842+ * OpenRouter, Perplexity, Together, xAI
1843+ * Better icon management and loading
1844+ * Improved bundling and performance
1845+ * Enhanced ModelSelector (12 line changes)
1846+ * Better provider icon display
1847+ * Improved layout
1848+ * Electron build configuration (5 line changes in electron-builder.yml)
1849+ * Better build settings
1850+ * Improved packaging
1851+ * Electron main process updates (9 line changes)
1852+ * Better initialization
1853+ * Improved error handling
1854+ * WebContainer improvements (22 line additions)
1855+ * Better container management
1856+ * Enhanced error handling
1857+ * Workbench store enhancements (6 line additions)
1858+ * Better state management
1859+ * Build configuration updates:
1860+ * build.d.ts: 8 line changes for better types
1861+ * vite.config.ts: 15 line additions for optimization
1862+ * uno.config.ts: 26 line changes for better styling
1863+ * Electron serve utility (2 line changes)
1864+ * Pre-start script (2 line changes)
1865+ * Cloudflare functions (2 line additions)
1866+ * Package.json updates (43 line changes)
1867+ * Updated dependencies
1868+ * Better scripts
1869+ * Enhanced configuration
1870+ * Styling improvements:
1871+ * index.scss: 6 line changes
1872+ * Better theme support
1873+
1874+ ## Bug fixes
1875+
1876+ * Fixed LMStudio provider icon path (2 line changes)
1877+ * Fixed Ollama provider icon path (2 line changes)
1878+ * Fixed ConnectionDiagnostics component (10 line changes)
1879+ * Fixed DataTab component (2 line changes)
1880+
1881+ ## Cleanup
1882+
1883+ * Removed all public provider icon SVG files (18 files removed):
1884+ * AmazonBedrock.svg, Anthropic.svg, Cohere.svg, Deepseek.svg
1885+ * Default.svg, Google.svg, Groq.svg, HuggingFace.svg
1886+ * Hyperbolic.svg, LMStudio.svg, Mistral.svg, Ollama.svg
1887+ * OpenAI.svg, OpenAILike.svg, OpenRouter.svg, Perplexity.svg
1888+ * Together.svg, xAI.svg
1889+ * Removed unused UI component directives:
1890+ * Badge.tsx: 2 line removal
1891+ * Collapsible.tsx: 2 line removal
1892+ * ScrollArea.tsx: 2 line removal
1893+ * Removed Amazon Bedrock provider icon reference (1 line removal)
1894+
1895+ ## Build & Dependencies
1896+
1897+ * pnpm-lock.yaml major cleanup (153 line reduction)
1898+ * Removed unused dependencies
1899+ * Optimized dependency tree
1900+ * Better version management
1901+ * Docker compose configuration (2 line changes)
1902+ * MkDocs configuration (4 line changes)
1903+ * GitHub Actions updates:
1904+ * Issue template config: 7 line changes
1905+ * Setup and build action: 5 line changes
1906+ * Electron workflow: 4 line changes
1907+ * README.md updates (3 line changes)
1908+ </Update >
19101909
19111910<Update label = " October 9, 2025" tags = { [" New releases" , " Improvements" ]} rss = { { title: " Application foundation and comprehensive settings system" }} >
19121911 ## New features
0 commit comments