Releases: askman-dev/askman-chrome-extension
Releases · askman-dev/askman-chrome-extension
v0.0.15
Features
- feat(shortcuts): add support for disabling keyboard shortcuts on specific sites (180e80e)
- refactor(BaseDropdown): improve dropdown styling and add active state logging (f2890cf)
Bug Fixes
- fix(ask-panel): prevent default behavior for Command/Ctrl+K shortcut (9fb5dc5)
Chores
- chore(version): bump version to 0.0.15 (880034f)
- chore(docs): update documentation link in external configuration (3430de9)
Full Changelog: v0.0.13...v0.0.15
v0.0.13
v0.0.12
What's Changed
Features
- ask-panel: add clear history functionality and new chat button (feac22c)
Refactoring
- chat/ask-message/ask-panel: standardize message structure and improve role handling (b2a901a)
- dropdowns: add main button click handler to enhance dropdown functionality (e4d33b9)
- dropdowns/useToolPreview: enhance tool preview positioning and dropdown behavior (847ed28)
- ask-panel/model-dropdown: add model name simplification function (310a99d)
- ask-panel/base-dropdown: enhance dropdown behavior and ESC key handling (7ddb16e)
- ask-panel: improve dropdown navigation with arrow key support (6338185)
- ask-panel/tool-dropdown: streamline tool selection and enhance dropdown functionality (1ae125b)
Chores
- readme: fix screenshot (655caf8)
- readme: update screenshot (44ee4b0)
- package: bump version to 0.0.12 (38eb4eb)
Other
- Merge branch 'dev-0.0.12' (14faea9)
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
Features
- feat(options, config): add external links configuration and integrate into Options component (76168c5)
- feat(options): add WeChat button with QR code display and update header links (62a7fab)
- feat(chat, ask-panel, dropdowns): send message use temporary options #162 (b02bdde)
Bug Fixes
- fix(options): adjust WeChat QR code display width for better visibility (6819f2c)
Dependencies
- chore(deps-dev): bump @commitlint/cli from 18.4.4 to 19.6.1 (12ee969)
- chore(deps-dev): bump eslint from 9.14.0 to 9.18.0 (3c0a078)
- chore(deps): bump cross-spawn from 6.0.5 to 6.0.6 (213143e)
- chore(deps-dev): bump @types/chrome from 0.0.280 to 0.0.297 (09589c8)
Patch Update
- chore(package): bump version to 0.0.11 (e427a45)
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
Full Changelog: v0.0.5...v0.0.10
Features
-
Testing Suite:
- Configure vitest test framework with jsdom environment support
- Set up test coverage reporting with text, json, and html formats
- Configure test directory structure for .ts and .tsx files
- Add jest-dom testing library support
- Add Jest configuration and enhance chat message processing (9a6b400)
-
Project Structure:
-
UI/UX Enhancements:
-
System & Chat Features:
- Integrate SystemPromptDropdown and dropdown management (bf278af)
- Refactor model fetching and enhance logging (a928c6d)
- Enhance dropdown functionality and styling (bcd66a6)
- Implement system presets management (242d050)
- Enhance system message with context analysis and response guidelines (9621c99)
- Improve system message handling and response structure (d3a0a5c)
Refactoring
-
UI Components:
-
Dropdown System:
- Streamline ToolDropdown and BaseDropdown interaction (bb39045)
- Improve dropdown item display and interaction (3f8c13f)
- Enhance ToolDropdown and BaseDropdown user experience (0b1293c)
- Unify click handling and event management (9140dcd)
- Unify tool and model selection logic (2e2cb3d)
- Enhance dropdown button and tooltip functionality (22985dc)
- Remove console logs and enhance event handling (da4e898)
- Refactor dropdowns to use BaseDropdown component (927de5e)
Bug Fixes
- UI Interaction:
Chores
v0.0.5
v0.0.5 Changelog
New Features
- Added Preferences tab in Options page with TOML configuration support
- Configurable user language (default: English)
- Toggle for ASK button on text selection (default: disabled)
- Configurable page blocklist for ASK button
- Added message copy functionality
- Fade-in copy button on hover
- Copy messages in markdown format
- Added content preview on Selection tab hover
v0.0.4
v0.0.3
What's Changed
- Dev 0.0.3 by @crazygo in #118
- chore(deps): bump dom-types from 1.1.1 to 1.1.2 by @dependabot in #123
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- chore(deps-dev): bump @types/node from 22.8.6 to 22.8.7 by @dependabot in #109
- chore(deps-dev): bump @typescript-eslint/parser from 6.18.1 to 8.12.2 by @dependabot in #107
- chore(deps): bump @headlessui/react from 1.7.19 to 2.2.0 by @dependabot in #106
- chore(deps): bump @langchain/community from 0.0.32 to 0.3.11 by @dependabot in #105
- chore(deps-dev): bump @types/chrome from 0.0.251 to 0.0.280 by @dependabot in #108
- Feat support model selector by @crazygo in #110
- feat(ask): simplify logo, enhance URL support, update UI/UX by @crazygo in #113
- Optimize the structure of the framework and mention, now both can be used simultaneously by @crazygo in #114
- Dev 0.0.2 by @crazygo in #117
Full Changelog: v0.0.1-beta...0.0.2
v0.0.1-beta: Enhanced Chat Functionality, Dependency Optimizations, and New Workflow Integrations
v0.0.1-beta: Enhanced Chat Functionality, Dependency Optimizations, and New Workflow Integrations
Pre-release
Pre-release
The framework configuration, model configuration, and reference information selection have been completed, making it a commonly used tool that can be used smoothly.
What's Changed
- build(deps-dev): bump vitest from 0.34.6 to 1.3.1 by @dependabot in #33
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.21.0 by @dependabot in #30
- build(deps-dev): bump @testing-library/react from 14.0.0 to 14.2.1 by @dependabot in #28
- Bump ts-loader from 9.5.0 to 9.5.1 by @dependabot in #4
- feat(chat): 聊天功能增强:支持自定义模型和资源配置 by @crazygo in #80
- Add GitHub Action to create/update issues on milestone changes by @crazygo in #82
- Update iteration plan workflow by @crazygo in #84
- Move dependencies to workflows directory by @crazygo in #85
- Add workflow to create or update iteration plan by @crazygo in #86
- feat(chat): keep the tools state after sending the message by @crazygo in #93
- chore(deps-dev): bump @types/node from 20.8.10 to 22.8.6 by @dependabot in #94
- chore(deps-dev): bump eslint from 8.56.0 to 9.14.0 by @dependabot in #95
- chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.2.1 by @dependabot in #96
- feat(ask): update icons and manifest for extension by @crazygo in #97
- chore(deps-dev): bump ws from 8.14.2 to 8.17.1 by @dependabot in #100
- chore(deps-dev): bump rollup from 4.21.0 to 4.22.4 by @dependabot in #101
- Display toml on menu by @crazygo in #103
- Use @ to mention contens by @crazygo in #104
New Contributors
- @dependabot made their first contribution in #33
Full Changelog: https://github.com/askman-dev/askman-chrome-extension/commits/v0.0.1-beta