Releases: manubot/manubot-ai-editor
Releases · manubot/manubot-ai-editor
v0.5.5
This tiny patch fixes an issue in which GitHub workflows in rootstock triggered with an invalid API key would appear to succeed, but contain error messages in the resulting manuscript text.
Changes
- Terminates editing process when invalid API key is used (@falquaddoomi via #93)
v0.5.4
Changes
- Adds provider, model vars docs to README, other small fixes (@falquaddoomi via #88, #91)
- Update GH Actions ubuntu version (@d33bs via #90)
- Update pre-commit-lite conditions (@d33bs via #89)
- Bump h11 from 0.14.0 to 0.16.0 (@dependabot[bot] via #87)
- Add software citation and badging details (@d33bs via #86)
- Generalizes GPT3CompletionModel to work with other providers, adds Anthropic (@falquaddoomi via #71)
v0.5.3
Changes
- Add pre-commit lite for automated fixes (@d33bs via #84)
- Fixes outdated pre-commit hook introduced in PR 62 (@falquaddoomi via #85)
- Detects, preserve encoding when revising files (@falquaddoomi via #62)
- Require poetry-dynamic-versioning within pyproject.toml (@d33bs via #83)
- Bump macos gh actions runner version (@d33bs via #82)
- Create project
CITATION.cff
(@d33bs via #81) - Remove earlier release process docs (@d33bs via #75)
- Add PyPI trusted publisher workflow for automated package releases (@d33bs via #73)
- Add
release-drafter
workflow and configuration (@d33bs via #72) - Enable poetry dynamic versioning (@d33bs via #69)
- Replace production code asserts with if-based checks and exception raises (@d33bs via #70)
- Migrate from
setup.py
to Poetrypyproject.toml
for packaging and environment management (@d33bs via #57) - Add automated checks for
pre-commit
through GitHub Actions (@d33bs via #56) - LangChain Integration (@falquaddoomi via #60)
- Add automated testing for
pytest
through GitHub Actions (@d33bs via #55) - Added draft document on the release process (@falquaddoomi via #49)
- Add BSD-3-Clause license specification (@d33bs via #59)
v0.5.2
What's Changed
- Add new manuscript for testing and improve code to split paragraphs by @miltondp in #41
- Custom Prompts via YAML by @falquaddoomi in #37
- Custom prompts location change by @falquaddoomi in #43
- Custom Prompts Example Config, Docs by @falquaddoomi in #42
- Rewrite readme by @vincerubinetti in #44
- README: improve text about models support by @miltondp in #48
- Widens missing OpenAI API key check to include blank strings by @falquaddoomi in #46
New Contributors
- @vincerubinetti made their first contribution in #44
Full Changelog: v0.4.8...v0.5.2
Manubot AI Editor v0.4.1
Adds support for chat completion endpoint.
Manubot AI Editor v0.4.0
setup.py: update version
Manubot AI Editor v0.3.4
setup.py: update version
Manubot AI Editor v0.2.5
- Bug fixing
Manubot AI Editor v0.2.4
- Improvements in handling Markdown from Manubot
- Improvements in handling empty responses from AI model
- Bug fixes
Manubot AI Editor v0.2.1
Bug fixes