arozos

Web Desktop Operating System for low power platforms, Now written in Go!

GPL-3.0 License

Stars
2K
Committers
16

Bot releases are hidden (Show)

arozos - v1.110

Published by tobychui over 3 years ago

First Stable Release of ArozOS

For release letter, see https://github.com/tobychui/arozos/discussions/52

To deploy, copy ./web and ./system from the main source code and place it in the same directory as the binary you choose.

Change Log

  • Added Simple Web Downloader module

  • Added new error interfaces

  • Added context menu for floatWindow objects

  • Added module installer using Git and Zip methods

  • Added "include()" function for AGI interface

  • Added playlist function in AirMusic WebApp

  • Added startup flags setting toggle interface

  • Added OEM information page (for vendor only)

  • Added unzip handler

  • Added floatWindow animation on window maximize

  • Added default WebApp change button in File Properties page

  • Added new Desktop Theme - "snow"

  • Added shortcut handler for File Explorer

  • Added estimation info icon on Storage Quota tab

  • Fixed minor bugs in Desktop background loader

  • Fixed minor bugs in Multi-selection opening in File Manager

  • Fixed critical bugs in File Manager path parser

  • Fixed logical bugs in File Manager "previous page" function

  • Fixed selection bug in File Selector under folder mode

  • Fixed bug in Manga Cafe scanner

  • Fixed Sharing link cleanup bug

  • Fixed media server on Safari with UTF-8 filename issue

  • Fixed shortcut rename bug on Desktop

  • File Operation fallback for websocket open fail

  • Minor update in floatWindow css

  • Reduced Low Memory Upload mode chunk size from 4MB to 512KB

  • Completed Desktop New File -> File format menu

  • Optimized File Manager context menu

  • Optimized nmcli based WiFi scan support for older Linux kernels

  • Trash bin optimization + Web-socket connection mode

Special Thanks

@yeungalan

arozos - v1.109

Published by tobychui over 3 years ago

  • Added module install tool (Install via git repo and remove)
  • Added optional white theme floatWindow option
  • Added File Manager search function
  • Added new Desktop background pack "city"
  • Enhanced thumbnail loading algorithm
  • Cluster neighborhood functionality (aka find nearby ArozOS hosts)
  • Added support for folder drag drop to folder upload in File Manager
  • Fixed Aroz Online Beta filename compatibility mode fail to render bug
  • Fixed permission group storage pool synchronization bug
  • Fixed port bug in FTP Setting page
  • Fixed edit user not exists bug
  • Added low memory upload mode (for SBC < 512MB)
  • Added http GET, POST and HEAD for agi programming interface
  • Added WebDAV support on other Virtual Roots
  • Added dynamic generating session key
  • Added performance viewer (CPU and RAM usage)

By Alanyeung:

  • Updated Photo WebApp

To deploy, copy ./web and ./system from the main source code and place it in the same directory as the binary you choose.

arozos - v1.108

Published by tobychui almost 4 years ago

  • Updated NotepadA and integrated WsTTY module
  • Optimized FTP server under UPnP Mode
  • Added file drag to folder move mode
  • Add REQUIRE LAN option prouter
  • Added file explorer drag and drop to desktop function
  • Added experimental WebDAV Server function
  • Added folder share interface
  • Completed zip file and download in folder share interface
  • Minor css updates in file explorer
  • Updated Video module playlist scanning algorithm
  • Added nightly running tmp folder cleaning and quota re-calculate

To deploy, copy ./web and ./system from the main source code and place it in the same directory as the binary you choose.

arozos - v1.107

Published by tobychui almost 4 years ago

  • System Scheduler (ArOZ Remote Support & Management Module, arsm)
  • Removed time settings (useless?)
  • Websocket Shell Interface (wsshell, WIP)
  • Desktop auto refresh on file update
  • Optimized file explorer design & user experience
  • Added share interface (file only, folder is still WIP)
  • Fixed minor bugs on Safari / Mac OS

To deploy, copy ./web and ./system from the main source code and place it in the same directory as the binary you choose.

arozos - v1.106

Published by tobychui almost 4 years ago

  • File Explorer real time file operation progress
  • Optimized file explorer file upload
  • Added Manga Cafe as basic module
  • Added live editable storage pool configuration
  • Migrated the beta disk manager to advance tab
  • Added canWrite check in agi
  • Added samba subservice

To deploy, copy ./web and ./system from the main source code and place it in the same directory as the binary you choose.

arozos - v1.105

Published by tobychui almost 4 years ago

  • Completed arozfs virtual file system based FTP Server implementation
  • Completed desktop folder creation rename and file rename
  • Separated main flag and main logic
  • Fixed realpath to virtualpath translator logic error
  • Changed macos release name to darwin to match runtime.GOOS

To deploy, copy ./web and ./system from the ./src folder and place it in the same directory as the binary you choose.

arozos - v1.104

Published by tobychui almost 4 years ago

  • Modularization of much more system functions
  • AGI upgrade, added more features related to imagelib
  • File explorer update, included thumbnail generator for music, video and photo
  • Minor update to Music module
  • Mobile UI update

This will be the last version of arozos release under the old project name "aroz-online". All the binary since v1.105 will be named as "arozos_{platform}" instead. Please update your start script accordingly.

To deploy, copy ./web and ./system from the main source code and place it in the same directory as the binary you choose.

arozos - v1.101

Published by tobychui almost 4 years ago

  • Modularization most of the commonly used functions
  • Separated request router from main.go to main.router.go
  • Added UnitTest for AGI
  • Many other minor things

(And the version behind this will mainly focus on modularization (or OOP) for other modules)

To deploy aroz-online system on your host, download one of the binaries below and copy web and system from ./src to the same directory as the binary.

arozos - Preview v0.5100

Published by tobychui about 4 years ago

To deploy the system on your devices, download one of the selected binary from the list below and copy src/web/ and src/system/ to the same directory as the binary. Run the binary with ./aroz_online_linux_armv7 (or with sudo, if you want hardware management features)

arozos - Initial release

Published by tobychui about 5 years ago

First release public build for the ArOZ Online System Community edition.
Include the following WebApp Modules

  • Audio
  • Desktop
  • Video
  • Photo
  • NotepadA
    Others system utilizes includes
  • File Explorer
  • Network Setting Manager
  • PDF viewer (browser dependent)
  • Gcode Viewer
  • STL Viewer