Skip to main content
December 2024
v1.2.0
Changelog

Test update

API Token Scopes

Added granular permission control for API tokens with three new scopes:
  • read:tokens - Read-only access to tokens
  • write:tokens - Create and modify tokens
  • export:tokens - Export tokens in various formats
Existing tokens automatically receive all scopes for backward compatibility. Configure scopes when creating new API tokens in settings.

AI Assistant Improvements

Custom OpenAI API Keys: Users can now provide their own OpenAI API keys instead of relying on platform credits. Keys are securely stored using AES-256-GCM encryption.Smarter Tokenset Creation: The AI assistant now automatically detects and uses the Default mode when creating new tokensets, eliminating manual mode ID lookups.Enhanced Chat Interface:
  • Markdown rendering with syntax highlighting
  • Copy button for code blocks
  • Improved message formatting

User Experience

  • New changelog sidebar notification in main navigation
  • Consistent header design across all pages
  • Better visual feedback for interactive elements

Security & Performance

  • AES-256-GCM encryption for sensitive data storage
  • Optimized AI response generation
  • Better error handling for API key validation

Bug Fixes

  • Fixed migration timestamp conflicts
  • Resolved file read errors in edit operations
  • Corrected encryption key environment variable handling
November 2024
v1.1.0

Initial Public Release

Core Features:
  • Workspace management for organizing design tokens
  • Token sets with multi-mode support (Light/Dark themes)
  • RESTful API for token management
  • Figma plugin integration for design-to-code workflow
Performance & UX:
  • Optimized database queries for faster load times
  • Intuitive UI for token creation and editing
  • Real-time token preview

Want to suggest a feature or report a bug? Visit our GitHub repository or contact us at [email protected]