Skip to content

Tags: katyukha/Odood

Tags

v0.6.3

Toggle v0.6.3's commit message
Release 0.6.3

Added
-----

- Support for `--test-tag` option for `odood test` command
- **Experimental** `odood repo release` command, that could automatically tag repo and generate changelogs.
- **Experimental** `odood repo hotfix` command, that could be used to manage hotfixes of repositories.
- **Experimental** `odood assembly upgrade-sources` command, that allows to bump pinned releases on repository.
- **Experimental** `odood test --migration-last-release` option, that allows to test repo migration against latest release.
- Added option `odood db backup --nice` that allows to lower cpu priority of backup task

Changed
-------

- Switched to [DarkCommand](https://code.dlang.org/packages/darkcommand) CLI lib:
    - better autocomplete (file paths when needed)
    - better automatic documentation (CLI Ref)
- Updated default pre-commit configs.
  You can apply it to your repo with `odood pre-commit init -f`,
  but **review introduced changes** before committing, because this command overwrites pre-commit configs.

Fixed
-----

- Run `msguniq` before `msgmerge` when regenerating translations,
  because AI too frequently generates duplicate translations and `msgmerge` fails
- Use `data_dir` from `odoo.conf` for backup/restore to ensure backups are correct when `data_dir` changed to non-standard location.
  Before fix, it was required to modify data dir on both places: `odood.yml` and `odoo.conf`

v0.6.3-rc.3

Toggle v0.6.3-rc.3's commit message
Updated tests basic

v0.6.3-rc.2

Toggle v0.6.3-rc.2's commit message
Update default pre-commit configs

v0.6.3-rc.1

Toggle v0.6.3-rc.1's commit message
Updated changelog

v0.6.2

Toggle v0.6.2's commit message
Release 0.6.2 (2026-05-09)

Added
=====

- Added new documentation on assembly spec
- Updated assembly documentation with more examples

Fixed
=====

- Correct handling of `no-search` param on assembly spec.

v0.6.1

Toggle v0.6.1's commit message
Updated docs

v0.6.1-rc.2

Toggle v0.6.1-rc.2's commit message
Add stderrPassThrough for lodoo db list and for lodoo dump manifest

v0.6.1-rc.1

Toggle v0.6.1-rc.1's commit message
Bump version of DarkArchive to 0.0.8

v0.6.1-dev.2

Toggle v0.6.1-dev.2's commit message
[REF][FIX] Apply `stderrPassThrough` when running server commands

This redirects command's stderr output to stderr of odood,
thus, when running command `odood addons update` as container command,
odoo log will be redirected to container's stderr, thus handled by
standard container infrastructure.

v0.6.1-dev.1

Toggle v0.6.1-dev.1's commit message
Added support for commit pinning in assembly spec