Skip to content

Releases: trobz/local.py

v0.8.0

20 Mar 02:39

Choose a tag to compare

v0.8.0 (2026-03-20)

This release is published under the AGPL-3.0 License.

Bug Fixes

  • Honor --yes flag in generate-config to skip overwrite prompt (f48c434)

  • Prepend remote content before local assets to fix TOML table scoping (eef0fdf)

  • Use importlib.resources for asset files so they work when installed as a package (93c34e5)

Features

  • Add generate-config command with odoo-minimal and oca-contributor profiles (4674719)

Refactoring

  • Move generate-config before init in command registration order (a1a3320)

Detailed Changes: v0.7.1...v0.8.0

v0.7.1

16 Mar 05:03

Choose a tag to compare

v0.7.1 (2026-03-16)

This release is published under the AGPL-3.0 License.

Bug Fixes

  • Add help description to init command (2986e13)

  • doctor: Add help description to doctor command (244e0b5)


Detailed Changes: v0.7.0...v0.7.1

v0.7.0

03 Mar 08:23

Choose a tag to compare

v0.7.0 (2026-03-03)

This release is published under the AGPL-3.0 License.

Bug Fixes

  • Hide completed progress tasks to avoid terminal overflow (ecad576)

Features

  • Support generic GitHub orgs and per-repo branch override in config (f256125)

  • doctor: Add health check command for environment diagnostics (dba5a1d)

Refactoring

  • Generalize _get_tasks to handle any GitHub org (b47b2fa)

Detailed Changes: v0.6.0...v0.7.0

v0.6.0

26 Feb 09:20

Choose a tag to compare

v0.6.0 (2026-02-26)

This release is published under the AGPL-3.0 License.

Features

  • Add create_launcher configuration option for venv setup (e64e05b)

Detailed Changes: v0.5.0...v0.6.0

v0.5.0

25 Feb 10:02

Choose a tag to compare

v0.5.0 (2026-02-25)

This release is published under the AGPL-3.0 License.

Bug Fixes

  • Always install default system packages in install-tools (04bb2a4)

  • Prevent bootstrap.sh from running as root (491f7d2)

Documentation

  • Remove uv script entry from project-overview-pdr example config (1af9e5f)

  • Remove uv script entry from README example config (2f4648c)

Features

  • Add -y/--yes flag for non-interactive mode (c9d95ef)

Refactoring

  • Extract config example to assets/odoo_dev.toml (86dbd18)

Detailed Changes: v0.4.0...v0.5.0

v0.4.0

23 Feb 04:53

Choose a tag to compare

v0.4.0 (2026-02-23)

This release is published under the AGPL-3.0 License.

Bug Fixes

  • Update command running odoo-venv (593ea78)

Features

  • db: Add ensure-db-user CLI command for PostgreSQL user management (661a40f)

Refactoring

  • init: Use hardcoded defaults with configurable extra dirs (949567f)

  • install: Improve bootstrap and installer architecture (a408d99)


Detailed Changes: v0.3.0...v0.4.0

v0.3.0

28 Jan 04:31

Choose a tag to compare

v0.3.0 (2026-01-28)

This release is published under the AGPL-3.0 License.

Documentation

  • Update codebase metrics and version validation regex (d333d03)

Features

  • Add master as valid branch to pull (b1d69ac)

Detailed Changes: v0.2.0...v0.3.0

v0.2.0

22 Jan 15:39

Choose a tag to compare

v0.2.0 (2026-01-22)

This release is published under the AGPL-3.0 License.

Documentation

  • Update documentation for configurable code directory (ea92f93)

  • code-standards: Add test coverage and LOC guidelines (c42eab8)

  • codebase-summary: Update Python version, add toml info, note tests (f615db5)

  • system-architecture: Update decorator signature and max_workers config (74e701a)

Features

  • Add get_code_root() helper for configurable code directory (d499d2d)

  • config: Update main commands to use configurable code directory (e3c7c05)


Detailed Changes: v0.1.0...v0.2.0

v0.1.0

19 Jan 07:13

Choose a tag to compare

v0.1.0 (2026-01-19)

This release is published under the AGPL-3.0 License.

Features


Detailed Changes: v0.0.0...v0.1.0

v0.0.0

06 Jan 08:30

Choose a tag to compare

v0.0.0 (2026-01-06)

This release is published under the AGPL-3.0 License.

  • Initial Release