Skip to content

DevChat v0.1.10-beta

Compare
Choose a tag to compare
@basicthinker basicthinker released this 06 Jun 16:38
· 410 commits to main since this release

Highlights

  • Support for both Git and SVN repositories
  • Improved topic management and added topic command
  • Added topic filtering to log command
  • Increased request timeout for OpenAI API

Change Log

Improvements

  • Support both Git and SVN repositories (38a9f2d)
  • Improved topic management and added topic command (041b972)
  • Added topic filtering to log command (8299aef)
  • Increased request timeout for OpenAI API (2090a06)
  • Suppress the output of internal call to git or svn (6548ebb)

Bug Fixes

  • Fixed KeyError issue in _update_topics_table() (0dec1fb)
  • Avoid modifying .gitignore in Git root (00f595e)

Documentation

Tests and Refactoring

  • Refactor test_cli_prompt.py and add conftest.py (abdb108)
  • Update test cases for topic and prompt selection (0d53c92)
  • Simplify topic management in Store class (d96528f)
  • Rename select_recent to select_prompts of Store (16a7244)
  • Fix _update_topics_table() and add new tests (0dec1fb)
  • Add topic filtering to select_recent method (ae3bb1d)
  • Add topic management to Store class (8e0d40a)

Other Changes