Skip to content

Release for v0.0.16 #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v0.0.16](https://github.com/ainoya/chrome-extension-web-transcriptor-ai/compare/v0.0.15...v0.0.16) - 2024-11-26
- Add usage section to README.md by @ainoya in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/41
- Update dependency jotai to v2.10.3 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/43
- Update dependency typescript to v5.7.2 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/44
- Update dependency @types/node to v20.17.7 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/45
- Update dependency @types/dom-chromium-ai to ^0.0.3 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/46
- Update dependency @types/chrome to ^0.0.284 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/47
- Update dependency tailwind-merge to v2.5.5 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/48
- Update dependency @types/dom-chromium-ai to ^0.0.4 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/49
- Update dependency @types/chrome to ^0.0.285 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/50
- Update dependency @types/node to v20.17.8 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/51
- Update dependency lucide-react to ^0.461.0 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/53
- Update dependency @types/chrome to ^0.0.286 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/52
- Update dependency @types/chrome to ^0.0.287 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/54
- Update README.md by @ainoya in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/55
- Update dependency @vitejs/plugin-react-swc to v3.7.2 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/56
- Update dependency class-variance-authority to v0.7.1 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/57

## [v0.0.15](https://github.com/ainoya/chrome-extension-web-transcriptor-ai/compare/v0.0.14...v0.0.15) - 2024-11-18
- Use whisper-large-v3-turbo and show model loading progress by @ainoya in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/39

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chrome-extension-transcriptor",
"private": true,
"version": "0.0.15",
"version": "0.0.16",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "AI Transcriptior",
"version": "0.15",
"version": "0.16",
"description": "Transcribe audio to text using AI",
"permissions": [
"activeTab",
Expand Down