Releases: TheLovinator1/discord-free-game-notifier
v2.3.0
Docker Images
docker pull ghcr.io/thelovinator1/discord-free-game-notifier:2.3.0Available tags:
ghcr.io/thelovinator1/discord-free-game-notifier:2.3.0ghcr.io/thelovinator1/discord-free-game-notifier:latest
Full Changelog: v2.2.0...v2.3.0
v2.2.0
Docker Images
docker pull ghcr.io/thelovinator1/discord-free-game-notifier:2.2.0Available tags:
ghcr.io/thelovinator1/discord-free-game-notifier:2.2.0ghcr.io/thelovinator1/discord-free-game-notifier:latest
Full Changelog: v2.1.2...v2.2.0
v2.1.2
Docker Images
docker pull ghcr.io/thelovinator1/discord-free-game-notifier:2.1.2Available tags:
ghcr.io/thelovinator1/discord-free-game-notifier:2.1.2ghcr.io/thelovinator1/discord-free-game-notifier:latest
Full Changelog: v2.1.0...v2.1.2
v2.1.0
New Features
Epic Games mobile support - Now tracks free games on Epic's mobile platform (Android/iOS)
Platform and store filters - Configure which platforms (PC/Android/iOS) and stores (Steam/Epic/GOG/Ubisoft) to monitor via environment variables
New Docker tags - See "Docker Tags" section below for details
Docker Tags
Based on version 2.1.0, the following Docker tags are available:
2.1.0 - Exact version (immutable)
- Points to this specific release forever
2.1 - Minor version (gets patch updates)
- Currently points to 2.1.0
- Will update to 2.1.1, 2.1.2, etc. when released
- Won't jump to 2.2.0
2 - Major version (gets minor + patch updates)
- Currently points to 2.1.0
- Will update to 2.2.0, 2.3.0, 2.1.1, etc.
- Won't jump to 3.0.0
latest - Always the newest release
- Moves to any new version regardless of semver
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Add multi-platform GitHub Actions workflow to build distributable exe…