Releases: Nayjest/Gito
Releases · Nayjest/Gito
v4.0.4
What's Changed
- Alias for
uvx gito.botadded (executeable name same as package name) Thanks to @marutichintan #256 - Bump black from 26.1.0 to 26.3.1 in the pip group across 1 directory by @dependabot[bot] in #240
- Bump the pip group across 1 directory with 2 updates by @dependabot[bot] in #243
- Bump python-dotenv from 1.1.1 to 1.2.2 in poetry.lock by @akimochkinv in #255
New Contributors
- @akimochkinv made their first contribution in #255
Full Changelog: v4.0.3...v4.0.4
v4.0.3
What's Changed
- Bump cryptography from 46.0.3 to 46.0.5 in the pip group across 1 directory by @dependabot[bot] in #226
- Fix issue #212: Allow 'Gito fix' to fix all issues by @Artcapella in #213
- fix running tests in forks by @counter-prop in #227
- reindent code by @Nayjest in #228
New Contributors
- @Artcapella made their first contribution in #213
- @counter-prop made their first contribution in #227
Full Changelog: v4.0.2...v4.0.3
v4.0.2
v4.0.1
What's Changed
Added
- Explicit issue key option for posting Linear comments — Use
--issue-keyor-kto specify the Linear issue directly, bypassing branch-based detection.
Changed
- Improved error handling for Linear API — Clearer, more actionable error messages when API calls fail, including GraphQL-level error detection.
- Development setup documentation — Expanded with fallback instructions for systems without
makeand added visual flair to the README. - Dependency update —
ai-microcorenow uses stable~5.0.0instead of dev release.
Fixed
- Robust stdin detection — The
linear-commentcommand now correctly distinguishes between piped input, explicit-argument, and missing text. - Exit codes — Proper non-zero exit on missing API key or unresolved issue key.
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- GitLab support (experimental) in #140
- Upgrade ai-microcore to v5, switch to new google-genai SDK when working with Gemini models, Google Vertex Support
- Deploy command reworked
- Windows installer improvements
- ASCII-art Gito logotype added to deploy & setup commands
- Provide default MAX_CONCURRENT_TASKS to avoid rate limit errors in #191
- Metadata updated for better discoverability in #186
- Readme: Security & Privacy added in #187
- Update troubleshooting.md by in #192
- files command: fix exception when calculating against branch, refactor: avoid code duplication in #198
- utils submodule refactoring in #204
- fix #157 GitHub comments collapsing
- fix #205 messaging issue
- fix #202 Branch parameter not URL-encoded
Full Changelog: v3.6.0...v4.0.0
v3.6.0
What's Changed
- Add Windows Installer Support by @Alperen012 in #166
- More debug info if push failed when reacting from GitHub comments in #169
- Fix tests / code review workflows on PRs made from repo forks in #168
- Fix fork cr #167 in #171
- Fix: Add anchor tags to headings for PyPI ToC links compatibility by @Alperen012 in #165
- simplify workflows, rely on actions approval instead of env. approval in #173
- readme: known limitations section added in #175
- Bump filelock from 3.20.0 to 3.20.1 in #174
- Show "Current folder is not a git repository." instead of stack trace in #176
- Git installation check in #177
- Config. docs upd. in #178
- fix #180: No clear error messaging when run gito files outside of rep… in #181
- Bump urllib3 from 2.6.2 to 2.6.3 in the pip group across 1 directory in #183
New Contributors
- @Alperen012 made their first contribution in #166
Full Changelog: v3.5.0...v3.6.0
v3.5.0
What's Changed
gito asknow supports the--alloption for answering questions based on the whole codebasegito talkalias removed (usegito askorgito answerin CLI or github comments)- Improved CLI argument descriptions
- Documentation updates:
- Linear integration article added #158
- Jira integration article added #158
- Article added: Project documentation Generation with Gito
- Update config_cookbook.md by @Nayjest in #160
- Minor documentation fixes and improvements
Full Changelog: v3.4.3...v3.5.0
v3.4.3
v3.4.2
v3.4.1
What's Changed
- Upgraded dependencies (#151) - Gito.bot install was forcing a downgrade of the Python typer package (@gczajkowskiTT)
- No more LLM retries when max tokens exceeded (see ai-microcore v4.5.0 release)
- Do not fail entire code review due to failed file reviews (too large files, etc.) - display warnings instead
- Added ability to specify ignored files as list of fnmatch patterns in config.toml via new
exclude_filesproperty - Fix: raise ValueError instead of using asserts
Full Changelog: v3.4.0...v3.4.1