Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: alibahmanyar/simon

v0.3.1

07 Dec 12:08

Choose a tag to compare

Added builds for risc-v
Added support for fuse filesystems

Full Changelog: v0.3.0...v0.3.1

v0.3.0

14 Nov 08:20

Choose a tag to compare

Release Notes - Version 0.3.0

Version 0.3.0 improves the file management system with upload, move, delete, and folder creation capabilities.


🎉 New Features

File Management System

  • File Upload - Added file upload functionality

    • Drag-and-drop file upload support
    • Multi-file and folder upload capability
  • File Operations

    • Create new folders
    • Move files and folders between directories
    • Delete files and folders
  • Range Request Support - Implemented HTTP range requests for efficient file downloads

    • Enables partial file downloads
    • Better support for media streaming
    • Download resume capability

Full Changelog: v0.2.2...v0.3.0

v0.2.2

08 Nov 16:09

Choose a tag to compare

Release Notes: v0.2.2

  • Enhanced Code Highlighting: Added line numbers to code blocks for better readability

  • Syntax Highlighting Upgrade: Migrated to speed-highlight for improved performance, replacing highlight.js

Plus bug fixes and improvements.
Full Changelog: v0.2.1...v0.2.2

For v0.2 changelog, see v0.2.0 release notes.

v0.2.1

06 Nov 21:44

Choose a tag to compare

Release Notes - v0.2.1

UI Bug fixes
Full Changelog: v0.2.0...v0.2.1

Release Notes - v0.2.0

🎉 What's New

📁 File Browser

Browse your filesystem directly from the web UI. Navigate directories, preview files, and download content securely.

Configure accessible paths with --serve-dir flag or SIMON_SERVE_DIRS environment variable

📨 Notification Templates

Quick setup for notifications with pre-configured templates:

  • Telegram - Bot integration with BotFather
  • ntfy - Simple HTTP-based pub-sub notifications
  • Gotify - Self-hosted push notification service
  • Pushover - Simple push notifications
  • Pushbullet - Send notifications to all your devices
  • Matrix - Decentralized communication protocol
  • Custom Webhooks - Full flexibility for any service

🔀 Reverse Proxy Custom Base Paths Support

Simon now works seamlessly behind reverse proxies with custom base paths.


Full Changelog: v0.1.1...v0.2.0

v0.2.0

06 Nov 11:41

Choose a tag to compare

Release Notes - v0.2.0

🎉 What's New

📁 File Browser

Browse your filesystem directly from the web UI. Navigate directories, preview files, and download content securely.

Configure accessible paths with --serve-dir flag or SIMON_SERVE_DIRS environment variable

📨 Notification Templates

Quick setup for notifications with pre-configured templates:

  • Telegram - Bot integration with BotFather
  • ntfy - Simple HTTP-based pub-sub notifications
  • Gotify - Self-hosted push notification service
  • Pushover - Simple push notifications
  • Pushbullet - Send notifications to all your devices
  • Matrix - Decentralized communication protocol
  • Custom Webhooks - Full flexibility for any service

🔀 Reverse Proxy Custom Base Paths Support

Simon now works seamlessly behind reverse proxies with custom base paths.


Full Changelog: v0.1.1...v0.2.0

v0.1.1

06 Apr 06:45

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Mar 08:41
bf5560f

Choose a tag to compare

Update README.md