Skip to content

Latest commit

 

History

History
351 lines (173 loc) · 19.9 KB

File metadata and controls

351 lines (173 loc) · 19.9 KB

Changelog

0.4.0 (2025-06-05)

Features, Additions & Updates

  • models: add support for local Ollama models (#41) (8d0e942)

Work in Progress

  • (rp) revert PR for "Add support for local Ollama models (#39)" to fix format for RP (7528a09)

0.3.9 (2025-06-04)

Documentation

  • models: update Claude model references to Claude 4 (f74c4c6)

DX Maintenance & Configuration

  • config: update default model to claude-sonnet-4-0 (f555e81)
  • models: update Claude model references to Claude 4 Sonnet (81315f8)

DX Testing

  • anthropic: update Claude model name to "claude-sonnet-4-0" (887980c)

0.3.8 (2025-03-29)

Documentation

  • models: update Claude model options and add server overload error handling (3a8e9c6)

DX Maintenance & Configuration

  • config: update default model to claude-3-7-sonnet-latest (0f3b115)
  • deps: update dependencies and optimise model settings (c4d4c78)

0.3.7 (2025-01-13)

DX Maintenance & Configuration

  • deps: downgrade @types/vscode to v1.93.0 (abe5687)

0.3.6 (2025-01-13)

DX Maintenance & Configuration

  • deps: update dependencies and adjust vscode version requirement (71bbe82)

0.3.5 (2024-11-28)

Documentation

  • docs: fix table formatting in commit type options (4440079)

DX Continuous Integrations

  • publish: add Open VSX Registry publishing to workflow (eedb86d)

0.3.4 (2024-11-10)

Features, Additions & Updates

  • instruction-prompt: update commit message instructions (2fc9500)

0.3.3 (2024-11-10)

Features, Additions & Updates

  • config: update commit message generation instructions (1a5270d)

0.3.2 (2024-11-08)

Features, Additions & Updates

  • config: reorder default commit types and update default model (e59630d)
  • config: update system prompt with more detailed description (f04d6b4)

Documentation

  • readme: update commit types table formatting (08577d5)
  • readme: update default AI model value in configuration table (9cb2015)

DX Maintenance & Configuration

  • config: update default AI model to Claude 3.5 Haiku (220647c)

DX Testing

  • config: update model and sort allowed types alphabetically (2bd5ab4)

0.3.1 (2024-11-05)

Features, Additions & Updates

  • models: add claude-3-5-haiku-latest to available model options (f8f5793)

Documentation

  • readme: update features and error handling sections (82bdf05)
  • settings: update model options and add usage tips (3ae39d8)

DX Maintenance & Configuration

  • deps: update @anthropic-ai/sdk to v0.32.1 and dev dependencies (3da3b01)

0.3.0 (2024-11-05)

Features, Additions & Updates

  • ui: add icons and SCM menu integration (c051edc)

UX Improvements

  • ui: update progress notification text and behaviour (c3033d5)

DX Testing

  • progress-api: add integration tests for progress feedback (c38c8c1)
  • progress-api: update progress messages and notification settings (5b52766)

0.2.1 (2024-11-05)

DX Testing

  • mocks,config: update mocks and test configs for withProgress API (3d3e537)

0.2.0 (2024-11-05)

Features, Additions & Updates

  • config: adjust default AI temperature from 0.4 to 0.3 (9e10e58)
  • ui: add progress notification for commit message generation (1b497b0)

Documentation

  • readme: reorganise contributing section layout (4c8dc0d)

0.1.4 (2024-10-26)

Documentation

  • readme: fix readme error handling subsection (842ccca)

0.1.3 (2024-10-26)

Documentation

  • readme: update documentation with screenshots and tables (553d886)
  • screenshots: add demo videos for diff-commit commands (e6557a9)
  • screenshots: add gif demos for diff-commit commands (bcc4240)
  • screenshots: remove unused mp4 files from screenshots directory (3fdc585)

0.1.2 (2024-10-26)

Bug Fixes

  • message-generator: tweak prompt to keep message concise and focussed (d7f843a)

0.1.1 (2024-10-26)

Documentation

  • readme: add table of contents and configuration details (c13dccf)

0.1.0 (2024-10-25)

Features, Additions & Updates

  • preview: sync preview document with git input box on save (d20b00d)

DX Maintenance & Configuration

  • build: add node_modules to VSCode ignore patterns (328a912)
  • build: add typescript declaration files to vscodeignore (5169df0)

DX Testing

  • testing: enhance test mocks and refactor test structure (6e27934)

DX Continuous Integrations

  • release-please: remove bump-patch-for-minor-pre-major config (1b00a71)

0.0.8 (2024-10-25)

DX Maintenance & Configuration

  • build: fix build configuration and ignore patterns (bffdb9d)

0.0.7 (2024-10-25)

Features, Additions & Updates

  • config: add Jest testing framework and enhance extension capabilities (4f85448)
  • extension: improve error handling and add API key management (53aa617)
  • testing: migrate from Vitest to Jest (9cb4492)

Documentation

  • readme: enhance documentation with installation, workflow and configuration details (7190aa2)

DX Maintenance & Configuration

  • build: update .vscodeignore patterns for better package management (9cc0f64)

DX Testing

  • testing: add comprehensive test suite for core functionality (e6a7727)

DX Continuous Integrations

  • workflow: remove redundant build step from vsce publish action (c083da3)

0.0.6 (2024-10-24)

Features, Additions & Updates

  • build: add esbuild compilation script with problem matcher (3805e8b)
  • build: migrate from tsc to esbuild for compilation (f208280)

DX Maintenance & Configuration

  • build: update .vscodeignore to exclude additional config files (d798d47)
  • config: update ESLint and TypeScript configuration files (4c67f35)

0.0.5 (2024-10-24)

Bug Fixes

  • build: fix main entry point path in package.json to reflect simplified directory structure (133c8e0)

0.0.4 (2024-10-24)

DX Continuous Integrations

  • workflow: add build step before publishing vscode extension (9e97d48)

0.0.3 (2024-10-24)

DX Continuous Integrations

  • workflows: add VSCode marketplace publish workflow and update release config (19f6c24)

0.0.2 (2024-10-24)

Features, Additions & Updates

  • build: update TypeScript build configuration and entry point path (18287e8)
  • config: enhance package.json with model selection and metadata (37a8282)
  • extension: extract default values and add message formatting (7fb8a13)
  • extension: implement git diff commit message generator (d5d2e46)
  • extension: improve API key handling and commit message processing (9fd800b)
  • setup: initialize package.json with project configuration (bc5482b)

Bug Fixes

  • config: add src directory to vitest typescript config (4155529)

Documentation

  • readme: enhance documentation with model options and clearer descriptions (45a3ba7)
  • readme: enhance documentation with model options and clearer descriptions (c06901a)
  • readme: update requirements and simplify usage instructions (02c8c2b)
  • repo: add initial project documentation and MIT license (bd0c08d)

DX Maintenance & Configuration

  • assets: add TPS company logo image (6195576)
  • build: update .vscodeignore patterns for extension packaging (54c598d)
  • config: add prettier and eslint configurations (ed0f9b8)
  • config: add release-please and vscode ignore configuration (fbd86bd)
  • config: remove schema reference from release-please manifest (8547c8d)
  • release-please: remove bootstrap-sha and last-release-sha config options (b5990dd)
  • release-please: update configuration to use packages structure (fa3b470)
  • release: initialize release-please manifest with version 0.0.1 (cb4f2ef)
  • release: remove initial-version and add release-please manifest (8e0c684)
  • release: remove node release-type from release-please config (bb96048)
  • release: update release-please config and manifest files (939e847)
  • release: update release-please config with semantic version controls (a5df457)
  • release: update release-please config with versioning structure (f948294)
  • test: update vitest config with silent mode and exclude patterns (3ebfae0)
  • typescript: add typescript configuration files and vitest setup (b0e9b4e)
  • vscode: update launch.json outFiles path pattern to include all JS files (3183619)
  • workflow: reorder release-please workflow yaml sections for better readability (e7547ce)

DX Testing

  • unit: add comprehensive test suite for extension functionality (75db245)

DX Continuous Integrations

  • github: add workflows and IDE configuration files (1256ee8)
  • release-please: simplify config file paths in workflow (1f9adf6)
  • release-please: update configuration to use latest schema and simplify workflow (546fc21)
  • release: add node release type to release-please workflow config (ff9ad1e)
  • release: configure release-please manifest and enhance workflow (0da48f8)
  • release: remove redundant release-please config options (fbcb719)
  • release: update release-please config to use JSON configuration file (fc123f2)