Skip to content

Release v1.0.8

Choose a tag to compare

@github-actions github-actions released this 27 Nov 08:25
· 11 commits to main since this release
12f5b17

Edit Sharp 1.0.8

Automated release built from commit 12f5b17

📦 Download Options

🪶 Trimmed Builds (Lightweight - Recommended for basic editor use)

Smaller file size, faster startup, but may cause plugin crashes

  • Linux: edit-sharp-linux-x64-trimmed-v1.0.8.tar.gz
  • macOS: edit-sharp-osx-x64-trimmed-v1.0.8.tar.gz
  • Windows: edit-sharp-win-x64-trimmed-v1.0.8.zip

🔌 Full Builds (Plugin Compatible - Recommended for plugin users)

Larger file size but better plugin compatibility

  • Linux: edit-sharp-linux-x64-full-v1.0.8.tar.gz
  • macOS: edit-sharp-osx-x64-full-v1.0.8.tar.gz
  • Windows: edit-sharp-win-x64-full-v1.0.8.zip

⚠️ Which version should I choose?

Choose Trimmed if:

  • ✅ You just want a lightweight text editor
  • ✅ You don't plan to use plugins
  • ✅ You want faster startup and smaller download size

Choose Full if:

  • ✅ You plan to use or develop plugins
  • ✅ You need maximum compatibility
  • ✅ File size is not a concern

📖 Installation

Linux/macOS:

# Extract (replace with your chosen file)
tar -xzf edit-sharp-*-v1.0.8.tar.gz
chmod +x edit-sharp
./edit-sharp

Windows:

# Extract (replace with your chosen file)
unzip edit-sharp-win-x64-*-v1.0.8.zip
edit-sharp.exe