Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.7.0"
".": "10.8.0"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [10.8.0](https://github.com/alltuner/vibetuner/compare/v10.7.0...v10.8.0) (2026-04-28)


### Features

* add BrandSettings env-var surface for favicon and email branding ([#1720](https://github.com/alltuner/vibetuner/issues/1720)) ([3d22717](https://github.com/alltuner/vibetuner/commit/3d22717636a99365ccbce1ccde27e5562bcc70f1))
* i18n primitives for per-tenant locale flows ([#1718](https://github.com/alltuner/vibetuner/issues/1718)) ([177fe5e](https://github.com/alltuner/vibetuner/commit/177fe5ea44010b94219e15d56c45d46b6b805dd3))


### Bug Fixes

* restore gettext plural-form support in lint-po ([#1725](https://github.com/alltuner/vibetuner/issues/1725)) ([fe0dacb](https://github.com/alltuner/vibetuner/commit/fe0dacbb5a49bd0f9fd8dcb2f7483524ccf38cdb))
* **template:** scope babel.cfg python extraction to src/ ([#1722](https://github.com/alltuner/vibetuner/issues/1722)) ([b729964](https://github.com/alltuner/vibetuner/commit/b729964b53bc3e017ab7d6b7125fd833f53bec61))
* theme default screens with DaisyUI semantic tokens ([#1714](https://github.com/alltuner/vibetuner/issues/1714)) ([4467168](https://github.com/alltuner/vibetuner/commit/4467168536e5570b330acabc5b692d3c7f7e3613))


### Performance Improvements

* **testing:** share MongoDB across vibetuner_db tests ([#1726](https://github.com/alltuner/vibetuner/issues/1726)) ([c9064e4](https://github.com/alltuner/vibetuner/commit/c9064e407d72df057b12d6955d9e825e7853c3ec))


### Miscellaneous Chores

* **py:** use PEP 639 SPDX license expression ([#1727](https://github.com/alltuner/vibetuner/issues/1727)) ([855f9f4](https://github.com/alltuner/vibetuner/commit/855f9f4237e79173d7550abf5374447ecdc0838c))


### Documentation Updates

* **i18n:** clarify locale_names vs language_picker overlap ([#1723](https://github.com/alltuner/vibetuner/issues/1723)) ([87733bd](https://github.com/alltuner/vibetuner/commit/87733bde7549c8fe777c2793665bd7418936d8c5))
* **template:** document i18n primitives in scaffolded agent rules ([#1724](https://github.com/alltuner/vibetuner/issues/1724)) ([27a3b98](https://github.com/alltuner/vibetuner/commit/27a3b98c815b23486211f4d636a7070b2ed12446))

## [10.7.0](https://github.com/alltuner/vibetuner/compare/v10.6.0...v10.7.0) (2026-04-28)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vibetuner-scaffolding"
version = "10.7.0"
version = "10.8.0"
requires-python = ">=3.11"

[tool.uv.sources]
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vibetuner-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alltuner/vibetuner",
"version": "10.7.0",
"version": "10.8.0",
"description": "Blessed JavaScript/frontend build dependencies for production-ready Vibetuner projects",
"keywords": [
"tailwindcss",
Expand Down
2 changes: 1 addition & 1 deletion vibetuner-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "vibetuner"
description = "Core Python framework and blessed dependencies for production-ready FastAPI + MongoDB + HTMX projects"
version = "10.7.0"
version = "10.8.0"
readme = "README.md"
requires-python = ">=3.11"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion vibetuner-py/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.