Private
Public Access
Compare commits
2
Commits
v2026.3.0-0
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b428260d7 | ||
|
|
306add033a |
@@ -6,6 +6,9 @@
|
|||||||
APP_ENV=dev
|
APP_ENV=dev
|
||||||
APP_SECRET=changethis
|
APP_SECRET=changethis
|
||||||
APP_NAME=mineseeker
|
APP_NAME=mineseeker
|
||||||
|
# Public application release identifier, e.g. 2026.3.0. In Gitea production
|
||||||
|
# deployments this is supplied by the APP_VERSION repository variable.
|
||||||
|
APP_VERSION=1.0.0
|
||||||
# APP_PUBLIC_HOSTNAME: The public hostname for your application (used for generating absolute URLs in emails)
|
# APP_PUBLIC_HOSTNAME: The public hostname for your application (used for generating absolute URLs in emails)
|
||||||
# For production, set this to your domain (e.g., mineseeker.com)
|
# For production, set this to your domain (e.g., mineseeker.com)
|
||||||
APP_PUBLIC_HOSTNAME=localhost
|
APP_PUBLIC_HOSTNAME=localhost
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ jobs:
|
|||||||
docker compose build
|
docker compose build
|
||||||
|
|
||||||
- name: Start services
|
- name: Start services
|
||||||
|
env:
|
||||||
|
APP_VERSION: ${{ vars.APP_VERSION }}
|
||||||
run: |
|
run: |
|
||||||
cd "${{ vars.PROD_APP_DIR }}"
|
cd "${{ vars.PROD_APP_DIR }}"
|
||||||
docker compose up -d minio
|
docker compose up -d minio
|
||||||
|
|||||||
@@ -1,6 +1,42 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## v2026.3.0-0 (2026-07-27)
|
||||||
|
|
||||||
|
### New
|
||||||
|
|
||||||
|
* Hardening the registration process with removing the not activated registrations #14. [Lang]
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
* Add current version of the app in the footer #14. [Lang]
|
||||||
|
|
||||||
|
* Upgrade FE to the latest possible version #14. [Lang]
|
||||||
|
|
||||||
|
* All tests passed and migrated to Symfony 8 #14. [Lang]
|
||||||
|
|
||||||
|
* Upgrade the BE deps to the latest possible version #14. [Lang]
|
||||||
|
|
||||||
|
* Remove registration notification #14. [Lang]
|
||||||
|
|
||||||
|
* Add a process that removes the unnecessary minio-init when it does not needed anymore #14. [Lang]
|
||||||
|
|
||||||
|
* Removed the obsolete contact form entry - legacy code from Google ReCapthca #14. [Lang]
|
||||||
|
|
||||||
|
|
||||||
|
## v2026.2.10-0 (2026-06-02)
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
* Add clickable badges for Cap app-wide #13. [Lang]
|
||||||
|
|
||||||
|
* Upgrade both backend and frontend to the latest available version #13. [Lang]
|
||||||
|
|
||||||
|
* Replace Google ReCaptcha with Cap instance #13. [Lang]
|
||||||
|
|
||||||
|
* Fix all eslint issues - & add example of the testing env #10. [Lang]
|
||||||
|
|
||||||
|
|
||||||
## v2026.2.9-0 (2026-04-23)
|
## v2026.2.9-0 (2026-04-23)
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
|||||||
Reference in New Issue
Block a user