Skip to content

Releases: a1ex4/ownfoil

1.2.3: saves manager fixes

14 Oct 19:25
50b485d
Compare
Choose a tag to compare

Fix to Saves manager when files need to be retrieved from subfolder, see PR #42

Thanks @CortezSMz for the fix!

What's Changed

  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #34
  • build(deps): bump docker/build-push-action from 4 to 5 by @dependabot in #37
  • build(deps): bump docker/setup-qemu-action from 2 to 3 by @dependabot in #38
  • build(deps): bump docker/login-action from 2 to 3 by @dependabot in #39
  • build(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #40
  • build(deps): bump docker/metadata-action from 4 to 5 by @dependabot in #45
  • fix(save_manager): traverse remote folders with recursion by @CortezSMz in #42

New Contributors

Full Changelog: 1.2.2...1.2.3

Release 1.2.2: permission fix

23 Feb 21:42
Compare
Choose a tag to compare

Quick release to fix permission problems with user already existing in the base docker image

Release 1.2.1: multi arch Docker image

21 Feb 18:55
Compare
Choose a tag to compare

Small release to set the first multi arch Docker tag. On push and tags Docker images will be published for the following platforms:

  • linux/amd64
  • linux/arm64
  • linux/arm/v7
  • linux/arm/v6

Release 1.2.0: add Saves manager

21 Feb 12:23
Compare
Choose a tag to compare

Release 1.2.0

  • Add Saves manager to automatically backup and serve saves
  • Setup base scheduler to periodically run jobs

If you are updating from a previous version then the Saves manager won't be automatically added to your shop configuration, make sure to follow the Saves configuration in the README.

The scheduler has been implemented so future feature can use it, for example file manipulation operations.

1.1.1

15 Feb 23:39
Compare
Choose a tag to compare

Changelog 1.1.1

  • Fixes typo in run.sh script, fixes #5

Changelog 1.1.0

This releases fixes the problem people had when setting up authentication. It has completely been rewritten and is now much simpler, see the Readme for instruction.

The shop customization and configuration is now done with toml files, it is now much safer to customize the shop without the problems of json.

Changelog:

  • Container now support PUID/PGID to have the same permissions as the host user
  • Rewrote Authentication setup to simplify it
  • Switch to TOML for shop configuration and customization

Release 1.1.0

15 Feb 21:51
Compare
Choose a tag to compare

This releases fixes the problem people had when setting up authentication. It has completely been rewritten and is now much simpler, see the Readme for instruction.

The shop customization and configuration is now done with toml files, it is now much safer to customize the shop without the problems of json.

Changelog:

  • Container now support PUID/PGID to have the same permissions as the host user
  • Rewrote Authentication setup to simplify it
  • Switch to TOML for shop configuration and customization

1.0.1

15 Sep 11:02
Compare
Choose a tag to compare
  • Fix shop.tfl generation: use path relative to the index file (fixes #1)

Release 1.0.0

09 Jun 11:46
Compare
Choose a tag to compare

Initial Ownfoil release