Skip to content

Releases: BOTOOM/devmentorai

ext-v1.1.4

Choose a tag to compare

@github-actions github-actions released this 18 Feb 00:25

1.1.4 (2026-02-18)

Bug Fixes

  • extension: add Firefox compatibility with browser-specific settings and optional sidePanel permission (78f680e)
  • extension: add Firefox compatibility with optional chaining for Chrome-specific APIs (3f4f70c)
  • extension: remove Chrome-specific APIs for Firefox compatibility (442a5cf)

Refactoring

  • extension: improve accessibility and code quality in UI components (be6af45)

Documentation

  • extension: add Firefox source build instructions for reviewers (1d479fc)

Maintenance

  • extension: revert version from 1.1.4 to 1.1.3 (d321926)

ext-v1.1.3

Choose a tag to compare

@github-actions github-actions released this 11 Feb 13:34

1.1.3 (2026-02-11)

Bug Fixes

  • extension: reload sessions when backend reconnects after disconnection (89307d6)

Maintenance

  • website: add commit existence validation to Vercel ignore command (1b1d09b)

ext-v1.1.2

Choose a tag to compare

@github-actions github-actions released this 11 Feb 01:17

1.1.2 (2026-02-11)

Bug Fixes

  • backend: centralize version management with dedicated version.ts file (417716b)
  • backend: improve update instructions with npx command and explicit latest tag (60ab512)
  • extension: update backend update command and use dynamic extension version (464888a)

Maintenance

  • extension: disable GitHub issue comments in release configuration (63f7401)
  • release: backend v1.2.1 [skip ci] (886c3ea)
  • release: backend v1.2.2 [skip ci] (41f02ae)

ext-v1.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Feb 00:31

1.1.1 (2026-02-11)

Bug Fixes

  • extension: centralize version management with auto-sync during release (96cac69)

Maintenance

  • automate version synchronization in backend and extension release workflows (6ad7420)
  • website: update domain from devmentorai.dev to devmentorai.edwardiaz.dev (66232a3)

backend-v1.2.2

Choose a tag to compare

@github-actions github-actions released this 11 Feb 01:02

1.2.2 (2026-02-11)

Bug Fixes

  • backend: improve update instructions with npx command and explicit latest tag (60ab512)

backend-v1.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Feb 00:40

1.2.1 (2026-02-11)

Bug Fixes

  • backend: centralize version management with dedicated version.ts file (417716b)
  • extension: centralize version management with auto-sync during release (96cac69)

Maintenance

  • automate version synchronization in backend and extension release workflows (6ad7420)
  • extension: disable GitHub issue comments in release configuration (63f7401)
  • release: extension v1.1.0 [skip ci] (126d32c)
  • release: extension v1.1.1 [skip ci] (3a3f4ea)
  • website: add initial deployment check to Vercel ignore command (5cbd220)
  • website: remove redundant rootDirectory from Vercel config (bfc4040)
  • website: update domain from devmentorai.dev to devmentorai.edwardiaz.dev (66232a3)

ext-v1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 23:43

1.1.0 (2026-02-10)

Features

  • add ErrorBoundary component and GitHub issue reporting links (42b636e)
  • add website app with Next.js landing page and documentation (359b9d3)

Documentation

  • backend: add support section to README (5ee11cc)

Maintenance

  • backend: bump version to 1.1.0 (af58fc6)
  • release: backend v1.2.0 [skip ci] (3a6cfdf)
  • remove temporary issues tracking file (1a36678)
  • update dependencies and add website app with Next.js 16 (5985c02)
  • website: add initial deployment check to Vercel ignore command (5cbd220)
  • website: add Vercel deployment configuration (41d74d7)
  • website: remove redundant rootDirectory from Vercel config (bfc4040)

ext-v1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 22:28

1.0.0 (2026-02-10)

Features

  • add ActivityView component for displaying Copilot activity states and tool executions (99a6f2d)
  • add build and typecheck steps for shared package in backend and extension workflows (5151fe2)
  • Add context-aware types and utilities for DevMentorAI (e099d55)
  • add GitHub Actions workflow for extension release with testing and semantic release (8ae85a4)
  • add image handling and selection context types (a6b1920)
  • Add logging and dynamic translation language support in SidePanel for pending actions (ce4a55c)
  • add models API routes and localization for extension (e8bd159)
  • add Playwright E2E testing setup for extension (a448331)
  • Enhance chat and server functionality with improved event handling and logging (26f9b19)
  • enhance image handling and screenshot functionality in ChatView and SidePanel (163668c)
  • Enhance MessageBubble with copy and replace functionality (f25d74a)
  • extension: add text replacement in editable fields and smart translation (fd1033e)
  • fix image URL generation and add full image serving support for lightbox (f8f5001)
  • implement automatic session recovery with fallback to session recreation (0e7ec96)
  • implement full image storage and Copilot SDK attachment support for image handling (26372ce)
  • implement image handling system for chat messages (b1a44bc)
  • implement proper session cleanup with file deletion and improve path handling (397ccaa)
  • implement update check functionality in backend CLI and health routes; add updates API endpoint (ed18a9b)
  • implement update checker functionality; add update notifications and version management (9e1d406)
  • Refactor content script and add floating bubble and selection toolbar (8b98e92)

Bug Fixes

  • add workflow_dispatch input to skip tests for emergency releases (ce08dc2)
  • remove pnpm version specification in backend release workflow (89b4bbe)
  • Send empty body in deleteSession request to satisfy Content-Type header (02bee38)
  • toolbar: fix tone submenu not staying open (a23f1c5)
  • toolbar: keep tone submenu open and position dynamically (65fbdf1)
  • update backend server command in Playwright config (be53a24)
  • update branch name from main to master in workflow and release config (099efb4)
  • update import paths from .ts to .js for consistency across the project (80d0a3c)
  • update Node.js version from 20 to 22 in backend release workflow (006acf7)
  • update Playwright config to support ES modules and resolve paths (84a6aff)
  • update version to 1.0.0 in package.json, cli.ts, and health.ts; re-enable backend tests in workflow (6748660)

Refactoring

  • Refactor and clean up code across multiple files (035f256)

Documentation

  • add community health files (df90d2e)

Maintenance

  • release: backend v1.0.0 [skip ci] (4332aa1)
  • release: backend v1.1.0 [skip ci] (25aa43d)

backend-v1.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 23:33

1.2.0 (2026-02-10)

Features

  • add ErrorBoundary component and GitHub issue reporting links (42b636e)
  • add website app with Next.js landing page and documentation (359b9d3)

Documentation

  • backend: add support section to README (5ee11cc)

Maintenance

  • backend: bump version to 1.1.0 (af58fc6)
  • release: extension v1.0.0 [skip ci] (eb04f08)
  • remove temporary issues tracking file (1a36678)
  • update dependencies and add website app with Next.js 16 (5985c02)
  • website: add Vercel deployment configuration (41d74d7)

backend-v1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 22:10

1.1.0 (2026-02-10)

Features

  • add build and typecheck steps for shared package in backend and extension workflows (5151fe2)
  • add GitHub Actions workflow for extension release with testing and semantic release (8ae85a4)
  • add image handling and selection context types (a6b1920)
  • implement update check functionality in backend CLI and health routes; add updates API endpoint (ed18a9b)
  • implement update checker functionality; add update notifications and version management (9e1d406)

Refactoring

  • Refactor and clean up code across multiple files (035f256)