logo
ChangelogRelease History
Changelog

Changelog

Stay updated with the latest releases, features, and improvements in ALGONETIC.

Recent Releases

2024-10-15v1.2.0
featureimprovement

New Features

  • Added real-time collaboration for shared documentation projects
  • Introduced customizable themes with your brand color #3B82F6
  • New export options including PDF and Markdown bundles

Improvements

  • Enhanced search performance across all documentation spaces
  • Better mobile responsiveness for documentation viewing
  • Streamlined editor with auto-save and version history previews

Bug Fixes

  • Fixed rendering issues with nested lists in MDX pages
  • Resolved authentication token refresh problems
  • Corrected file upload limits for large documentation sets
2024-09-20v1.1.0
bugfiximprovement

New Features

  • Integrated version control with GitHub sync
  • Added analytics dashboard for documentation usage
  • Support for embedding interactive widgets in pages

Improvements

  • Faster page load times with optimized asset delivery
  • Improved sidebar navigation for large documentation trees
  • Enhanced permissions system for team collaborations

Bug Fixes

  • Patched cross-site scripting vulnerabilities in editor
  • Fixed broken links in automatically generated tables
  • Stabilized preview mode for complex MDX components
2024-08-10v1.0.0
featurebreaking

New Features

  • Core documentation workspace with unlimited pages
  • MDX support for rich components like tabs and steps
  • Full-text search and tagging system

Breaking Changes

  • Updated API endpoints from /v0/ to /v1/ prefix
  • Removed legacy YAML frontmatter validation
  • Changed default theme to match brand color #3B82F6

Bug Fixes

  • Initial stability improvements for editor crashes
  • Fixed initial sync issues with external repositories

Upgrading ALGONETIC

Before upgrading, back up your documentation space and review breaking changes in the release notes above. Test in a staging environment if possible.

Follow these steps to upgrade to the latest version.

Check Compatibility

Review your current setup against the release notes. Ensure your API integrations use the new /v1/ endpoints.

Backup Data

# Export your documentation space
algonetic export --space my-project --format zip > backup.zip

Update Package

npm install algonetic@latest

Migrate Config

Update your config file to use the new theme:

{
  "theme": {
    "primaryColor": "#3B82F6"
  },
  "apiBase": "https://api.example.com/v1"
}

Restart and Verify

Restart your ALGONETIC instance and verify all pages render correctly.

Future Roadmap

Subscribe to our release notifications or watch the GitHub repository at github.com/your-org/algonetic for the latest updates. Check the Quickstart for setup help.