Skip to content

v1.7.0-beta24-12-24

Pre-release
Pre-release
Compare
Choose a tag to compare
@hslr-s hslr-s released this 24 Dec 05:19
25f4620

[简体中文] | [English]

Before upgrading from Docker version v1.3.0 or earlier, please read the release notes carefully.

If you want to view the Docker status inside the container, make sure to mount with: -v /var/run/docker.sock:/var/run/docker.sock
If any exception occurs after updating, please try to force refresh the page (ctrl+shift+R). If it cannot be solved, you can try clearing the browser cache (ctrl+shift+del).

  • Personalization Settings

    • [Added] Added the ability to add a navigation page logo and a switch for whether to display the clock in "Personalization Settings".
    • [Added] When clicking on a card, intelligently select to open with 'Internal Network Address' or 'Default Address'. In poor network environments, it will open based on the set delay time Experimental feature - This feature may be removed in the official version.
  • Icon Project Cards

    • [Added] Support for users to choose when multiple icons are obtained for a website.
    • [Optimized] Simplified operation logic, defaulting to a regular card upon clicking add, with some less frequently used functions hidden, which can be edited by clicking 'More Options'.
    • [Optimized] Docker card supports quick addition to groups in the built-in Docker manager.
    • [Optimized] Built-in app cards can be quickly added to groups in the app launcher.
    • [Optimized] Overall style adjustment for card editing.
  • Native https Support

    The default port is: 3003. If you need to modify it, configure it in the project configuration file (conf/conf.ini) under the certificate configuration item [cert]. If you are upgrading from an old version to this version, refer to the following Enable HTTPS

  • Page Version Caching (Effective only when accessed via https)

    • [Added] Page caching technology (Cache Storage), supporting version caching for images, pages, etc., to improve page loading speed, allowing offline loading and use of some functions.
    • [Optimized] Due to the lack of versioned caching after the upgrade, which led to various strange issues, after the upgrade, when you visit the page again, it will prompt you to update the cache, click 'Yes' to do so (effects will be seen after the next upgrade).
  • Global Site Settings

    • [Optimized] After saving the site title and ICO icon, the refresh takes effect immediately, and the title no longer flickers with the words Sun-Panel.
  • OpenAPI Open Interfaces

    • [Added] Card grouping related interfaces: Create group interface, Get group list interface, Get group details interface.
    • [Added] Adding project card supports parameter support: Save images to the project locally, bind group ID or unique name (subsequent browser plugins will follow up with support).
    • [Added] Get the current self-hosted Sun-Panel version number (generally used for connectivity testing).
    • [Optimized] Modified project card information does not require passing parameters that do not change.
  • Other

    • [Added] When uploading icons, they will be automatically categorized based on the upload location, such as project icons, wallpapers, etc., in preparation for future development of an image selector.
    • [Added] The web root directory supports storing other files or folders that can be accessed, such as robots.txt. After storage, the project needs to be restarted to take effect #151.
    • [Optimized] The issue of directly jumping to the login page when the enter key is pressed while using Chinese input method in the captcha.
    • [Fixed] Issues where the page exceeds the visible range in certain cases (Thanks to Mr.Huang from the Q group for proposing and helping with debugging).