Skip to content

Latest commit

 

History

History
98 lines (69 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

98 lines (69 loc) · 2.77 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.10

Changed

  • Update known-good Backblaze version to 9.0.1.777
  • Ubuntu 22 is now the default versioned image

1.9

Changed

  • Try to prevent forced Backblaze client updates

1.8.1

Changed

  • Optimize Dockerfiles to reduce layer count

1.8 - 2024-03-15

Changed

  • Update Backblaze automatically in the background
  • Make startapp log file location configurable by an env var (#129, thanks @brokeh)

1.7.2 - 2024-02-24

Changed

  • Update known-good Backblaze version to 9.0.1.767
  • Update Backblaze in the background
  • Mark ubuntu18 tag as "End of Life" and remove ubuntu18 specific troubleshooting from readme

1.7.1 - 2024-02-15

Changed

  • Set lower default values for DISPLAY_WIDTH and DISPLAY_HEIGHT

1.7 - 2024-02-07

Added

  • Automatically create symlinks for mounts (#110, thanks @xela1)
  • Enable Wine Virtual Desktop mode by default

Changed

  • Updated known-good Backblaze version to 9.0.1.763

Note

Backblaze will automatically be updated to a known-good version mentioned above, if your installed version is older. This download of the new version may take some time, so you will only see a black screen until the download is finished. After that, the installer appears and you can update Backblaze by clicking on "install".

  • Fix error Make sure that your X server is running and that $DISPLAY is set correctly when running basic CLI commands like winecfg by adding the DISPLAY environment variable to the Dockerfiles

1.6 - 2024-01-22

Added

  • Added backblaze client auto-update functionality to the docker (#88, thanks @traktuner)

Changed

  • By default a known-good version of the backblaze client will now be used
    • Can be overridden by adding the environment variable "FORCE_LATEST_UPDATE=true"
  • The wine version in the Dockerfiles is now pinned to get more control over stability

1.5 - 2023-10-13

Changed

  • Dependency updates (see #18 (comment))

1.4 - 2023-03-22

Changed

  • Dependency updates

1.3 - 2023-01-11

Changed

  • Update README.md

1.2 - 2022-03-21

Changed

  • Fixed automated build

1.1 - 2022-03-21

Added

  • Ubuntu 18 based version to broaden compatibility

1.0 - 2022-03-05

Added

  • First versioned release
  • Automatic docker build using Github Actions
  • Initial platform support for linux/arm64
  • Initial platform support for linux/arm/v7
  • Initial platform support for linux/arm/v6

Changed

  • Updated Dependencies