rodolfo-terriquez
d52c0bd021
Fix Obsidian review issues and release 1.1.4
2026-05-12 14:19:49 -06:00
rodolfo-terriquez
a056a6f786
ci: upload assets to existing release instead of creating a new one
...
Trigger on release published event so manually-created releases get
main.js, manifest.json, and styles.css attached automatically.
2026-05-01 12:39:06 -06:00
rodolfo-terriquez
d75a149f06
fix: add timeout to Copilot OAuth polling and handle clipboard failure gracefully
...
- Poll loop now respects the device code's expires_in deadline instead
of
looping indefinitely
- Clipboard copy is best-effort; login flow continues if it fails (e.g.
on mobile)
- Adds GitHub Copilot as an API provider via OAuth Device Flow (PR #10 )
- Version bump to 1.1.3
2026-05-01 12:30:47 -06:00
Rodo
cb0f485b82
Merge pull request #10 from ConstantinMatheis/github-copilot-authentication
...
Support GitHub Copilot as API Provider
2026-04-06 09:46:37 -06:00
Constantin Matheis
5ffa042b59
don't watch return value of window.open, since that is apparently always null in obsidian plugin
2026-04-06 10:30:25 +02:00
Constantin Matheis
2982b3dee0
don't track bearerTokenOAuthSource
2026-04-06 10:28:48 +02:00
Constantin Matheis
8fe01b8662
rename copilotAuth to copilotService, use single instance throughout plugin
2026-04-06 10:26:37 +02:00
Constantin Matheis
622530e91c
Merge remote-tracking branch 'origin/github-copilot-authentication' into github-copilot-authentication
2026-04-06 10:15:13 +02:00
Constantin Matheis
8e0ba1c435
Apply review suggestions
2026-04-06 10:14:14 +02:00
ConstantinMatheis
7dd6ee8dcc
Apply suggestion from @coderabbitai[bot]
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-04-06 09:30:36 +02:00
Constantin Matheis
ca137887e3
Support GitHub Copilot as API Provider
...
This enables the use of models included in the user's GitHub Copilot subscription.
Changes:
* Support OAuth authentication with GitHub Copilot
* Automatically fetch list of models via the GitHub API
* Analyse magic numbers to detect correct mime type of an image, as the API Provider can return an error if the mime type and actual image type don't align
2026-04-06 09:21:39 +02:00
rodolfo-terriquez
a701c70f5b
fix: update dependencies to resolve security vulnerabilities
...
- Update rollup to fix arbitrary file write via path traversal (high)
- Update minimatch to fix multiple ReDoS vulnerabilities (high)
- Update brace-expansion to fix ReDoS vulnerability (low)
2026-03-05 19:58:41 -06:00
rodolfo-terriquez
d0fef10fde
fix: support newer OpenAI and Google Gemini API models
...
- Fix OpenAI API error with newer models (GPT-5, o-series) by using
max_completion_tokens instead of deprecated max_tokens parameter
- Fix Google Gemini API error with preview/experimental models by
automatically selecting v1beta API endpoint when needed
- Bump version to 1.1.2
Fixes #8 , Fixes #9
2026-03-05 19:47:16 -06:00
Rodolfo
18506f4c0c
Added openai compatible option for local inference
2025-12-15 19:48:37 -06:00
Rodolfo
6f3c33b2c8
Fixed weird version issue
2025-12-15 19:37:24 -06:00
Rodolfo
6fdf221c58
Fixed manifest.json
...
Accidentally deleted it, lol
2025-12-15 19:27:58 -06:00
Rodolfo
59915bdc17
Version bump
2025-12-15 19:23:15 -06:00
Rodolfo
a290629034
Added custom option for models
2025-12-15 19:20:06 -06:00
Rodolfo
2bd7e0863e
Added claude haiku 4.5 and sonnet 4.5
2025-11-06 18:43:37 -06:00
rodolfo-terriquez
1c6728c478
Added toggle to choose transcription position, updated models
2025-09-11 17:52:49 -06:00
rodolfo-terriquez
ede40e9e8c
Added toggle to include image in note.
2025-08-05 19:25:03 -06:00
Rodolfo
335844caf9
Version bump
2025-06-21 00:53:09 -06:00
Rodolfo
e14acfb05b
Improved loading time
2025-06-21 00:46:12 -06:00
Rodolfo
4d3dd71486
Added destination selection for output image and transcription
2025-06-06 20:54:03 -06:00
Rodolfo
1ce9b0846b
Version bump
2025-06-02 21:34:55 -06:00
Rodolfo
23e0b815dd
Added option to only transcribe from specific folder
2025-06-02 21:26:20 -06:00
Rodolfo
1e69a07bf2
Add release workflow
2025-05-28 22:32:22 -06:00
Rodolfo
49c557f8bc
Plugin now loads on mobile
2025-05-28 01:45:12 -06:00
Rodolfo
fe9cd848a6
Updated versioning
2025-05-28 00:19:57 -06:00
Rodolfo
7f6686a040
Added basic mobile support
2025-05-28 00:18:51 -06:00
Rodolfo
6c5af84033
Updated versions
2025-05-23 20:50:44 -06:00
Rodolfo
893d052dd7
Added Claude sonnet 4, Gemini 2.0 flash
2025-05-23 20:26:04 -06:00
Rodolfo
fd353f1283
Updated version number
2025-05-23 17:07:50 -06:00
Rodolfo
7ce5b885bf
Fixed naming and text case issues
2025-05-23 16:50:50 -06:00
Rodolfo
ee4e1b88d5
Moved styling to styles.css
2025-04-29 15:09:57 -06:00
Rodolfo
f0f813d290
Merge branch 'master' of https://github.com/Rodolfo-Terriquez/notes-to-markdown
2025-04-28 17:50:13 -06:00
Rodolfo
270fdfc0e8
Public release
2025-04-28 17:49:58 -06:00
Rodolfo
84aa0870fd
Update README.md
2025-04-28 17:42:13 -06:00
Rodolfo
b4d9b00117
Update README.md
2025-04-28 17:20:23 -06:00
Rodolfo
23a9ba968f
Changed plugin name
2025-04-28 16:43:22 -06:00
Rodolfo
a661eab19b
Comment out console logs
2025-04-28 16:36:38 -06:00
Rodolfo
4357932c64
Added manifest.json
2025-04-28 15:51:38 -06:00
Rodolfo
03b07790df
Added less-verbose notification option
2025-04-28 15:42:38 -06:00
Rodolfo
29f363cbe3
Delete TASKS.md
2025-04-28 14:34:30 -06:00
Rodolfo
1ba9b7eeec
Delete PRD.md
2025-04-28 14:34:10 -06:00
Rodolfo
1622db5cd0
Updated gitignore
2025-04-28 14:31:59 -06:00
Rodolfo
3191c52ff0
Updated readme
2025-04-28 14:29:40 -06:00
Rodolfo
47c976e765
Update LICENSE
2025-04-28 14:27:42 -06:00
Rodolfo
ff3fc5eeb7
Fixed issue preventing build
2025-04-28 12:20:54 -06:00
Rodolfo
39f76f3b5d
Fixed multi-image queue
2025-04-26 00:36:34 -06:00