Changelog

Last updated: November 1, 2025

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