Skip to content

Version Numbering Explanation

Naming rule: v[Major].[Feature].[Bug fix], example:

  • v1.0.1 is the bug fix version after v1.0.0
  • v1.1.0 is the feature update version after v1.0.0

v1.3.1

May 7, 2025

  • Fixed some display issues with i18n

v1.3.0

March 10, 2025

  • Integrated i18n
  • Added new language - English

v1.2.3

September 27, 2024

  • Optimized backup details page content
  • Modified cleanup scheduled task time
  • Added scheduled task log printing
  • Fixed null pointer exception when adding new repository
  • Fixed inaccurate data statistics on homepage #4

v1.2.2

July 22, 2024

  • Task list time display
  • Backup task error message display
  • Backup task time and data volume display
  • Task socket reconnection
  • Background task context
  • Fixed version update failure issue
  • Fixed issue where backup progress often doesn't show single file time consumption
  • Fixed prune function operation error

v1.2.1

July 16, 2024

  • Operation log filtering by type
  • Error log collection
  • Changed cleanup policy scheduled task time to 6:15:15 AM
  • Added check log input function in migrate operation
  • Limited log transmission to last 100 entries after socket connection
  • Modified database search conditions to AND
  • Fixed migrate check interruption issue
  • Fixed cleanup policy update failure issue and synchronized policy deletion with repository deletion
  • Fixed log socket and log printing issues
  • Fixed issue where restore button disappears after directory expansion on data recovery page
  • Fixed missing restore button in file search results on data recovery page

v1.2.0

July 12, 2024

  • Added folder restoration support
  • Added page for modifying compression mode
  • Added page for modifying packSize
  • Added page for setting backup read concurrency
  • Added migrate function to upgrade restic data format from version 1 to version 2
  • Added file size display on data recovery page
  • Added lock cleaning function
  • Adapted to restic 0.16.5, upgraded golang to 1.22
  • Upgraded iris to v12.2.11
  • Perfectly resolved issues with inaccurate progress display and total data retrieval during data recovery
  • Optimized backup and recovery progress sending methods
  • Fixed some configuration reading failure issues
  • Fixed object to jsonString conversion issue

v1.1.1

July 4, 2024

  • Optimized data restoration progress information, though not perfect yet. The next version will upgrade restic to 0.16.5 for further improvements
  • Fixed cleanup policy deletion page not refreshing issue
  • Removed invalid code
  • Fixed update failure issue when running in Docker

v1.1.0

May 30, 2024

  • Quick installation script
  • Version update function
  • Two-factor authentication
  • Unified file download command to curl
  • Fixed service startup issue in Linux
  • Fixed issue with default configuration file in root directory when starting through service in Linux

v1.0.0

May 24, 2024

First version