Releases: EXILL-SUARL/themeforest-automation
Releases · EXILL-SUARL/themeforest-automation
v4.1.0
v4.0.0
Release v3.2.0
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
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
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
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 ofENTRYPOINT
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
Full Changelog: v1.0.0...1.1.0
Release v1.0.0
Full Changelog: 1.0.0-alpha.1...1.0.0
Release v1.0.0-beta.0
Full Changelog: 1.0.0-alpha.1...1.0.0-beta.0
Release 1.0.0-alpha.1
- seperate Github tokens (cf45f73)