Paul Nothaft
65ac6eddac
fix(release): target stable in release-please.yml + undo the bogus 2.7.0 bump
...
The stable release-please workflow (release-please.yml, triggered on
push to stable) had no `target-branch`, so it defaulted to the repo
default branch (main) and computed the next version from main's stale
`.release-please-manifest.json` (2.6.1) — cutting a spurious **v2.7.0**
stable release (a version regression from 3.44.0) when #771 landed on
stable, and bumping main's package.json + manifest to 2.7.0.
- release-please.yml: add `target-branch: stable` so it releases from
the stable branch (3.44.0 → 3.45.0), like release-please-beta.yml
already pins `target-branch: main`.
- Restore main's version to 3.83.0-beta.0 (backend + frontend
package.json), set `.release-please-manifest.json` to 3.44.0, and drop
the bogus 2.7.0 CHANGELOG section.
The v2.7.0 tag/release is deleted separately; the real v3.45.0 stable is
cut by re-running release-please on the stable branch after this lands.
2026-07-09 11:39:16 +02:00
Paul Nothaft
58a86af868
chore(main): release 2.7.0
2026-07-08 20:46:56 +02:00
github-actions[bot]
b52cf1f741
chore(main): release 2.6.1
2026-03-11 19:48:05 +00:00
github-actions[bot]
c92879fbd3
chore(main): release 2.6.0
2026-03-11 10:57:06 +00:00
github-actions[bot]
59faf73f04
chore(main): release 2.5.1
2026-02-22 21:37:40 +00:00
github-actions[bot]
f672c1daa6
chore(main): release 2.5.0
2026-02-21 19:48:43 +00:00
github-actions[bot]
b12621b994
chore(main): release 2.4.0
2026-01-15 19:18:31 +00:00
github-actions[bot]
0f7551ab5b
chore(main): release 2.3.4
2026-01-15 15:24:23 +00:00
github-actions[bot]
e945bc9413
chore(main): release 2.3.3
2026-01-15 14:23:34 +00:00
github-actions[bot]
f29b77998b
chore(main): release 2.3.2
2026-01-15 13:02:43 +00:00
github-actions[bot]
7b5916d3b9
chore(main): release 2.3.1
2026-01-15 11:45:24 +00:00
github-actions[bot]
eedb0fe49c
chore(main): release 2.3.0
2026-01-15 11:18:00 +00:00
github-actions[bot]
53b8764ed7
chore(main): release 2.2.4
2026-01-08 22:22:51 +00:00
github-actions[bot]
fa1397cb8c
chore(main): release 2.2.3
2026-01-08 17:26:11 +00:00
github-actions[bot]
d2cba449b0
chore(main): release 2.2.2
2026-01-08 14:51:24 +00:00
github-actions[bot]
d2cd1aa933
chore(main): release 2.2.1
2026-01-08 13:01:36 +00:00
github-actions[bot]
09ce2b80d0
chore(main): release 2.2.0
2026-01-08 09:26:48 +00:00
github-actions[bot]
edc57bfbbe
chore(main): release 2.1.1
2026-01-07 21:23:23 +00:00
github-actions[bot]
dc8cf9a9a2
chore(main): release 2.1.0
2026-01-07 20:53:40 +00:00
github-actions[bot]
4651783d4d
chore(main): release 2.0.0
2026-01-03 22:52:59 +00:00
Paul Nothaft
6033461be1
feat: add Apple Liquid Glass templates, image security settings, and automated releases
...
## New Features
- Apple Liquid Glass CSS template with iOS 26-inspired design
- Liquid Glass Dark theme with neon accents
- Image Security settings tab with per-event protection levels
- Release Please automation for versioning and changelog
## Improvements
- Update CSS template migration with final working templates
- Add search placeholder visibility fix for glass themes
- Update README roadmap (Download Protection, Gallery Templates, Filtering & Export now implemented)
## Infrastructure
- Add release-please.yml workflow for automated releases
- Add release-please-config.json and manifest
- Update docker-build.yml with Release Please integration comments
- Add comprehensive CHANGELOG.md
## Cleanup
- Add working/planning docs to .gitignore (CLAUDE.md, test-*.md, feature-*.md, etc.)
- Remove internal planning documents from git tracking (kept locally)
## Files Added
- .github/workflows/release-please.yml
- .release-please-manifest.json
- release-please-config.json
- CHANGELOG.md
- frontend/src/features/settings/tabs/ImageSecurityTab.tsx
2026-01-03 23:35:23 +01:00