Skip to content

Releases: watanabe-kf1983/another-mood

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 05:48
a0075e7

Highlights

  • Allow dot access on non-ASCII names in templates (#424)

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 19:27
8b28dc4

Highlights

Rename the environment variable prefix from RB_ to MOOD_ (#409)

The environment variables that override configuration are now spelled MOOD_* instead of RB_*RB_OUT_DIR becomes MOOD_OUT_DIR, and so on for every key listed in the CLI reference.

Note that leaving an old name behind fails silently. An environment variable that does not match the prefix is simply not recognised, so nothing errors: the build succeeds and falls back to the default path or port. Any CI file or shell profile that sets one needs updating even though nothing will complain about it.

Other highlights

  • Fail the build when two records share an id (#401)
  • Return output paths MCP agents can resolve, and stop rejecting projects by location (#405)
  • Read a zero-record entity as empty instead of failing the build (#407)
  • Add a build info colophon to the cover, and document build_info (#412)
  • Inject build-time values from the environment (#415)
  • Inject build-time values from the CLI and from MCP agents (#416)
  • Answer for the project's own declaration through build_info (#418)

What's Changed

Full Changelog: v0.1.2...v0.2.0

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 11 Aug 05:42
76f71e8

Highlights

  • Cap the mcp dependency below 2.0 to fix fresh installs (#397)

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 17:45
9f290b9

Highlights

  • Add mood --version, and report the same version over MCP (#394)

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@watanabe-kf1983 watanabe-kf1983 released this 09 Aug 14:57
d8c825d

Initial release, published to PyPI as another-mood 0.1.0.

Created retroactively as the baseline for the generated notes of later releases; it carries none of its own.