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

Releases: 66HEX/horizon

# Horizon v0.2.0

19 Apr 15:48
c21ee69
Compare
Choose a tag to compare

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

# Horizon v0.1.0

18 Apr 15:01
07a4967
Compare
Choose a tag to compare

First release version of a modern code editor built with Tauri and React.

🚀 Key Features:

  • Multi-language code editor with syntax highlighting
  • Built-in terminal with multi-instance support
  • File system with tabs and image preview
  • Customizable layout with resizable panels
  • Native system features powered by Tauri

🔧 Technical Details:

  • Built with React + TypeScript + Tauri
  • Powered by CodeMirror 6 editor engine
  • Multi-language programming support
  • Performance optimized with native components

🐛 Known Issues:

  • First release version, minor bugs may occur
  • Some advanced editor features are still in development

📝 Notes:

This version provides a foundation for further development. We welcome bug reports and suggestions on GitHub.

0