8000 Release # Horizon v0.2.0 Β· 66HEX/horizon Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

# Horizon v0.2.0

Latest
Compare
Choose a tag to compare
@66HEX 66HEX released this 19 Apr 15:48
· 42 commits to master since this release
c21ee69

Release Notes v0.2.0

This release significantly enhances the modern code editor built with Tauri and React, focusing on performance improvements and new features.

πŸš€ New Features:

  • Added Audio Player component for media file support
  • Implemented Zustand stores for improved state management
  • Added dropdown-menu component for enhanced UI interactions
  • Added contributing guidelines for developers

πŸ› οΈ Performance Improvements:

  • Migrated file and folder operations from frontend to Rust backend
  • Moved terminal sanitization to backend for better security and performance
  • Moved search functionality to backend for improved performance
  • Implemented state management with Zustand for more efficient reactivity

πŸ› Bug Fixes:

  • Fixed typing issues in CodeMirror
  • Fixed folder creation and nested folder refreshing
  • Removed dangling cfg directive (Thanks!)
  • Fixed code editor rerendering issues
  • Fixed issues with losing file content while moving files
  • Fixed problems with editing copied/moved files
  • Fixed various lint errors

πŸ”§ Technical Details:

  • Built with React + TypeScript + Tauri
  • Powered by CodeMirror 6 editor engine
  • Multi-language programming support ( Moving to LSP soon)

πŸ“ Notes:

This version focuses on improving performance by moving some CPU-intensive operations to the Rust backend while expanding the feature set. We've also addressed several bugs to improve stability. We welcome bug reports and suggestions on GitHub.


Previous version: v0.1.0

0