Skip to main content

0.4.1-beta

Download

Download this release on the GitHub Releases page.

Systemโ€‹

  • Recommended Kernel: 6.18.24
  • Upgrade Docker to v29.4.1
  • Upgrade QEMU to v11.0.0
  • Upgrade SnapRAID to v14.4
  • Add unzip package
  • Fix issue with SnapRAID sync not working properly
  • Add function to symlink .bash_profile if /boot/config/system/bash_profile exists
  • Display error in syslog when Docker digest cannot be retrieved

Frontendโ€‹

Cron Schedulingโ€‹

  • Improve layout of cron scheduling dialog with additional border
  • Integrate cron scheduling functionality with Vue.js and Vuetify
  • Add @vue-js-cron/vuetify package for cron scheduling UI components
  • Implement CronScheduleDialog component for managing cron schedules
  • Update various views (cron.vue, dockerService.vue, mosHub.vue, system.vue, pools.vue) to use the new cron scheduling dialog
  • Enhance localization files (de.json, en.json) with new strings for cron scheduling

File System Navigatorโ€‹

  • Add support for selecting files or directories in file system navigator

Disks & Storageโ€‹

  • Optimize display of hard disk power status
  • Fix issue with BTRFS RAID1 not showing RAID disk correctly in disks endpoint

Networkโ€‹

  • Add CIDR support in network settings
  • Add new translation for network services and update warning before saving network settings

Terminalโ€‹

  • Add button to open new terminal session and optimize session management

Loginโ€‹

  • Add support for Enter key for form submission in login form

APIโ€‹

  • Fix cron/system route
  • Add endpoint cron/system to view system crontabs
  • Change CIDR handling on network endpoints
  • Make sure to also show disk space and mountpoints on disks endpoint (don't skip lsblk/df)
  • Fix issue with BTRFS RAID1 not showing RAID disk correctly in disks endpoint
  • Fix issue with parsing in MOS Hub architectures

Dependenciesโ€‹

  • Update package dependencies to latest versions for improved compatibility and features
  • Add @vue-js-cron/vuetify package for cron scheduling UI components

Documentationโ€‹

  • Add translation status badge to README