Skip to content

Releases: ogre-run/miniogre

v0.12.0

07 Jan 19:13
936d565
Compare
Choose a tag to compare

New features:

  • miniogre docs: generate and/or update comments in the body of the code (for the entire repo)
  • miniogre comment --filename <file>: generate and/or update comments in the body of the code (for an input file)
  • support creation of node container for javascript
  • Improve installation documentation to clarify dependency installation, e.g., pipx install --include-deps miniogre. This enbales pipx to install all of the CLI dependencies miniogre requires (e.g. uv).

v0.12.0-beta1

20 Dec 05:26
Compare
Choose a tag to compare

Update tiktoken version.

v0.12.0-beta

20 Dec 05:16
Compare
Choose a tag to compare

Beta: use uv programmatically.

v0.11.5

10 Dec 22:01
Compare
Choose a tag to compare

Patch: define baseimage_name when basename is not auto.

v0.11.4

09 Dec 19:03
Compare
Choose a tag to compare

Patch to search for requirement.txt (without the s) besides the regular requirements.txt.

v0.11.3

09 Dec 17:44
Compare
Choose a tag to compare

Hot fix: add uv to poetry.lock.

v0.11.2

27 Nov 04:08
3592ecf
Compare
Choose a tag to compare

Hotfix - remove double entries in requirements.txt

v0.11.1

15 Nov 21:30
Compare
Choose a tag to compare

Hot fix for the error selecting the proper Dockerfile.

See commit c73597b

v0.11.0

15 Nov 03:34
Compare
Choose a tag to compare

What is implemented in this version

  • Support for javascript/typescript projects
  • Fix for issue #26
  • Fix for issue #29
  • Set timezone according to user's geography
  • Fix malformed bash

v0.11.0-beta.1

12 Nov 18:29
308bb98
Compare
Choose a tag to compare

Partial fix for issue #29