Changelog
Last updated: July 4, 2026
Alpha R4
- New floating island header
- Switched FoxWiki UI icons to Lucide icons
- Added Lucide icon pre-rendering support while preserving Material icon frontmatter support
- Use monaco editor for code blocks, the vscode's editor
- Improved Markdown styling for code blocks, tables, and lists
Alpha R3
- Added an animated scroll position indicator to the sidebar
- The content sidebar can now be opened on mobile devices
- Added wiki.js image size property support
- Added Card-Tables, that look good on mobile devices
- Removed server-side caching, changing Markdown files in the directory would have an immediate effect
- Added client-side updating of content, meaning even without page reload, the content would be eventually updated
- Fixed rendering of webview pages
- Fixed rendering of PDF pages
Alpha R2
- Style improvement for the Markdown renderer to improve and unify the overall look and feel
- Changed the way the wiki icon is customized, now the foxwiki will check for the /icon.svg or /icon.png file in the root of the wiki content dir
- Fixed bad fonts rendering on macOS by using system fonts
- Updated project dependencies
Alpha R1
- First tagged release
- Size optimizations:
- Switched to browser's default font instead of custom fonts
- Material Icons are now pre-rendered on the backend and included via API instead of in frontend
- Achieved ~39% reduction in initial page load size
- Improved responsive design and layouts
- Fixed inline code blocks wrapping issues
- Fixed empty section rendering when consecutive Markdown headings occur
- Enhanced custom theming capabilities
- Updated project dependencies