Skip to content

Updates v1.115

Choose a tag to compare

@tobychui tobychui released this 29 Aug 06:30
· 221 commits to master since this release

Update v1.115

This update mainly focus on optimizing different aspect of the system, including minor bug fixes, user experience optimization and user interface updates.

Installation

Download one of the binaries from the list below with the web.tar.gz file. Unzip the web.tar.gz in the same directory as the binary then start the binary file.

Change Log

Bug Fixed

  • Fixed zip error in Linux
  • Fixed UI issue in disk restore
  • Fixed STL viewer position problem
  • Fixed desktop file move bug
  • Fixed CSRF attack by implementing new CSRF Token system
  • Fixed network hardware info icon invalid issue
  • Fixed delete file in search results not refresh issue
  • Fixed minor css issue on File Manager
  • Fixed issue on unable to edit group with name containing space
  • Fixed FTP showing backup disks in root directory issue

New features added

  • Added zip indicator
  • Added shortcut icon display in File Manager
  • Added backup task status
  • Integrated du dependencies into ArozOS Core
  • Added wireframe mode in STL viewer
  • Added web desktop uploading indicator
  • Added desktop file preview thumbnail
  • Added desktop move file to shortcut feature
  • Added desktop auto refresh for file operations that involved desktop file
  • Added user configurable startup sound
  • Added next and previous photo for photo embedded viewer
  • Added new audio testing track
  • Added operation time in host info tab
  • Added auto sortmode save in File Manager
  • Added share embedded code generator (for iframe embed)
  • Added snapshot merge function on disk full
  • Added password requirement on remote restart or shutdown
  • Optimization of web mobile interface
  • Update download page for sharing interface
  • Optimized HybridBackup snapshot logic
  • Updated all login redirection with relative path
  • Optimized File System Handler architecture
  • Added bridge Storage Pool FSH function
  • Added thumbnail websocket loader fallback function
  • Added user overview on hardware management disabled mode
  • Updated default user icon
  • Added auth logging for webdav
  • A lot of UI minor updates

By @yeungalan

  • Fixed freebsd compile problem