Skip to content

v1.3.7.10

Latest

Choose a tag to compare

@NaysKutzu NaysKutzu released this 17 Aug 20:58

v1.3.7.10 STABLE

Added

  • Server console Network and Disk I/O cards show all-time totals (in/out and read/write since container start), with a clearer breakdown under the live rates. by @NaysKutzu
  • FeatherPanel Premium: hide the panel version badge in the sidebar (toggle under Premium customization). by @NaysKutzu
  • Support for Calagopus Wings as a Wings alternative. by @NaysKutzu
  • File manager “VS Code” action opens a clearer dialog that explains the Calagopus extension requirement and links to the Visual Studio Marketplace and Open VSX install pages. by @NaysKutzu

Improved

  • Added an upload image button for eggs in the admin area by @NaysKutzu
  • Better design for the server power buttons by @NaysKutzu

Fixed

  • A way to change the default language of the panel by @NaysKutzu
  • A way to lock the default language of the panel by @NaysKutzu
  • Eggs backgrounds can be used as a full server background by @NaysKutzu
  • Server console on phones no longer scrolls the page instead of the terminal buffer; touch pans stay in the console, and auto-scroll pauses while reading older output so the scrollbar does not jump. by @NaysKutzu
  • Rules & filters on mobile no longer shows the title and description twice when the sheet opens. by @NaysKutzu
  • Opening Rules & filters on tablet/desktop no longer also pops the mobile side sheet (it was ignoring sm:hidden because the sheet portals to the document body). by @NaysKutzu
  • Subuser management endpoints now enforce user.read / user.create / user.update / user.delete, reject self-modification, validate permission names against the known set, and block assigning permissions the actor does not hold — closing privilege escalation where any invited subuser could rewrite their own permission list. by @NaysKutzu
  • Fixed an issue where the server would incorrectly display "Java version 69 required" instead of showing the correct Java version (it was displaying the internal class file version). by @NaysKutzu
  • Frontend Docker image no longer crash-loops on Next.js 16.3.1 (Cannot find module @swc/helpers/esm/_interop_require_default.js), which left Caddy returning 502. by @NaysKutzu