Skip to content

Releases: EXILL-SUARL/themeforest-automation

v4.1.0

26 Aug 12:39
0ff568b
Compare
Choose a tag to compare

What's Changed

  • Enhance package script with additional capabilities by @exilvm in #127

Full Changelog: v4.0.0...v4.1.0

v4.0.0

26 Aug 04:35
cf3b4fe
Compare
Choose a tag to compare

What's Changed

  • Rework zip-dir script into package by @exilvm in #126

Full Changelog: v3.2.0...v4.0.0

Release v3.2.0

17 Aug 02:02
a09057b
Compare
Choose a tag to compare

What's Changed

  • Bump docker/build-push-action from 3 to 4 by @dependabot in #117
  • Bump docker/build-push-action from 4.0.0 to 4.1.0 by @dependabot in #118
  • Bump docker/login-action from 2.1.0 to 2.2.0 by @dependabot in #119
  • Pin base image to Debian 11 (bullseye) by @exilvm in #120
  • Bump docker/build-push-action from 4.1.0 to 4.1.1 by @dependabot in #122
  • Safeguard Bash variables with quotes by @exilvm in #124
  • Batch blur videos using FFmpeg by @exilvm in #123

Full Changelog: v3.0.0...v3.2.0

Release v3.0.0

02 Dec 23:46
8de5904
Compare
Choose a tag to compare

What's Changed

  • Fix dir-zip by checking if directory exists beforehand by @exilvm in #71
  • make TMPDIR ENV more flexible by @exilvm in #72
  • Bump docker/login-action from 2.0.0 to 2.1.0 by @dependabot in #77
  • Bump docker/build-push-action from 3.1.1 to 3.2.0 by @dependabot in #78
  • Terminate script on non-zero exist code by @exilvm in #80
  • Add Python support by @exilvm in #82
  • Major Docker build changes by @exilvm in #83
  • Major Docker build and workflow changes by @exilvm in #86
  • Add metadata-parser script by @exilvm in #87
  • Pre-process the markdown file using a template engine by @exilvm in #88
  • Structure changes by @exilvm in #89
  • Improve scripts error handling by @exilvm in #92
  • Add dependency report script by @exilvm in #90
  • Expose the workflow PATH in the development environment by @exilvm in #94
  • globfile-del: Make user-defined paths relative to the ignore file & upgrade to Python 3.11.0 (built from the source) by @exilvm in #95
  • Add a Cron job to automatically re-publish the image with updated dependencies by @exilvm in #96
  • Add tests (100% workflow coverage) by @exilvm in #93
  • Fix unsupported multi-platforms for Docker buildx by @exilvm in #99
  • metadata-parser.sh Add support for absolute/relative paths by @exilvm in #100
  • Upgrade to Node.js v18 LTS by @exilvm in #103
  • Make $RUSTPUP_PATH absolute to avoid issues with Github Actions by @exilvm in #106
  • Add a workflow loader by @exilvm in #107
  • Revert "Fix runner shift value" by @exilvm in #111
  • Revert "Revert "Fix runner shift value"" by @exilvm in #112
  • Fix Cargo PATH & $LOAD_ENV manually in the Action workflow by @exilvm in #113
  • Revert #113 but keep the Cargo path commit by @exilvm in #114
  • Make the Markdown template dynamic by @exilvm in #116
  • Update README by @exilvm in #102

Full Changelog: v2.0.0...v3.0.0

Release v3.0.0-beta.0

29 Oct 16:41
92eacb1
Compare
Choose a tag to compare
Release v3.0.0-beta.0 Pre-release
Pre-release

What's Changed

  • Fix dir-zip by checking if directory exists beforehand by @exilvm in #71
  • make TMPDIR ENV more flexible by @exilvm in #72
  • Bump docker/login-action from 2.0.0 to 2.1.0 by @dependabot in #77
  • Bump docker/build-push-action from 3.1.1 to 3.2.0 by @dependabot in #78
  • Terminate script on non-zero exist code by @exilvm in #80
  • Add Python support by @exilvm in #82
  • Major Docker build changes by @exilvm in #83
  • Major Docker build and workflow changes by @exilvm in #86
  • Add metadata-parser script by @exilvm in #87
  • Pre-process the markdown file using a template engine by @exilvm in #88
  • Structure changes by @exilvm in #89
  • Improve scripts error handling by @exilvm in #92
  • Add dependency report script by @exilvm in #90
  • Expose the workflow PATH in the development environment by @exilvm in #94
  • globfile-del: Make user-defined paths relative to the ignore file & upgrade to Python 3.11.0 (built from the source) by @exilvm in #95
  • Add a Cron job to automatically re-publish the image with updated dependencies by @exilvm in #96

Full Changelog: v2.0.0...v3.0.0-beta.0

Release v2.0.0

16 Sep 07:14
6461343
Compare
Choose a tag to compare

What's Changed (auto-generated)

  • add Markdown to Documentation script (replacing md-to-pdf.sh) by @exilvm in #43
  • fix permission inconsistency between prod container and dev container by @exilvm in #44
  • add Node.js/NPM support to prod container by @exilvm in #45
  • add dir-zip script by @exilvm in #46
  • comment scripts by @exilvm in #47
  • update README & add shields by @exilvm in #48
  • fix and refactor Docker publish workflow by @exilvm in #49
  • fix issue where gh create release uses a different/wrong reference by @exilvm in #50
  • fix option field in devcontainer.json by @exilvm in #51
  • remove personal/locally installed extensions by @exilvm in #52
  • [breaking changes] rename scripts and make them executable by @exilvm in #53
  • Bump docker/login-action from 1.9.0 to 2.0.0 by @dependabot in #55
  • Bump docker/build-push-action from 2.10.0 to 3.1.1 by @dependabot in #54
  • [breaking changes] rework container build flow & update dir-zip to use a temporary directory by @exilvm in #56
  • update Dockerfile & improve build performance by @exilvm in #57
  • add script usage instruction by @exilvm in #58
  • update globfile-del description by @exilvm in #59
  • dir-zip: create target path in case it doesn't exist by @exilvm in #60
  • update README & add usage example by @exilvm in #61
  • use CMD instead of ENTRYPOINT by @exilvm in #62
  • make post-run script optional by @exilvm in #63
  • install missing zip package by @exilvm in #64
  • soft-lock runtime and packages to prevent breakage by @exilvm in #65
  • move installation commands to Dockerfile by @exilvm in #66

Full Changelog: 1.0.0-alpha.1...v2.0.0

Release v1.1.0

12 Sep 00:36
Compare
Choose a tag to compare

Full Changelog: v1.0.0...1.1.0

Release v1.0.0

11 Sep 13:35
Compare
Choose a tag to compare

Release v1.0.0-beta.0

11 Sep 03:57
Compare
Choose a tag to compare
Release v1.0.0-beta.0 Pre-release
Pre-release

Release 1.0.0-alpha.1

15 Aug 13:21
Compare
Choose a tag to compare
Release 1.0.0-alpha.1 Pre-release
Pre-release