-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add gitlab extension #2
Conversation
@tonka3000, could you please provide a video for your commands? Nobody on our team is a GitLab user so we might not have enough content when setting up new account. |
Sure, I will add some video for setting it up and for the commands. @mattisssa already done this in the past. |
@PitNikola I've added the videos to the description. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Michael! Quite impressive extension you've got here! Generally looks good, but I noticed few things that we would need to address before publishing:
- Empty state view flickers before initial data is loaded. I noticed it in few of your commands. This most likely happens because you render empty list before the data arrives from network. Please check out this example on how to avoid that.
- In some cases you have the action panel that mixes actions with icons and without. This cause layout to look inconsistent. We are going add to our guidelines a rule that you should either provide icons for all actions or not provide them at all (at rare cases). Let me know if you struggle coming up with appropriate icons for particular actions, we might help.
- You specified MPL-2.0 license in
package.json
. Please use MIT license since that's what what we have in the root of the repo and it's most permissive one.
All 3 issues apply to your other extensions so you'll need to address it everywhere.
@PitNikola Initial state flickering should now be gone. I've added all missing action icons (mostly it was the |
02e8fc31 chore: run prettier 34572d3d chore: remove react-devtools 8ce4b4ab Merge pull request raycast#3 from tisfeng/dependabot/npm_and_yarn/follow-redirects-1.15.1 938c424a chore(deps): bump follow-redirects from 1.14.7 to 1.15.1 90a410fa Create codeql-analysis.yml 4740e05e Merge pull request raycast#1 from tisfeng/dependabot/npm_and_yarn/minimist-1.2.6 fe292c97 Merge pull request raycast#2 from tisfeng/dependabot/npm_and_yarn/ansi-regex-3.0.1 acd5d0f5 chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 4a052e63 chore(deps): bump minimist from 1.2.5 to 1.2.6 46a5b59 doc: update README git-subtree-dir: extensions/easydict git-subtree-split: 02e8fc31b7401f40f50ef92642e4a58b3887fa2c
* Squashed 'extensions/easydict/' content from commit a71d29c0 git-subtree-dir: extensions/easydict git-subtree-split: a71d29c0803bf76cbf4d6adcbe17af6f5360ff02 * Squashed 'extensions/easydict/' changes from a71d29c0..b867d448 b867d448 chore: run npm, run prettier git-subtree-dir: extensions/easydict git-subtree-split: b867d4481f71efc88cc75c1a7a4b8dd04916671d * Squashed 'extensions/easydict/' changes from b867d448..02e8fc31 02e8fc31 chore: run prettier 34572d3d chore: remove react-devtools 8ce4b4ab Merge pull request #3 from tisfeng/dependabot/npm_and_yarn/follow-redirects-1.15.1 938c424a chore(deps): bump follow-redirects from 1.14.7 to 1.15.1 90a410fa Create codeql-analysis.yml 4740e05e Merge pull request #1 from tisfeng/dependabot/npm_and_yarn/minimist-1.2.6 fe292c97 Merge pull request #2 from tisfeng/dependabot/npm_and_yarn/ansi-regex-3.0.1 acd5d0f5 chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 4a052e63 chore(deps): bump minimist from 1.2.5 to 1.2.6 46a5b59 doc: update README git-subtree-dir: extensions/easydict git-subtree-split: 02e8fc31b7401f40f50ef92642e4a58b3887fa2c * Squashed 'extensions/easydict/' changes from 02e8fc31..e85b1f1d e85b1f1d doc: update README c800d072 doc: update README git-subtree-dir: extensions/easydict git-subtree-split: e85b1f1d34a1e583723d17fed088eb81b56fdef8 * Squashed 'extensions/easydict/' changes from e85b1f1d..b3579838 b3579838 feat: according to the translation language, generate web translate link 7401f698 feat: set maxInputTextLength=2000 94c06d50 fix: incorrect way to save and query clipboard records git-subtree-dir: extensions/easydict git-subtree-split: b3579838cc6da59acef85d38c8de40058583e9bd * style: change Copy action title to Copy Text * fix: update Youdao and Baidu AppId, App Secret * style: change copy action title to "Copy Text" * Update components.tsx * Updated metadata * Added missing configurations files * Renamed files and added more metadata images * Added missing dep * fix: resolve eslint errors * Update CHANGELOG.md Co-authored-by: Per Nielsen Tikær <[email protected]>
* Handle errors in GraphQL response payload * Run codegen * Handle case where access token might not be able to access personal Account * replace logo asset (#2) * replace logo asset * chore: remove service name from command title * ray lint --fix * Update changelog --------- Co-authored-by: Jamie Barton <[email protected]>
- chore: prepare for public store - chore: package.json - fix: package-lock - chore: move extensions - chore: package.json - fix: package-lock - feat: rename extensions in package.json - feat: rename vault command - fix: screenshots resolution - feat: add changelog - feat: add screeshots - fix: package-lock - fix: github package.json name - fix: github extension - fix: package-lock - feat: update icon - feat: rename github to github pulls - feat: rename github to github pulls - fix: publish workflow - deps: update (raycast#18) - feat: add multiple login methods (raycast#17) - feat(vault): add favorite namespaces easy switch (raycast#16) - feat(kafka): add list section (raycast#10) - feat(vault): add options to disable write and/or delete (raycast#9) - feat: move to npm (raycast#8) - feat: white icon for menu bar and display lag even if currently loading (raycast#7) - ci: rename list extensions -> list for matrix - ci: rename list extensions -> list for matrix - ci: conditional publish on changes files - chore(kafka-menu-bar): update log (raycast#6) - feat: reusable list extensions workflow - fix: publish workflow - fix: publish workflow (raycast#5) - feat: add publish workflow - fix: ci (raycast#4) - feat: add actions - feat: add dependabot - feat: monorepo - docs: improve kafka documentation - docs: add kakfa doc link in readme - feat: add conf to hide consumers without lag - feat: add metadata extractor - feat: add partitions in topics and improve compacted tag - fix: kafka extension icon - feat(kafka): new extension - deps: update raycast - feat(vault): add paste to current app - feat(vault): add favorites management - chore(doc): improve documentation - Merge pull request raycast#2 from fonimus/feat/license - Merge pull request raycast#1 from fonimus/feat/build-sh - Merge pull request raycast#3 from fonimus/feat/git-ignore - feat(vault): add list/create/delete entities - feat(github): improve list accessories - feat(github): improve list accessories - feat(github): remove pr number when details are shown - fix(github): remove labels from list temporarily (bug in raycast/extensions raycast#3359) - chore(git): add .gitignore - chore(license): add MIT license - chore(build): add extension builder - feat(github): improve left icon for bots, waiting, etc - feat(github): improve left icon for bots, waiting, etc - feat(github): add pr number in navigation and set approval as left icon - fix(vault): typo - chore(deps): migrate to last raycast version - chore(all): reformat with prettier - fix(vault): fix logo dimension - ♻️ Remove unused url preference - 🐛 Remove console logs - 🔧 Fix readme - 🔧 Add dsstore to gitignore - 🔧 Update manifests - ✨(vault) Save show technical paths in cache - ✨(github) Add draft information - ✨(vault) Add folder recursive deletion - ✨(vault) Add json validation when adding new version - ✨ Add tint color in icons - ✨ Add tint color in icons, add mark in user avatar - 🔨 Add react hooks eslint plugin - 🐛 Fix reloading issue - ✨ Add owner name in repo list and copy pr url in clipboard - 🔧 Remove organization from preferences - ✨ Add approve action, add possibility to show/hide details, add number of approvals in list/detail - ♻️ Use useCallback hook and make actions methods components - ♻️ Use usePromise from raycast utils when possible - 🐛 Fix system sound by replacing unnecessary submit form action by standard action - ♻️ Use useCachedState from raycast utils - 🎉 Init project with vault and github extensions - Initial commit
- chore: added-astro-block (raycast#2) - Pull contributions
* Update markdown-codeblock extension - chore: added-astro-block (#2) - Pull contributions * fix: added changelog * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]>
* Update markdown-codeblock extension - chore: added-astro-block (raycast#2) - Pull contributions * fix: added changelog * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]>
- docs: update README (raycast#23) - docs: add changelog (raycast#22) - feat: add Node.js version management and CI unit testing workflow (raycast#21) - security: bump cross-spawn to 7.0.6 (raycast#20) - fix: removes refs to default hotkey (raycast#19) - fix: refactor into separate files (raycast#18) - fix: add more comments (raycast#17) - fix: add unit tests (raycast#16) - fix: refactor into AudioManager (raycast#15) - fix: remove \'play-sound\' dependency (raycast#14) - Revert "fix: refactor into separate files (raycast#10)" (raycast#13) - Revert "fix: add more README instructions (raycast#11)" (raycast#12) - fix: add more README instructions (raycast#11) - fix: refactor into separate files (raycast#10) - feat: rename extension to \'ElevenLabs TTS\' (raycast#9) - fix: update extension icon (raycast#8) - fix: run prettier (raycast#7) - fix: pin dependencies (raycast#6) - fix: add more comments (raycast#5) - fix: add more logging and error handling (raycast#4) - fix: use websockets for faster TTS streaming (raycast#3) - fix: add toasts for UI feedback (raycast#2) - feat: use elevenlabs for TTS since it\'s better (raycast#1) - initial commit
- Merge branch \'contributions/merge-1735077647887\' - Pull contributions - changelog - Add publish script - Add fallback if no capacity value is available - Add maximum capacity value (raycast#2) - Update store copytexts - Update store copytexts - Fix typo in screenshot - Cleanup unused packages - Fix power usage unit - Fix power source showing battery indication when no data is available - Fix wrong power source value when connected to charger and battery is full - Update screenshot - Fix power source showing battery indication when no data is available - Prettify - Refactor percentage - Show generic power source if detailed data are not available - Hide time remaining if it is being calculated - Add Condition and Power Source - Refactor list item values - Fetch errors when no ioreg is available - Change layout to List with detailed metadata view - Update sections - Refactor and implement proper list loading - Move assets used by the readme outside of the metadata folder - Update extension store requirements - Fix Readme - Update Readme - Update screenshot - Initial commit
- Add publish script - Add fallback if no capacity value is available - Add maximum capacity value (raycast#2)
- Add publish script - Add fallback if no capacity value is available - Add maximum capacity value (raycast#2) Co-authored-by: Jatin Kumar <[email protected]>
* Update battery-health extension - Add publish script - Add fallback if no capacity value is available - Add maximum capacity value (#2) Co-authored-by: Jatin Kumar <[email protected]> * Update CHANGELOG.md and optimise images --------- Co-authored-by: Jatin Kumar <[email protected]> Co-authored-by: raycastbot <[email protected]>
- chore: apply changes from Raycast collaborator (raycast#28) - fix: check file exists before cleanup (raycast#27) - fix: show error toast for invalid ElevenLabs API key (raycast#26) - refactor: use auto-generated Raycast preference types (raycast#25) - docs: move images to images/ folder (raycast#24) - docs: update README (raycast#23) - docs: add changelog (raycast#22) - feat: add Node.js version management and CI unit testing workflow (raycast#21) - security: bump cross-spawn to 7.0.6 (raycast#20) - fix: removes refs to default hotkey (raycast#19) - fix: refactor into separate files (raycast#18) - fix: add more comments (raycast#17) - fix: add unit tests (raycast#16) - fix: refactor into AudioManager (raycast#15) - fix: remove \'play-sound\' dependency (raycast#14) - Revert "fix: refactor into separate files (raycast#10)" (raycast#13) - Revert "fix: add more README instructions (raycast#11)" (raycast#12) - fix: add more README instructions (raycast#11) - fix: refactor into separate files (raycast#10) - feat: rename extension to \'ElevenLabs TTS\' (raycast#9) - fix: update extension icon (raycast#8) - fix: run prettier (raycast#7) - fix: pin dependencies (raycast#6) - fix: add more comments (raycast#5) - fix: add more logging and error handling (raycast#4) - fix: use websockets for faster TTS streaming (raycast#3) - fix: add toasts for UI feedback (raycast#2) - feat: use elevenlabs for TTS since it\'s better (raycast#1) - initial commit
- Merge branch \'contributions/merge-1735946476798\' - Pull contributions - packagelock - Merge pull request raycast#44 from pieces-app/reformat - reformtat - Merge pull request raycast#43 from pieces-app/port-scanning - bump version - add missing apis - Merge pull request raycast#41 from pieces-app/feat/url-params - fix port scanning - chore: add url params - feat: add toast notifications for raycast api operations - fix: don\'t prompt for install if the apple script stderr - Merge branch \'contributions/merge-1722267309615891000\' - Pull contributions - Merge pull request raycast#39 from pieces-app/fix/review-feedback - fix: use raycast open - chore: adjust feedback for review - Merge pull request raycast#38 from pieces-app/chore/unit-testing - chore: remove log - feat: add tests - feat: add tests - chore: adjust extension title - chore: fix image dimensions - chore: formatting fix - chore: add test - feat: add fetch asset unit test - chore: add gifs to metadata folder - feat: add images to the readme - chore: add section to install pieces os - Merge pull request raycast#36 from pieces-app/fix/search-command - fix: check for deleted indicie - chore: verison bump - Merge pull request raycast#35 from pieces-app/fix/search-command - fix: issue in search command - Merge pull request raycast#34 from pieces-app/fix/undefined-error - fix: async race condition - Merge pull request raycast#30 from pieces-app/update-testing-readme - chore: more release prep - chore: change author - chore: extension icon - Update README_DEVELOPMENT.md - Merge pull request raycast#29 from pieces-app/chore/readme - chore: adjust developer readme - chore: adjust package.json - chore: switch app to raycast - chore: update readme - Merge pull request raycast#2 from pieces-app/feat/init - chore: add comments - chore: add annotations - feat: searching snippets - feat: add asset fetching code - feat: hook up preferences - feat: add preferences - feat: add health check to react commands feat: update browser history UI - chore: add health check to no-view commands - feat: working automatically updating - feat: auto update - feat: install check - chore: refactor clipboard + browser history - feat: save browser history to pieces - fix: rendering directories - fix: importing errors - feat: add code back in - Merge pull request raycast#1 from pieces-app/chore/wipe - chore: wipe code - feat: first commit
- Merge pull request raycast#11 from machamp0714/issue-10 - Change changelog - Change category - Add keywords - Update display team name - Update README - Add screenshot - Change icon - Change icon - Remove oauth command - Add placeholder - Add Clock icon - Change command name - Merge pull request raycast#9 from machamp0714/issue-7 - Update get task title form viewing screen - Fix validation rule and form label - Update group categories in teams - Add action for start task - Merge pull request raycast#6 from machamp0714/ghcw-session-7dda - Refactor import - Refactor hooks - Refactor api - Add action for stop time entry - Add action for start task - Update display running time entry - Move category colors - Merge pull request raycast#4 from machamp0714/ghcw-session-2e4c - Create list daily activities - Create hooks for fetch daily activities - Create api layer - Add func for get access token - Install dayjs - Merge pull request raycast#2 from machamp0714/issue-1 - Create oauth command - first commit
- update changelog - Merge pull request raycast#3 from maximedaraize/feature/update-objects-documentation - Merge pull request raycast#2 from maximedaraize/feature/update-tags-documentation - Merge pull request raycast#1 from maximedaraize/feature/update-filers-documentation - update filters documentation - update Tags documentation - update Objects property doc - edit changelog - update changelog - update images - update extension info - lint-fix - fix lint - cleanup - done: add all filters - add filters except string - remove singular object from keyword - add link in the elements description - done: tags - Done: basics docs - add all objects - new layout improvment - update docs - add form object information - add deprecated keyword, wip at forloop object - replace k with key - update wip: docs (checkout object) - add keyword on search, taglist meta label, markdown for detail view - updates docs types - add screenshot metadata - reorder search list sections - change icon size + run fix-lint command - initial commit
* Update pieces-raycast extension - Merge branch \'contributions/merge-1735946476798\' - Pull contributions - packagelock - Merge pull request #44 from pieces-app/reformat - reformtat - Merge pull request #43 from pieces-app/port-scanning - bump version - add missing apis - Merge pull request #41 from pieces-app/feat/url-params - fix port scanning - chore: add url params - feat: add toast notifications for raycast api operations - fix: don\'t prompt for install if the apple script stderr - Merge branch \'contributions/merge-1722267309615891000\' - Pull contributions - Merge pull request #39 from pieces-app/fix/review-feedback - fix: use raycast open - chore: adjust feedback for review - Merge pull request #38 from pieces-app/chore/unit-testing - chore: remove log - feat: add tests - feat: add tests - chore: adjust extension title - chore: fix image dimensions - chore: formatting fix - chore: add test - feat: add fetch asset unit test - chore: add gifs to metadata folder - feat: add images to the readme - chore: add section to install pieces os - Merge pull request #36 from pieces-app/fix/search-command - fix: check for deleted indicie - chore: verison bump - Merge pull request #35 from pieces-app/fix/search-command - fix: issue in search command - Merge pull request #34 from pieces-app/fix/undefined-error - fix: async race condition - Merge pull request #30 from pieces-app/update-testing-readme - chore: more release prep - chore: change author - chore: extension icon - Update README_DEVELOPMENT.md - Merge pull request #29 from pieces-app/chore/readme - chore: adjust developer readme - chore: adjust package.json - chore: switch app to raycast - chore: update readme - Merge pull request #2 from pieces-app/feat/init - chore: add comments - chore: add annotations - feat: searching snippets - feat: add asset fetching code - feat: hook up preferences - feat: add preferences - feat: add health check to react commands feat: update browser history UI - chore: add health check to no-view commands - feat: working automatically updating - feat: auto update - feat: install check - chore: refactor clipboard + browser history - feat: save browser history to pieces - fix: rendering directories - fix: importing errors - feat: add code back in - Merge pull request #1 from pieces-app/chore/wipe - chore: wipe code - feat: first commit * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]>
* Add elevenlabs-tts extension - chore: apply changes from Raycast collaborator (#28) - fix: check file exists before cleanup (#27) - fix: show error toast for invalid ElevenLabs API key (#26) - refactor: use auto-generated Raycast preference types (#25) - docs: move images to images/ folder (#24) - docs: update README (#23) - docs: add changelog (#22) - feat: add Node.js version management and CI unit testing workflow (#21) - security: bump cross-spawn to 7.0.6 (#20) - fix: removes refs to default hotkey (#19) - fix: refactor into separate files (#18) - fix: add more comments (#17) - fix: add unit tests (#16) - fix: refactor into AudioManager (#15) - fix: remove \'play-sound\' dependency (#14) - Revert "fix: refactor into separate files (#10)" (#13) - Revert "fix: add more README instructions (#11)" (#12) - fix: add more README instructions (#11) - fix: refactor into separate files (#10) - feat: rename extension to \'ElevenLabs TTS\' (#9) - fix: update extension icon (#8) - fix: run prettier (#7) - fix: pin dependencies (#6) - fix: add more comments (#5) - fix: add more logging and error handling (#4) - fix: use websockets for faster TTS streaming (#3) - fix: add toasts for UI feedback (#2) - feat: use elevenlabs for TTS since it\'s better (#1) - initial commit * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]>
- removed old imports - not satisfied with icons yet, removed them (and also updated readme) - added free icons from flaticon for now (will create custom ones later) - added comment - improved error handling in generateResponse + generateStreamedResponse - improved error handling in storage - added confirmation for importing data (irreversible) - updated changelog - added searchBarPlaceholders - improved token creation instructions - added to readme - updated deps - changed extension icon to png - added assistant context to messages (to prevent redundant responses) - import/export data workingg - added file-type validation - promisified export data - fixed bugs for no selected folder - auto-open in finder - successfully exporting data - Create LICENSE - chores - added hugging fact extension icon - renamed extension - refactored update in useConversations - refactored update in useModels - added disclaimer for updating models - able to update models now, but dropdown value is incorrect - somewhat abandoned ai-description, but fixed recent-questions in conversations - added non-stream response boilerplate and updated types - added word count - fixed question ordering - fixed abortControlled reset bug - integrated AbortController to stop web-stream (really cool feature) - fixed streaming bug (on esc) - renamed files to kebab-case - Merge pull request raycast#6 from wderocco8/feat/custom-models - added selectedModelId (not updating ui though???) - updated pr template - removed markdown label - added link to hf model - added model detail and delete - rendered metadata with model information - holy cow models are working in ask-question wohoo - model creation set up - added boilerplate for useModels - renamed chat to ask-question - added toggle - added some metadata (with toggle) - added copy action - added empty state for conversations - refactored converations ActionPanels for organization - put bandaid on bug (potentially a Raycast issue) - added empty state images - swapped comments - cleanup - fixed duplicate question bug with Rich Text Input (still has performance bug though) - added delete question functionality - rich text input working (some minor bugs) - added boilerplate for isAskingQuestion (to be fixed...) - added delete convo confirmation - added new convo functionality - added refresh to useQuestions to ensure conversations get latest data - added refresh mechanism - some pretty significant refactors to how useConversations is handled (mainly abandoning functional setData in order to properly await saveToLocalStorage - removed markdown header (maybe will bring back, it looks overwhelming tho) - conversations enriched with questions in hook - cleaned types a bit - remove all questions by conversation implemented - added metadata to conversations detail - added sorting to convos - added new command for viewing conversations - successfully created conversation - Merge pull request raycast#5 from wderocco8/refactor/generate-response-conversation - cleared question on submit - Merge pull request raycast#4 from wderocco8/refactor/generate-response-conversation - filtered questions up until questionId - fixed questions to filter by matching convo - added dot for to track isStreaming - Merge pull request raycast#3 from wderocco8/feat/multiple-questions - holy somehow things are finally coming together (streaming properly integrated with multiple questions) - still broken, but better stopping point - selectedQuestionId is synced (but has weird issue on submit) - fixed bug with searchQuestion - Merge pull request raycast#2 from wderocco8/refactor/ui-chat-form - good stopping point (can ask questions, just can\'t see results respectively - can ask questions again now - more refactoreds to initializing questions and data handling - refactored questions - updated eslint and refactored conversatons - added hook for conversations and installed uuid: - refactored useQuestions a bit - added boilerplate for questions hook - started wroking on SQL integration - actions panel is WORKING yuh yuh yuh - making some refactors (action panel won\'t show up?) - initial refactors -> moved chat to AskQuestionForm - renamed ouptu - added loading states with toasts - added form validation - Merge pull request raycast#1 from wderocco8/feat/stream-chat-completion - added PR template - STREAM AND CHAT are BOTH working 🌝 - refactoring approach (was accidentally using text-generation instead of chat-completion) - able to interact with chat using raycast form - stream finally working 🙏 - made some stream progress.. - new approach - stream still not working 🥲 - hugging face chatCompletion working (without stream) - added boilerplate for chat command - initialized repo
* Add timecrowd-tracker extension - Merge pull request #11 from machamp0714/issue-10 - Change changelog - Change category - Add keywords - Update display team name - Update README - Add screenshot - Change icon - Change icon - Remove oauth command - Add placeholder - Add Clock icon - Change command name - Merge pull request #9 from machamp0714/issue-7 - Update get task title form viewing screen - Fix validation rule and form label - Update group categories in teams - Add action for start task - Merge pull request #6 from machamp0714/ghcw-session-7dda - Refactor import - Refactor hooks - Refactor api - Add action for stop time entry - Add action for start task - Update display running time entry - Move category colors - Merge pull request #4 from machamp0714/ghcw-session-2e4c - Create list daily activities - Create hooks for fetch daily activities - Create api layer - Add func for get access token - Install dayjs - Merge pull request #2 from machamp0714/issue-1 - Create oauth command - first commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]>
* Add Frame Crop - Discover Art for your TV (#15572) * Nature Sounds initial commit. * Compressed audio a bit. * Corrected so it's not possible to play "Stop All Sounds" * Initial commit * Update readme. * Removed old extension. * Delete original image, after resize. * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update claude extension (#15705) * Update claude extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update privileges to work with v2 (#15599) * Update privileges to work with v2 * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * [Toggl-track] Update toggl-track extension (#15600) * Update toggl-track extension - Fix lint and update changelog - Add UpdateTimeEntry command and update and remove time entry functionality - Initial commit * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update CODEOWNERs * Add ai-text-to-calendar extension (#15605) * v1 * update: changelog & readme * fix: changelog title * del: image * Update ai-text-to-calendar.ts * Update ai-text-to-calendar.ts * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Fixed image path issure in README.md. (#15803) * Fixed image path issure in README.md. * Update extensions/datetime-format-converter/CHANGELOG.md Co-authored-by: LitoMore <[email protected]> * Update CHANGELOG.md and optimise images --------- Co-authored-by: 杨欣雨(yangxinyu01) <[email protected]> Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: LitoMore <[email protected]> Co-authored-by: raycastbot <[email protected]> * [Compress PDF] update SDK to fix issue of not compressing due to vuln (#15766) * [Compress PDF] update SDK to fix issue * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update `HetrixTools` extension - View Blacklist Monitors (#15765) * [HetrixTools] view blacklist monitors * [HetrixTools] add blacklist metadata image * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update media-converter extension (#15800) * Update media-converter extension - fix-lint - add quick convert command - Initial commit * fix quick convert error --------- Co-authored-by: Leandro Maia <[email protected]> * [Browser Bookmarks] Use latest logo since rebrand for zen. (#15807) * Updated to latest logo since rebrand. * Use better 512 version of logo. * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * [Mail] Fix timeout error messages with refresh mail (#15795) * Increase command timeout, add error catch block, and reduce message limit options * Update CHANGELOG.md * Update bring extension (#14838) * Update bring extension - Update bring extension - Initial commit * Update bring extension * Update bring extension * Update bring extension * Update bring extension * Update bring extension * Update bring extension * Update bring extension * Update bring extension * Update bring extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * [Docker Hub] fix docker hub images search (#15488) * fix docker hub images search * add changelog entry, apply lint fixes * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * toggle grayscale extension (#15516) * toggle grayscale extension * bug fixes * Moved to right position * update * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: zcsabbag <[email protected]> Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * [Zen Browser] Updated to latest logo since rebrand. (#15806) * Updated to latest logo since rebrand. * Use better 512 version of logo. * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update fetch-youtube-transcript extension (#15785) * Update fetch-youtube-transcript extension - Dev branch merged and version number changed - ytdl-core removed and yt-caption-scraper added * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * [GitHub] Regenerate GraphQL related code with latest schema (#15755) * chore(github): regenerate github graphql code with latest schema * docs(github): Update GraphQL generated types * Docs: update for the new API release * Update pomodoro extension (#15777) * Update pomodoro extension * Add show weekly and daily stats preference * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update anki extension (#15733) * Update anki extension - Merge branch \'contributions/merge-1733543209475\' - Pull contributions - Updated raycast api package and correct linting issue - Fixed turndown configs to support markdown syntax * Updated package-lock.json file * Added Rating field type (#15794) * feat: Added Rating field type * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Quick open project: fix keybinds (#15700) * Use cmd-shift-o to open a project with both editor and terminal This conflicted with the keybind for opening with the alternate editor. * Use a more standard cmd-shift-c for copying the path to the clipboard * linter fix * Add changelog entry * update * update * Fix icon * update * update * Update package-lock.json * Update package.json * Update package.json --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update spanish-tv-guide extension (#15760) - Update title - Bump dependencies - Calculate if a program is live client side as the API is now cached * Update CODEOWNERs * [Doppler Share Secrets] View Projects with their Configs, Environments and Secrets (#15720) * [Doppler] add search-projects * [Doppler] extension ready for combine * Update * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * feat: add new extension jue-jin (#15701) * feat: add new extension jue-jin * fix: change text value localization to US english * chore: clean up code * fix: changed the extension name and added README_CN * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update date-format-converter extension (#15743) * Update date-format-converter extension - Add Insert Natural Language Date command - Initial commit * Update CHANGELOG.md * Restore original command name * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update jira extension (#15621) * Update jira extension - Fix gitignore - Add ability co autoamatically copy newly created issue url to the clipboard - Initial commit * Update CHANGELOG.md * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Santiago Perez <[email protected]> Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: Thomas Lombart <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update CODEOWNERs * Add Elixir extension (#15580) * feat: add elixir extension * fix(lint): add eslint configuration and fix lint errors * refactor: improve liste item loading to prevent flickering * Update the way we're loading list items for both the `search-functions` and `search-modules` commands, as well as the `ModuleDetail` component, so as to leverage promises and use the `<List>` component `isLoading` prop, that way we can avoid the empty state flickering. * chore: remove empty component file * Delete `src/components/ListItem.tsx` as this file was completely empty. This was probably committed on accident when creating the `ListItems` component, which itself has a `ListItem` function responsible for creating the element for a list item. * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * [Pomodoro] Move timer to dropdown menu if it's hidden (#15813) * [Pomodoro] Move timer to dropdown menu if it's hidden * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * [GitHub] Specify git clone protocol (#15818) * add function to build clone command * define repositoryCloneProtocol preference * respect clone protocol preference in clone and open, copy clone command * respect repositoryCloneProtocol in clone with options * add sushichan044 to contributors * Add changelog: support specifying git clone protocol in extension preferences * Update CHANGELOG.md --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update CODEOWNERs * [Claude] Remove duplicate action and use latest Haiku models as fallback model (#15828) * set haiku 3.5 as default model * remove duplicated "Copy Question" action, use existing action with tweaked conditions * update changelog * update correct file * Update CODEOWNERs * Update spiceblow-database extension (#15812) * Update spiceblow-database extension - nn - changelog - nn - correctly pass args to pools - add generateOrderByClause, max 3 conn pool - Pull contributions - fix changelog, merge - Pull contributions - fix error retry logic with output shape - add deselect all rows - add ability to select in custom queries too - add selection feature to delete many rows - remove count subtitle - higher freeRequestsCount - nn - handle undefined - Merge branch \'main\' of https://github.com/remorses/search-database-raycast - use select for enum values - regen lock - nn - nn - use server - add quotes in the schema, models got a update that reuses old inputs a lot, speculative decoding probably with low threshold - fix startsWIth issue - more logs, do not use subquery so mysql knows the original name of tables - add more actions in default view - rename a thing - retry sql generation and filter if there is an error - gen client - add subtitle - changelog: update - Merge branch \'main\' of https://github.com/remorses/search-database-raycast - updates - changelog: update - put copy row value first - changelog: update - add ordering of tables, last used elements are first - show blob if type is string - add action to copy graph image to clipboard - package lock - Merge branch \'main\' of https://github.com/remorses/search-database-raycast - gen again - updating image handling for graphs - update spiceflow - add new method - added count rows action - update readme - limite generated query rows on testing - remove ./ - Pull contributions - update query name isntead of edit - don\'t use throttle, much better responsiveness - add graph image - add graph keyword - remove cmd backspace - pop after delete - fix stale id token - new client - always use Sql - better draftValues handling - use drafts correctly - readme: update - graph feature - longer description - Merge branch \'contributions/merge-1727772560071422000\' - Pull contributions - use SQL - nn - nn - fix api url - lint things - add max categories - nn - nn - nn - don\'t use index, no sense - types - chaning the type - fix empty category - graph works - graph endpoint works - nn - nn - nn - nn - sdf - better searchable types handling - add way to inspect column values in bigger screen - use id for search filter cache - remove comment - allow updates explicitly in postgres - group by not possible in postgres - allow group by without aggregation - allow update, after read only - fix lints - add previous query, faster query generation via speculative decoding - remove enableDrafts - nn - added canBeUpdated to table fields - added RowUpdatesActions, some columns don\'t have table info data, ignore them - increment requests used - rename extension - remove example row - change ext id - store search text for later - fi rediretion to new db - fix adding first database - nn - fix query timing - fix console.time usage - use prod website - fix api - update icon - update lock - updates - adapting for stripe - cleaning up - fix lint - get schema only of necessary tables - wait more if i types slower because i am drunk - show spinners - store all state in local storage - add <RunTransactionQueries /> - support dedplicate, allow me to delete single tables in a custom query - add more revalidate - updates - nn - enabled drafts - n - nicer errors, use serialization for transactions - nn - handle more errors in findRowsForUpdate - update raycast - a bit faster things - faster search table - fix warning - add support for transactions - much better custom queries - add is loading state, fix mysql custom queries - add ability to duplicate, show default values in the update fields - fix - fix numbers - fix all fields search - nicer looking queries - fix updates for custom queries - fix lint - nn - changed google id - customize login section - fix updating time values - fix fields getting updated too much - nn - nn - new screen - add signal in api client - throttle generateSearchCondition more - removed cmd enter - removed any types - support order by - fix updating logic for form - fix delete for custom query - added delete row components - add ability to insert new rows - more robust types handling - renamed a file - use pg types for types - unfied database functions - more reactive - fix lints - lints - nicer code - show parameters, better loading, update row is primary action - less logs - nn - more revalidation - fix mysql bug - mysql update works too - adding update support - nn - added screenshots - readme - nn - nicer errors - mysql works - preparing for mysql - suppring another db - form errors - store database type - putting pg related stuff in pg - use cache for state - use dropdown for databases - using zustand for state - cleaning up - nn - remove some any - separate raycast utils - nn - nn - fix lint - linter - change description - less push - add app in dock - app link works - try creating an app folder - trying to set icons - adding icon in dock - nn - npm i - nn - nn - removed some packages - using server for openai calls - adding support for api client - add licensing support - nn - readme: update - added update feature again - support more images, count rows - removed useless name field - added bestfield dropdown - let me update queries - search-database: show images - nicer metadata - more types handling - fixes - natural text works well now - search-database: queryProps simpler - utils: nn - more aborting - using searchTableRowsOrCustomQuery - nn - natural language search - added useTableFiltering - separator - fixes - generate object with best field and name - fixes - custom query works - generate query works - added query generation with openai - adding query generation - pretty - nn - search-database: stuff - added databases support - add more stuff - src: added search ability - src: fix pagination - it shows the rows but not pagination - show table info - works - init * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * feat: add hephaestus a json tool for developer (#15627) * feat: add hephaestus * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update bitbucket extension (#15657) * Update bitbucket extension - Install prettier - Initial commit * Changelog * Update CHANGELOG.md --------- Co-authored-by: Kalvin Mizzi <[email protected]> Co-authored-by: Per Nielsen Tikær <[email protected]> * Update CODEOWNERs * Add modrinth extension (#15658) * Add modrinth extension - Deleted file? - Adjusted project name - Added gitignore - V1.0 - Complete base functionality - Moved DetailView to proper location - Working build - Expanded Changelog View and compacted dropdown; Project select wip. - Working Search, Detail, and Changelogs - Working Search, Detail, and Changelogs - Working List View * Adjusted README according to Raycast requirements * Cleaned up and optimized codebase * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update music-link-converter extension (#15662) * Update music-link-converter extension * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update CODEOWNERs * Add trek extension (#15353) * init * some fixes and enhancements * Update trek extension - feat: new commands and favorites - fix: properly render html for basecamp api * fix: type issues * Update CHANGELOG.md * Update package.json * update * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update dust-tt extension (#15811) * Upg dust-tt/client to fix issue with enums * Ugd: update changelog * upgrade again * upgrading package.lock * Upg dust package * [Plex] sort library items + add missing Action icon (close issue) (#15825) * [Plex] sort library items + add missing Action icon * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update readwise-reader extension: add save links command (#15255) * Update readwise-reader extension - Merge branch \'contributions/merge-1730944054532188000\' - Pull contributions - update changelog - filter non-url string(compatible with safari) - add save links - Initial commit * Update readwise-reader extension - fix lint - Merge branch 'contributions/merge-1730944054532188000' - Pull contributions - update changelog - filter non-url string(compatible with safari) - add save links * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update CODEOWNERs * Update toggl-track extension (#15831) - docs: update changelog - feat: add shortcut duplicate to create similar time entry button - Initial commit * Added last modified info (#15829) * added last modified date * updated changelog * Update text-shortcuts extension (#15683) * Update text-shortcuts extension - 📦️ updates packages - ⚡️ added miss publish script - 🔖 updated CHANGELOG - ✨ added/fixed decode uri, md5 and lint source code - Initial commit * 📦️ fixes pakages * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update media-converter extension (#15819) - add heic support and fix bugs - Initial commit Co-authored-by: Leandro Maia <[email protected]> * Update jetbrains extension (#15834) - Better Toolbox Integrations - Initial commit * Update Currently Playing (#15728) * Update Currently Playing command * Update changelog * Update CODEOWNERs * Update browser-history extension (#15708) - Fix for Safari - Initial commit * Update CODEOWNERs * Add bbc-news-headlines extension (#15709) * initial commit * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Add big-o extension (#15711) * first * metadata * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update safari extension (#15722) * Update safari extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update CODEOWNERs * Update search-npm extension (#15824) * Update search-npm extension * Update search-npm extension * Update search-npm extension * Update search-npm extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update jetbrains extension (#15838) * Update jetbrains extension - check for build - Initial commit * update changelog * Clarify docs around contributing to and publishing extensions (#15880) * Clarify docs around contributing to and publishing extensions * Update docs/basics/publish-an-extension.md Co-authored-by: LitoMore <[email protected]> * Update docs/basics/publish-an-extension.md Co-authored-by: Mathieu Dutour <[email protected]> --------- Co-authored-by: LitoMore <[email protected]> Co-authored-by: Mathieu Dutour <[email protected]> * Docs: update for the new API release * Docs: update for the new API release * Docs: update for the new API release * Docs: update for the new API release * Update jetbrains extension - fix crashing search recent projects command (#15889) * Update jetbrains extension - fix: crashing search recent projects command - Initial commit * chore: update changelog * Update extensions/jetbrains/src/util.ts Co-authored-by: George <[email protected]> * fix lint --------- Co-authored-by: George <[email protected]> * Update CODEOWNERs * Add hidemyemail extension (#15487) * Add hidemyemail extension - Removed sample data - Update README.md - Added form description login page and screenshots - Added screenshots - Initial commit * Fixed some typescript errors * Fixed linting * Update hidemyemail extension - Added preference/functionality for sorting list on creation date - Removed leftover console log * Updated ReadME * Implemented suggestions * Added guards useEffect for react strict mode * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * update llama 3.3 versatile (#15726) * update llama 3.3 versatile * Update CHANGELOG.md added the new llama 3.3 70b * fixed names * added 'Llama 3.3 70B SpecDec 8k' * updated package.json --------- Co-authored-by: Maximilian <[email protected]> * [Raycast Notification] Add support for macOS built-in Notification Center (#15690) * [Raycast Notification] Add support for macOS built-in Notification Center * Update description * Update API * Update doc * Fix conditions * Add more examples * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update CODEOWNERs * update hoarder extension (#15820) * update hoarder extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update supernotes extension (#15902) - Remove duplicate screenshot - Use local time when appending to Daily cards - Pull contributions * Update homeassistant extension (#15894) * Update homeassistant extension - Update homeassistant extension - Initial commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update `Mempool` extension - cache through hook + show economyFee (#15893) * Update CHANGELOG.md * Update CODEOWNERs * [GitHub] Use a new icon with indicator for unread state (#15904) * [GitHub] Use a new icon with indicator for unread state * Add preferences * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update nextdns extension (#15853) * Update nextdns extension - Fixed issue with deviceName - Initial commit * Update CHANGELOG.md date typo * Update CHANGELOG.md --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update CODEOWNERs * Update fetch-youtube-transcript extension (#15854) - Merge branch \'contributions/merge-1734176289015585000\' - Pull contributions - Merge branch \'contributions/merge-1734175893227915000\' - Pull contributions - Version Changed to 1.1.4 - Merge branch \'dev\': Update CHANGELOG.md with recent date and formatted language list - Multiple Language Support Added - Pull contributions * Update raycast-ia-writer extension (#15908) * Update raycast-ia-writer extension - Merge branch \'contributions/merge-1734425284272345000\' - Pull contributions - Merge branch \'contributions/merge-1734083074433\' - Pull contributions - Merge branch \'contributions/merge-1734082266019\' - Pull contributions - Merge branch \'contributions/merge-1734081860035\' - Pull contributions - chore: resolve publish conflict - Pull contributions - Merge branch \'main\' of https://github.com/xvvhang/raycast-ia-writer - doc: update CHANGELOG.md - Merge pull request #1 from xvvhang/develop - feat: add new command daily note and sdk code for ia writer url scheme - chore: upgrade raycast api - fix: lint - Merge branch \'contributions/merge-1711507068453490000\' - Pull contributions - doc: update logo - fix: remove note saved toast - fix: lint - doc: README.md - doc: metadata & README.md - feat: installation check - fix: typo - chore: update assets and lints - fix: typo - doc: update README.md - init * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update homeassistant extension (#15903) * Update homeassistant extension - Update homeassistant extension - Initial commit * Update homeassistant extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Add danbooru extension (#15655) * Add danbooru extension - fix: gitignore for jetbrains - refactor: linting - fix: remove any() usage - add screenshots - remove mention of valid tags - readme more detailed - prepare for store - searchDanbooru command * fix: implement PR fixes * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update media-converter extension (#15845) - update change log and readme - fix-lint - fix heic not working -- refactor convert images to sip - fix bug where converting to heic on converter form wasnt working - Initial commit Co-authored-by: Leandro Maia <[email protected]> * Update flighty extension (#15876) * Update flighty extension - Hide cancelled flights - Initial commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * slack-status: Added support for pausing notifications (#15865) * Update slack-status extension - Support pausing notifications - Initial commit * Update slack-status extension - Actually set optimistic values - Make TypeScript happy - Use \'{PR_MERGE_DATE}\' in CHANGELOG * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update date-format-converter extension (#15872) - Update date-format-converter extension to correctly display UTC time in utcIsoFormat - Initial commit * Update CODEOWNERs * Update unicode-symbols (#15915) * Update unicode-symbols * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update gitlab extension (#15906) - Fix "Ignore SSL Errors" setting not working on some features - Initial commit * Update CODEOWNERs * feat: add React DevTools (#15548) * feat: add Application shortcuts * update README * update CHANGELOG * rename it to react-devtools * update package-lock.json * update README * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update obsidian-bookmarks extension to allow subdirectories in bookmarks folder (#15407) * Update obsidian-bookmarks extension - allow subfolder search for bookmarks and search filtering by subfolder - Initial commit * fix linter errors * insert some default value for tags during search to make the function friendlier to files created outside of the bookmark extension * Add requiredTags, which will be automatically added to all saved notes if present. During search, only notes with requiredTags will be displayed * Set a default title for files without that frontmatter field. Will make extension play nicely with files created outside of extension * Optimize a bit by moving up filtering based on requiredTags * Optimize a bit by moving up filtering based on requiredTags * Update obsidian-bookmarks extension - Small file read optimization - Optimize a bit by moving up filtering based on requiredTags * Show cached files first to make search feel more responsive on load. Make cache saving more robust * Add modifiedtime property to local storage. Use localstorage as cache when loading files from obsidian, skip files which have not been modified since they were cached. Big speedup in search * Add modifiedtime property to local storage. Use localstorage as cache when loading files from obsidian, skip files which have not been modified since they were cached. Big speedup in search. Fix a few typing warnings * Migrate useTags to more efficient caching flow. Fix error with mtime for newly saved files * update new file mtime. * Stream in results from getObsidianFiles for more responsive search * Change shortcut for show details to mitigate reserved for raycast warning. Now is cmd+i (was cmd+p) * add actions to clear file and tag cache * fix bug with save bookmark in which the Fetching link details toast never disappears sometimes * Add some error state notifications in the URL bar and in toast which notify the user if a link is a duplicate (already bookmarked), and allows them to see the existing bookmark via toast * Update TODO file to reflect recent changes addressed in this pull request * Allow user to specify a save location separate from bookmarksPath. bookmarksPath is now the default search root, saveSubfolder is the default save location. If not specified, default to the old behavior and use bookmarksPath as the save root * allow the user to specify subfolders to ignore. Bookmarks in these folders will not appear in search results * update changelog * Update obsidian-bookmarks extension - Make recursive search and the duplicate check configurable, to enable the original behavior of the extension. New options are on by default - Added a preferences option to use the raycast broswer extension to get the active tab title and url when saving a bookmark. Falls back to jxa method if disabled. Preference is disabled by default, which will yield the original behavior - Add action to use raycast extension to pull page content into the notes section while saving a bookmark * Update obsidian-bookmarks extension - Update changelog, fix unused variable - Make recursive search and the duplicate check configurable, to enable the original behavior of the extension. New options are on by default * make page content fetch start under a top level header --------- Co-authored-by: Quintin Fettes <[email protected]> * Update CODEOWNERs * Update raycast-apple-intelligence extension (#15869) * Update raycast-apple-intelligence extension - Merge branch \'contributions/merge-1734238380067\' - Pull contributions - ✨ Some new commands - 🔧 Fix package-lock.json - first commit * 📝 Update CHANGELOG * 🔥 Decoupled Siri command * 📝 Slight change to description * 🔥 Remove Siri file * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * feat(search-npm): various fixes and updates (#15855) * feat(search-npm): various fixes and updates * tidy parsing and remove other dependencies * Bug fixes for Figma file search extension (#15848) * updated to how figma pages are triggered * updated changelog * Add `Sav` (sav.com) extension - View Domains + Change Nameservers (#15847) * [Sav] 1st pass with hook and support custom URL * [Sav] update ns * [Sav] remove url Preference + metadata images + lint * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Add prompt-stash extension (#15614) * Add prompt-stash extension - new screenshot - style: update extension name and title in README and package.json - docs: update README with detailed extension description and usage - refactor: update hooks to use useNavigation and confirmAlert - ♻️ refactor(ui): Details - feat: hooks to manage prompts, config file, filters - initial commit, basic skeleton * feat: add keyboard shortcut and style to delete prompt action in Command component * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * fix: updated select field with preference (#15805) * fix: updated select field with preference * fix: linting issue * Update Select.tsx * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Docs: update for the new API release * [United Nations] Enhance search experience (#15943) * [United Nations] Enhance search experience * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update how-long-to-beat extension (#15936) * Update how-long-to-beat extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update fetch-youtube-transcript extension (#15934) - Changelog updated and version updated - Merge branch \'dev\' - Error handling issue - Transcript not available resolved * Update wip extension (#15937) * Update wip extension - Merge branch \'contributions/merge-1734539435869\' - Pull contributions - Merge branch \'contributions/merge-1734539337087\' - Pull contributions - Fix clipboard uploads - Improve description * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update video-call-reactions extension (#15932) * Update video-call-reactions extension - Merge branch \'contributions/merge-1734517322372590000\' - Pull contributions - Sequoia compatibility - Sequoia update - Sequoia update - Updated compatibility for macOS Sequoia 15.0 * update * update * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Sourcegraph: Smoother search and bug fixes (#15862) * Publish raycast-sourcegraph@ec23429 Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/ec23429 * Publish raycast-sourcegraph@fcbab75 Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/fcbab75 * Publish raycast-sourcegraph@6f1b19b Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/6f1b19b * Publish raycast-sourcegraph@ba48cdc Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/ba48cdc * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Fix bug where currently playing opens Music app (#15846) * Update fotmob extension (#15716) - Fixed issue with fetching team details - Initial commit * Update CODEOWNERs * Update wayback-machine extension (#15953) * Update wayback-machine extension - Update - Initial commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * [Netlify] Paginate Sites + Cache Sites through `useCachedPromise` + Default of 100 Sites shown (#15870) * [Netlify] paginate & cache Sites & default of 100 * [Netlify] complexity tweak in Sites call * [Netlify] ye olde lint * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Add shopify-polaris-docs extension (#15754) * Add shopify-polaris-docs extension - Remove unwanted console.log - Adding preview images - Updating changelog - Creating Polaris Shopify docs search * Update extensions/shopify-polaris-docs/CHANGELOG.md Fixing casing Co-authored-by: Per Nielsen Tikær <[email protected]> * Update extensions/shopify-polaris-docs/README.md Fixing casing Co-authored-by: Per Nielsen Tikær <[email protected]> * Update extensions/shopify-polaris-docs/package.json Fixing title Co-authored-by: Per Nielsen Tikær <[email protected]> * Update extensions/shopify-polaris-docs/package.json Fixing description Co-authored-by: Per Nielsen Tikær <[email protected]> * Adding metadata * Fixing image data * Fixing image size * Update package.json --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update obsidian extension (#15674) * Adds Creation Date to added Task * Update obsidian extension - Adds changelog entry - Adds Creation Date to added Task - Initial commit * Update obsidian extension - Adds missing label to preference - Adds a preference checkbox to toggle appending Creation Date * Adds preference type (I thought this was autogenerated) * Update CODEOWNERs * fix(hidemyemail): Supports Chinese Apple ID accounts (#15964) * fix(hidemyemail): Supports Chinese Apple ID accounts * Update Login.tsx --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update CODEOWNERs * raindrop-io: add ability to search title only (#15955) * Update raindrop-io extension - feat: add search by title functionality - Initial commit * update * Update types.ts * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update jira-time-tracking extension (#15745) - feature: add custom jql and default project keys - Initial commit * Add oklch-color-converter extension (#15747) * Add oklch-color-converter extension - fix: improve color conversion and fix ESLint issues - Changes to prepare the extension for the store: added screenshots. - fix: improve HSL and vec calculations, add reference values - Update README.md - docs: improve README.md formatting and added credit section - docs: improve README.md formatting and development instructions - Initial commit: OKLCH Color Converter for Raycast * fix: update ESLint config and documentation * Update: change category to Design Tools as more appropriate for color converter * fix: update dependencies and type configurations for oklch-color-converter Update project configuration to follow Raycast extension best practices: - Move React to peerDependencies for better compatibility - Add React as devDependency for development - Update TypeScript configuration for proper module resolution - Fix React import structure in convert-color.tsx - Clean up project dependencies - Add proper type declarations for Raycast environment Part of #15747 * Update CHANGELOG.md * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: strongeron <[email protected]> Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Publish raycast-sourcegraph@ede3a3a (#15956) Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/ede3a3a * Update CODEOWNERs * Update fotmob extension (#15959) * fix fetching matchDay * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update zerion extension (#15877) * Update zerion extension - Merge branch \'contributions/merge-1734276660475\' - Pull contributions - Merge branch \'contributions/merge-1734274808161\' - Pull contributions * Fix copy * Move files used by README outside of the metadata folder * 🔧 Fix Remove Wallet Action * 🔧 Remove version, Fix lodash imports and fix changelog * 🔧 Update Changelog * Update README.md * remove * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * [Claude] Fix: models not displaying correctly on the Ask page (#15757) * fix: models not displaying correctly on the Ask page * format * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Add `OCI` (Oracle Cloud) extension - View Instances + View Instance VNIC Attachments (#15947) * [OCI] 1st pass for the Core listingInstances * [OCI] add more instance colors + fix extension icon * [OCI] view VNIC Attachment + VNIC itself * [OCI] add cloudguard (not working) * [OCI] remove faulty 'cloudguard' * [OCI] proper case some markdown keys * [OCI] lint + README + images * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * fix(android): Suppress stderr toast messages on emulator launch (#15961) * fix(android): silent stderr toast messages * update changelog * Update hidemyemail extension (#15966) * Add hidemyemail extension - Removed sample data - Update README.md - Added form description login page and screenshots - Added screenshots - Initial commit * Fixed some typescript errors * Fixed linting * Update hidemyemail extension - Added preference/functionality for sorting list on creation date - Removed leftover console log * Updated ReadME * Implemented suggestions * Added guards useEffect for react strict mode * Update hidemyemail extension - Updated README - Changed default preferences - Fixed typo - Initial commit * Updated changelog * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Add polar extension (#15796) * Add polar extension - adjust - fix - fix lint - finalize orders - add readme - remove node_modules lol - init * Update polar extension - lint - implement pagination * fix typo * Delete extensions/polar/2 * Delete extensions/polar/src/index.tsx * Update package.json * Add screenshots * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Add rails-routes extension (#15798) * Add rails-routes extension - chore: update package.json description for clarity and improved user understanding - feat: enhance Rails Routes extension with detailed README, new icons, and improved route fetching - refactor: update command name and title for list routes - feat: new logo - refactor: group routes by controller and path - feat: initial commit of Rails Routes extension for Raycast * Update package.json * Update types.ts * Update list-routes.tsx * Update list-routes.tsx * Update route-item.tsx * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update polar extension (#15971) * Update polar extension - Merge branch \'contributions/merge-1734699226856\' - Pull contributions - Merge branch \'contributions/merge-1734699193988\' - Pull contributions - Merge branch \'contributions/merge-1734699114396\' - Pull contributions - add screensshots - fix polar api * fix images * add changelog * Update CODEOWNERs * Update amazon-search extension (#15969) * Update amazon-search extension - Update amazon-search extension - Initial commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Add smallweb extension (#15859) * add frecency sorting * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update summarize-youtube-video-with-ai extension (#15972) * Update summarize-youtube-video-with-ai extension - lint-fix - add new icon - adjust changelog - improve useEffects and core functionality - restructure consts - improve error handling - remove semicolons - get richer thumbnails - use new openai preferences - simplify hooks - remove semicolons and force linewrap - add changelog - adjust es lint and prettier - add anthropic AI - move files - add anthropic command - rename files - use follow up questions for openai - update and improve chatgpt integration - add new follow up question prompt - simplify raycast ai summary - minor adjustements - update packages - Initial commit * reset eslint to defaults * cleanup fork - not sure why these files showed up again * adjust readme * fix: use correct titles * Update .prettierrc * npm run fix-lint 😬 * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Add Naver Whale browser support for browser-bookmarks. (#15873) * Add support for Whale browser * fix: Move useWhaleBookmarks before useZenBookmarks * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Add control-viscosity extension (#15878) * Initial Commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Add IPCheck Extension (#15883) * Add IPCheck Extension * Add IPCheck Extension * Update package.json * Add files via upload * Create .eslintrc.json * Create .prettierrc * update * Update package.json * gitignoreupdate * Delete extensions/ipcheck-ing/raycast-env.d.ts * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Rename Bookmarks Dropdown Title in Safari Extension (#15900) * Rename Dropdown Title * changelog --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update CODEOWNERs * fix(android): Remove info item from emulators list (#15960) * fix(android): list emulators without info debug * update changelog * improve writing --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update polar extension (#15974) * Update polar extension - Merge branch \'contributions/merge-1734699226856\' - Pull contributions - Merge branch \'contributions/merge-1734699193988\' - Pull contributions - Merge branch \'contributions/merge-1734699114396\' - Pull contributions - add screensshots - fix polar api * fix images * add changelog * Update polar extension - run linter - remove pnpm lockfile - add view customers --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update open-in-json-hero extension (#15977) * Update open-in-json-hero extension - Add optional domain parameter for local instances of json-hero - Initial commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update pr-bot.ts (#15980) * Update threads extension (#15875) * Update threads extension * Update threads extension * Revert remove threads-video-downloader extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * fix(simctl): Merge boot and open actions into a single action (#15963) * fix(simctl): Merge boot and open actions into a single action * remove async * Update downloads-manager extension (#15995) * Update downloads-manager extension * Update downloads-manager extension * [Brand Icons] Get ready for v14 (#15994) * [Brand Icons] Fix incorrect file path (#16059) * Add omnifocus extension (#15940) * Add omnifocus extension - chore(lint): update command titles - docs: add documention files - chore: remove old asset - chore: add more assets - chore: enhance inbox listing - feat: enhance inbox list - chore: add metadata - chore: add Application category - chore: change commande title casing - chore(deps): update raycast packages - fix: proper draft setup - feat: refetch inbox after performing mutations - feat: add actions to complete or delete inbox tasks - chore: allow draft - chore: remove useless mapped data - chore: check if installed in quickadd - feat: open task from list - refactor: move applescript logic to api directory - fix: form datepicker types - chore: display message if error - fix: tag creation not working - chore: add dedicated field to create tags - feat: allow to select tags - chore: explicit creation params - feat: allow creation of complex task in Inbox - fix: filter undefined values - refactor: merge task creation functions - feat: allow to create task w/ dates - chore: update icon - chore: update icon - fix: add task to specified project - wip: task creation form - feat: add task creation form - refactor: make command a quick add - fix: only list non completed tasks in inbox - feat: add list tasks command - refactor: extract add task logic - chore(deps): remove run-applescript in favor of built-in raycast api - feat: add basic todo to OmniFocus inbox * chore: add style and shortcut to delete action * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update nanoid extension (#15935) * Update nanoid extension - added newer publish command - updated to use placeholder date - aded date to changelog - Added optional id length argument - Initial commit * update tsconfig to match newer packages * updated the package versions to also match newer extensions * npm lock file update... not PNPM :( * also updating eslint settings to the latest setup * Update nanoid.tsx * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update year-in-progress extension (#16016) * Update year-in-progress extension - Fix settings typos and type of date-fns options params - Initial commit * Remove * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * [Update Extension] System Monitor - Fix battery level (#16020) * chore: update dependencies * chore: change the way the battery usage is get * chore: update CHANGELOG * typo: update CHANGELOG * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * [Google Translate] Fix typo for Traditional Chinese (#16026) * [Tailscale] Add `netcheck` command (#15634) * Update tailscale extension - feat: add \`netcheck\` command - Initial commit * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Add mongodb-objectid extension (#15770) * Init release * Update CHANGELOG.md * Add screenshots * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * [Raindrop.io] Close raycast after saving browser tab (#16057) * Update raindrop-io extension - feat: add search by title functionality - Initial commit * Update raindrop-io extension - feat: close raycast after saving tab - Initial commit * Update types.ts * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * [Visual Studio Code]: fix makeNewWindow (#16066) * [Visual Studio Code]: fix makeNewWindow * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update raycast-gemini extension (#15949) * Update raycast-gemini extension - refactor and add new model gemini-2.0-flash-exp - Initial commit * Update raycast-gemini extension - fix lint - 1. fix typo \n2. clean code \n3. add system prompt for askai-commands \n4.add model in ai chat * add new models * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update brew extension (#16069) * refactor: reorganize terminal applications in alphabetical order to match package.json * chore: update deps * feat: add option for Ghostty terminal * lint: fix actionPanels linter error * docs: update CHANGELOG * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update wikipedia extension (#16094) * Update wikipedia extension - Add Finnish, Swedish, Norwegian languages, and fix spelling of Ukrainian - Initial commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update CODEOWNERs * Update chatgpt extension: Fix o1 model issue (#16100) * Update chatgpt extension - Enhance Conversations with Import/Export Functionality and Fix Model Issues - Merge branch \'contributions/merge-1735725992576\' - Pull contributions - Merge branch \'contributions/merge-1735725979847494000\' - Pull contributions - Merge branch \'contributions/merge-1735725931821635000\' - Pull contributions - Merge branch \'contributions/merge-1735725898783\' - Pull contributions - Pull contributions * Added so you can import from no view * added action --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * feature: improve error handling for UX (#15651) * Update CODEOWNERs * Update aegis extension (#16101) * Update aegis extension - use fast-fuzzy search for aegis search - init - Initial commit * add CHANGELOG.md * use filter * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update raycast-ollama extension (#16107) - CHANGELOG.md update - Ray lint fix - Command \'Loaded Models\' added tags color - Added ps information on command \'Manage Models\' - New Command \'Loaded Models\' - Action \'Update Models\' on Manage Models - Action \'Models Library\' visible with no models installed - Added Action \'Models Library\' on Manage Models - Modified copy shorcut to cmd+shift+c * Update ray-so extension - fix form submission in "Create image from code" command (#16081) * Update ray-so extension - fix create a snippet form - Initial commit * parse title * fix(comodoro): Use `timer` sub-cmd (#16025) * fix(comodoro): Use `timer` sub-cmd This is needed with the latest Comodoro. I've also otherwised updated the package to use the latest Raycast packages and setup. * Update CHANGELOG.md --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Bugfix: NHL: fixed a downstream API change that was breaking the game detail view (#16027) * Update tmux-sessioner extension (#16099) * Update tmux-sessioner extension - feat: add support for Ghostty terminal 👻 - Initial commit * feat: change keyboard shortcut for Delete This Window, Delete This Session to Raycast standard ctrl+x * Update CHANGELOG.md and optimise images --------- Co-authored-by: Jason Shanks <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Deprecate threads-video-downloader extension (#15984) * Deprecate threads-video-downloader extension * Clean up threads-video-downloader extension * Add crossLaunchCommand for Threads extension * Update threads-video-downloader extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update battery-health extension (#16032) * Update battery-health extension - Add publish script - Add fallback if no capacity value is available - Add maximum capacity value (#2) Co-authored-by: Jatin Kumar <[email protected]> * Update CHANGELOG.md and optimise images --------- Co-authored-by: Jatin Kumar <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update memos extension (#16023) - feat: support [email protected] - feat: support [email protected] - Initial commit * [Coolify] view-secret-keys + update-projects (#16003) * [Coolify] view-secret-keys + update-projects * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update IPCheck to V1.1 (#15983) * Update package.json * Update README.md * Update main.tsx * Update getLocalIPs.ts * Update getExternalIP.ts * Update CHANGELOG.md * Update CHANGELOG.md * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Add medialister-marketplace-helper extension (#15874) * Extension release * Fixes, depricated ToastStyle removed * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update Pomodoro preference organization and use generated types (#15868) * Update pomodoro extension - Update preference organization and use generated types - Pull contributions * fix changelog * keep enableTimeOnMenuBar as a extension level preference * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update Catppuccin extension (#15400) * Update Catppuccin extension * More refactoring * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update braid extension (#16126) * Update icons and add `Table` * Update changelog * [Manotori] View Nameserver Sets + better error handling + view event details (#16125) * [Manotori] better error handling + view event deets * [Manotori] View NS Sets * [Manotori] fix ss and remove hard coded title * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update rusbase extension (#16121) - update README - Initial commit * Update date-converter extension (#16117) * Update date-converter extension - Add support for hexadecimal inputs - Initial commit * Update extensions/date-converter/src/index.tsx Co-authored-by: Albert Portnoy <[email protected]> * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: Albert Portnoy <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update vc-ru-news extension (#16122) - update README - Initial commit * Update espn extension (#16116) * Update espn extension - update README - Initial commit * update CHANGELOG * update CHANGELOG * Update techcrunch extension (#16118) - update CHANGELOG - small fix - update README - Initial commit * Update mullvad extension (#15981) * Update mullvad extension - Support Reconnecting via the Mullvad CLI, Fixed HUD message display - Initial commit * Fixed code style issues * Update mullvad extension - Cleanup - Added frequency sorting location/server list - Add option to select specific server - Removed test code - Initial commit * updated changelog * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update safari extension (#16192) - feat: add copy to clipboard command - Initial commit * Update CODEOWNERs * Update safari extension (#16196) - Add new command to copy tab as link - Initial commit * Renamed readme.md to README.md (#7237) * Added aleph tools * Fix to ode style issues * Prettier, update * Resized icons to 512 x 512 pixels * Added result to clipboard before pasting the contents to front most application * Added empty readme.md with screenshot * Update readme.md * Screenshot * Added screenshot to readme * Update and rename readme.md to README.md * Update open-laravel-herd-site extension (#13303) * Update open-laravel-herd-site extension - Merge branch \'contributions/merge-1719993320551140000\' - Pull contributions - Sorting sites alphabetically, editor setting * Updated CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Milena Araujo <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update open-laravel-herd-site extension (#13303) * Update open-laravel-herd-site extension - Merge branch \'contributions/merge-1719993320551140000\' - Pull contributions - Sorting sites alphabetically, editor setting * Updated CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Milena Araujo <[email protected]> Co-authored-by: raycastbot <[email protected]> * Renamed readme.md to README.md (#7237) * Added aleph tools * Fix to ode style issues * Prettier, update * Resized icons to 512 x 512 pixels * Added result to clipboard before pasting the contents to front most application * Added empty readme.md with screenshot * Update readme.md * Screenshot * Added screenshot to readme * Update and rename readme.md to README.md * Update open-laravel-herd-site extension (#13303) * Update open-laravel-herd-site extension - Merge branch \'contributions/merge-1719993320551140000\' - Pull contributions - Sorting sites alphabetically, editor setting * Updated CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Milena Araujo <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update open-laravel-herd-site extension (#13303) * Update open-laravel-herd-site extension - Merge branch \'contributions/merge-1719993320551140000\' - Pull contributions - Sorting sites alphabetically, editor setting * Updated CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Milena Araujo <[email protected]> Co-authored-by: raycastbot <[email protected]> * refactor: :rotating_light: fix lint errors * chore: :memo: keep old name for the "create transaction" command see https://github.com/raycast/extensions/pull/16210#pullrequestreview-2552362328 * Update CHANGELOG.md and optimise images --------- Co-authored-by: Shane Jeffers <[email protected]> Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> Co-authored-by: Yen Cheng Lin <[email protected]> Co-authored-by: Pascal Riesinger <[email protected]> Co-authored-by: Alan Huang <[email protected]> Co-authored-by: izm51 <[email protected]> Co-authored-by: SweenyYang <[email protected]> Co-authored-by: 杨欣雨(yangxinyu01) <[email protected]> Co-authored-by: LitoMore <[email protected]> Co-authored-by: Syed M Mokaarim Bin Razi <[email protected]> Co-authored-by: Leandro Lima <[email protected]> Co-authored-by: Leandro Maia <[email protected]> Co-authored-by: Adam Sherwood <[email protected]> Co-authored-by: Yug Sahu <[email protected]> Co-authored-by: Arthur Pinheiro <[email protected]> Co-authored-by: Vadim Petrov <[email protected]> Co-authored-by: Zane Sabbagh <[email protected]> Co-authored-by: zcsabbag <[email protected]> Co-authored-by: Apoorv Khandelwal <[email protected]> Co-authored-by: Kentaro Suzuki <[email protected]> Co-authored-by: Anton Suprun <[email protected]> Co-authored-by: Nirmit Pandya <[email protected]> Co-authored-by: Nathan Witmer <[email protected]> Co-authored-by: David Molinero <[email protected]> Co-authored-by: Sharker <[email protected]> Co-authored-by: Jose Alvarez <[email protected]> Co-authored-by: Santiago Perez <[email protected]> Co-authored-by: Santiago Perez <[email protected]> Co-authored-by: Thomas Lombart <[email protected]> Co-authored-by: Dino <[email protected]> Co-authored-by: Stefan Riđošić <[email protected]> Co-authored-by: Tommy D. Rossi <[email protected]> Co-authored-by: skuio <[email protected]> Co-authored-by: Kalvin Mizzi <[email protected]> Co-authored-by: soradotwav <[email protected]> Co-authored-by: Brandon (opti) <[email protected]> Co-authored-by: Sebastien Flory <[email protected]> Co-authored-by: Neil <[email protected]> Co-authored-by: Jakub <[email protected]> Co-authored-by: Shreyas Gupta <[email protected]> Co-authored-by: Giovambattista Fazioli <[email protected]> Co-authored-by: George <[email protected]> Co-authored-by: michał <[email protected]> Co-authored-by: MikuGeek <56752306+MikuGeek@us…
- Merge pull request raycast#3 from d4rp4t/fiat-transactions - Merge branch \'getAlby:main\' into fiat-transactions - prepare for publish prettier + lint - Changelog Update - Merge pull request raycast#13 from d4rp4t/fiat-transactions - Enable redemption of tokens regardless of their unit distribution - Add \'fiat\' transactions - Merge pull request raycast#2 from d4rp4t/add_cashu_support - Merge pull request raycast#12 from d4rp4t/add_cashu_support - fix checksum error with npm ci - fix checksum error with npm ci - Readme edit - publish - Prettier + ESlint fixes - Prettier + ESlint fixes - Change withdraw icon to png - Add redeem function for Cashu tokens and LNURL vouchers, update dependencies. Code cleanup - code cleanup - Merge pull request raycast#1 from d4rp4t/dev - Show fiat value for each transaction. - Transaction details added. - Remove duplicated function. Balance can be checked in Recent Transactions. Updated Dependencies - Chagelog - update dependencies - fix linting errors - raycast clint, eslint install - Screenshots - Merge pull request raycast#10 from getAlby/error - Show error message when the wallet connection fails - Merge pull request raycast#6 from getAlby/naming - Merge pull request raycast#7 from getAlby/lint - fiat balance - linting - Better invoice status naming - Remove yarn.lock we use npm - nicer loading - Merge pull request raycast#3 from getAlby/fiat-balance-and-cleanup - Fiat balance - cleanup - Placeholder - Copy and names - Copy and icons update - Update README.md - Initial commit
* Update vortex extension - Merge pull request #3 from d4rp4t/fiat-transactions - Merge branch \'getAlby:main\' into fiat-transactions - prepare for publish prettier + lint - Changelog Update - Merge pull request #13 from d4rp4t/fiat-transactions - Enable redemption of tokens regardless of their unit distribution - Add \'fiat\' transactions - Merge pull request #2 from d4rp4t/add_cashu_support - Merge pull request #12 from d4rp4t/add_cashu_support - fix checksum error with npm ci - fix checksum error with npm ci - Readme edit - publish - Prettier + ESlint fixes - Prettier + ESlint fixes - Change withdraw icon to png - Add redeem function for Cashu tokens and LNURL vouchers, update dependencies. Code cleanup - code cleanup - Merge pull request #1 from d4rp4t/dev - Show fiat value for each transaction. - Transaction details added. - Remove duplicated function. Balance can be checked in Recent Transactions. Updated Dependencies - Chagelog - update dependencies - fix linting errors - raycast clint, eslint install - Screenshots - Merge pull request #10 from getAlby/error - Show error message when the wallet connection fails - Merge pull request #6 from getAlby/naming - Merge pull request #7 from getAlby/lint - fiat balance - linting - Better invoice status naming - Remove yarn.lock we use npm - nicer loading - Merge pull request #3 from getAlby/fiat-balance-and-cleanup - Fiat balance - cleanup - Placeholder - Copy and names - Copy and icons update - Update README.md - Initial commit * cleanup * cleanup * restore compressed images
- Merge branch \'contributions/merge-1738855517784\' - Pull contributions - fix linting - Merge pull request raycast#3 from subsy/iconfix - fix incorrect disabled icon and update extension title - remove raycast gitignore - chore: fix images - chore: add raycast publish gitignore - chore: add raycast-specific gitignore - chore: add raycast-specific gitignore - fix images - chore: remove image files from git tracking - fix linting errors - fix minor issues - fix merge issues - resolve conflicts - Pull contributions - update readme - update readme - 1.1.1 bugfixes - 1.1.2 - add an ESLint disable comment for test setup - fix tests - 1.1.1 - fix: linting and formatting issues - Merge pull request raycast#2 from subsy:snooze-status - fix AdGuard typo in extension name - update snooze to show status fetched from adguard home api - Merge pull request raycast#1 from subsy:snooze - feat: add protection snooze functionality
* Update adguard-home extension - Merge branch \'contributions/merge-1738855517784\' - Pull contributions - fix linting - Merge pull request #3 from subsy/iconfix - fix incorrect disabled icon and update extension title - remove raycast gitignore - chore: fix images - chore: add raycast publish gitignore - chore: add raycast-specific gitignore - chore: add raycast-specific gitignore - fix images - chore: remove image files from git tracking - fix linting errors - fix minor issues - fix merge issues - resolve conflicts - Pull contributions - update readme - update readme - 1.1.1 bugfixes - 1.1.2 - add an ESLint disable comment for test setup - fix tests - 1.1.1 - fix: linting and formatting issues - Merge pull request #2 from subsy:snooze-status - fix AdGuard typo in extension name - update snooze to show status fetched from adguard home api - Merge pull request #1 from subsy:snooze - feat: add protection snooze functionality * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]>
- Update dependencies one more time - Screenshots - Update empty delivery welcome message - Fix Typescript compile issue - Update README.md - Do npm run build during CI - Add migrate script - Merge pull request raycast#36 from halprin/link-to-tracking - Add action to open the tracking webpage in the browser - Expose function to generate tracking URL - Merge pull request raycast#22 from halprin/renovate/all-minor - Update dependency @raycast/api to v1.91.1 - Merge pull request raycast#35 from halprin/usps-no-remote-tracking - Fix lint - Allow editing the manual delivery date - Pipe the manual delivery date through the tracking algorithm so it can be used - Add the manual delivery date to the new delivery view - Strip USPS API key from preferences and logic - Add ability to determine if remote tracking works - Update dependency @types/node to v20.17.17 (raycast#34) - Update dependency @types/node to v20.17.16 (raycast#33) - Update dependency @types/node to v20.17.15 (raycast#32) - Update dependency @types/node to v20.17.14 (raycast#31) - Update dependency @types/node to v20.17.13 (raycast#30) - Update dependency typescript to v5.7.3 (raycast#29) - Update dependency @types/node to v20.17.12 (raycast#28) - Update dependency @types/react to v18.3.18 (raycast#27) - Update dependency @types/react to v18.3.17 (raycast#26) - Add support to copy the tracking number to the clipboard - Update dependency @types/node to v20.17.10 (raycast#25) - Update dependency @types/react to v18.3.16 (raycast#24) - Update dependency @types/react to v18.3.15 (raycast#23) - Update dependency @types/react to v18.3.14 (raycast#20) - Update dependency @types/react to v18.3.13 (raycast#19) - Update dependency prettier to v3.4.2 (raycast#18) - Update dependency prettier to v3.4.1 (raycast#17) - Update dependency prettier to v3.4.0 (raycast#16) - Update dependency @types/node to v20.17.9 (raycast#15) - Update dependency @types/node to v20.17.8 (raycast#14) - Update dependency typescript to v5.7.2 (raycast#13) - Update dependency @raycast/api to v1.86.1 (raycast#12) - rename provider to carrier - Add pull-contributions script - Remove eslint-plugin-react-hooks from dependencies - Make UPS orange - fix lint - Add an empty list view - Update descriptions and strings - Update changelog - Need to go back to eslint 8 cause raycast uses older dependencies - Merge pull request raycast#5 from halprin/renovate/major-eslint-monorepo - Add FexEx to README - Document UPS on README - Update readme with new links - Initial filled out README - fix lint - Get the delivery edit to work correctly with initial values - Add ability to edit deliveries - Move UPS and FedEx to production hosts - fix lint - Add FedEx tracking - Add FedEx preferences - Add initial USPS tracking - Fix adding new deliveries - Remove unneeded console log - Fill in details about the packages in the detail view - Add more metadata fields to the detail view - Start making showdetailview - Update dependency eslint to v9 - Update dependency @raycast/api to v1.86.0 (raycast#10) - Update dependency @types/node to v20.17.7 (raycast#9) - map item to delivery - Refresh deliveries - Tracking to Delivery - fix lint - show loading when updating tracking - only update packages when after 30 minutes - fix lint - Add error handling and display of errors - Dedicated view for the new action - Merge branch \'main\' of https://github.com/halprin/raycast-package-tracker - Use props correctly in a re-usable component - Update dependency @raycast/utils to v1.18.1 (raycast#8) - Fix lint - Go away from a Map of Package array - Add UPS API support - Correct imports - Set debug flag to true for the debug data - Update title of the UPS secrets - rename preferences and add UPS preference - Merge branch \'main\' of https://github.com/halprin/raycast-package-tracker - Add an ID to the different providers - Update dependency typescript to v5.6.3 (raycast#7) - Update dependency eslint to v8.57.1 (raycast#6) - Rename the debug data file - Update extension icon to something slightly better - Fix linting - New Delivery view is separate now so it works from both commands - rename plugin and commands - Add USPS preferences - correct optionalize Track - Packages are separated from Track and are cached - Use useLocalStorage util instead of my own one - Get package-lock.json in sync - Precise version numbers for dev dependencies - Update dependency @types/node to v20.17.6 (raycast#3) - Update dependency @types/react to v18.3.12 (raycast#2) - Add CI GitHub action - Fix linting issues - Ask for confirmation before deleting deliveries - Delete a delivery entry - Adding a new item pops the stack and shows up - Store newly tracked packages - Fill out form to track a new delivery - Set Add delivery to show up in main view - load the temp data only when in a development environment - Actually use the react state for the tracking list - load the tracking state via useEffect - Make TypeScript compiler happy - Sort tracking by delivery date - support multiple packages for the icon and delivery date - Add package model - Add Renovate config - Commit baseline Package Tracker extension - Initial commit
- Update dependencies one more time - Screenshots - Update empty delivery welcome message - Fix Typescript compile issue - Update README.md - Do npm run build during CI - Add migrate script - Merge pull request raycast#36 from halprin/link-to-tracking - Add action to open the tracking webpage in the browser - Expose function to generate tracking URL - Merge pull request raycast#22 from halprin/renovate/all-minor - Update dependency @raycast/api to v1.91.1 - Merge pull request raycast#35 from halprin/usps-no-remote-tracking - Fix lint - Allow editing the manual delivery date - Pipe the manual delivery date through the tracking algorithm so it can be used - Add the manual delivery date to the new delivery view - Strip USPS API key from preferences and logic - Add ability to determine if remote tracking works - Update dependency @types/node to v20.17.17 (raycast#34) - Update dependency @types/node to v20.17.16 (raycast#33) - Update dependency @types/node to v20.17.15 (raycast#32) - Update dependency @types/node to v20.17.14 (raycast#31) - Update dependency @types/node to v20.17.13 (raycast#30) - Update dependency typescript to v5.7.3 (raycast#29) - Update dependency @types/node to v20.17.12 (raycast#28) - Update dependency @types/react to v18.3.18 (raycast#27) - Update dependency @types/react to v18.3.17 (raycast#26) - Add support to copy the tracking number to the clipboard - Update dependency @types/node to v20.17.10 (raycast#25) - Update dependency @types/react to v18.3.16 (raycast#24) - Update dependency @types/react to v18.3.15 (raycast#23) - Update dependency @types/react to v18.3.14 (raycast#20) - Update dependency @types/react to v18.3.13 (raycast#19) - Update dependency prettier to v3.4.2 (raycast#18) - Update dependency prettier to v3.4.1 (raycast#17) - Update dependency prettier to v3.4.0 (raycast#16) - Update dependency @types/node to v20.17.9 (raycast#15) - Update dependency @types/node to v20.17.8 (raycast#14) - Update dependency typescript to v5.7.2 (raycast#13) - Update dependency @raycast/api to v1.86.1 (raycast#12) - rename provider to carrier - Add pull-contributions script - Remove eslint-plugin-react-hooks from dependencies - Make UPS orange - fix lint - Add an empty list view - Update descriptions and strings - Update changelog - Need to go back to eslint 8 cause raycast uses older dependencies - Merge pull request raycast#5 from halprin/renovate/major-eslint-monorepo - Add FexEx to README - Document UPS on README - Update readme with new links - Initial filled out README - fix lint - Get the delivery edit to work correctly with initial values - Add ability to edit deliveries - Move UPS and FedEx to production hosts - fix lint - Add FedEx tracking - Add FedEx preferences - Add initial USPS tracking - Fix adding new deliveries - Remove unneeded console log - Fill in details about the packages in the detail view - Add more metadata fields to the detail view - Start making showdetailview - Update dependency eslint to v9 - Update dependency @raycast/api to v1.86.0 (raycast#10) - Update dependency @types/node to v20.17.7 (raycast#9) - map item to delivery - Refresh deliveries - Tracking to Delivery - fix lint - show loading when updating tracking - only update packages when after 30 minutes - fix lint - Add error handling and display of errors - Dedicated view for the new action - Merge branch \'main\' of https://github.com/halprin/raycast-package-tracker - Use props correctly in a re-usable component - Update dependency @raycast/utils to v1.18.1 (raycast#8) - Fix lint - Go away from a Map of Package array - Add UPS API support - Correct imports - Set debug flag to true for the debug data - Update title of the UPS secrets - rename preferences and add UPS preference - Merge branch \'main\' of https://github.com/halprin/raycast-package-tracker - Add an ID to the different providers - Update dependency typescript to v5.6.3 (raycast#7) - Update dependency eslint to v8.57.1 (raycast#6) - Rename the debug data file - Update extension icon to something slightly better - Fix linting - New Delivery view is separate now so it works from both commands - rename plugin and commands - Add USPS preferences - correct optionalize Track - Packages are separated from Track and are cached - Use useLocalStorage util instead of my own one - Get package-lock.json in sync - Precise version numbers for dev dependencies - Update dependency @types/node to v20.17.6 (raycast#3) - Update dependency @types/react to v18.3.12 (raycast#2) - Add CI GitHub action - Fix linting issues - Ask for confirmation before deleting deliveries - Delete a delivery entry - Adding a new item pops the stack and shows up - Store newly tracked packages - Fill out form to track a new delivery - Set Add delivery to show up in main view - load the temp data only when in a development environment - Actually use the react state for the tracking list - load the tracking state via useEffect - Make TypeScript compiler happy - Sort tracking by delivery date - support multiple packages for the icon and delivery date - Add package model - Add Renovate config - Commit baseline Package Tracker extension - Initial commit
* [Browser Bookmarks] Use latest logo since rebrand for zen. (#15807) * Updated to latest logo since rebrand. * Use better 512 version of logo. * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * [Mail] Fix timeout error messages with refresh mail (#15795) * Increase command timeout, add error catch block, and reduce message limit options * Update CHANGELOG.md * Update bring extension (#14838) * Update bring extension - Update bring extension - Initial commit * Update bring extension * Update bring extension * Update bring extension * Update bring extension * Update bring extension * Update bring extension * Update bring extension * Update bring extension * Update bring extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * [Docker Hub] fix docker hub images search (#15488) * fix docker hub images search * add changelog entry, apply lint fixes * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * toggle grayscale extension (#15516) * toggle grayscale extension * bug fixes * Moved to right position * update * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: zcsabbag <[email protected]> Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * [Zen Browser] Updated to latest logo since rebrand. (#15806) * Updated to latest logo since rebrand. * Use better 512 version of logo. * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update fetch-youtube-transcript extension (#15785) * Update fetch-youtube-transcript extension - Dev branch merged and version number changed - ytdl-core removed and yt-caption-scraper added * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * [GitHub] Regenerate GraphQL related code with latest schema (#15755) * chore(github): regenerate github graphql code with latest schema * docs(github): Update GraphQL generated types * Docs: update for the new API release * Update pomodoro extension (#15777) * Update pomodoro extension * Add show weekly and daily stats preference * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update anki extension (#15733) * Update anki extension - Merge branch \'contributions/merge-1733543209475\' - Pull contributions - Updated raycast api package and correct linting issue - Fixed turndown configs to support markdown syntax * Updated package-lock.json file * Added Rating field type (#15794) * feat: Added Rating field type * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Quick open project: fix keybinds (#15700) * Use cmd-shift-o to open a project with both editor and terminal This conflicted with the keybind for opening with the alternate editor. * Use a more standard cmd-shift-c for copying the path to the clipboard * linter fix * Add changelog entry * update * update * Fix icon * update * update * Update package-lock.json * Update package.json * Update package.json --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update spanish-tv-guide extension (#15760) - Update title - Bump dependencies - Calculate if a program is live client side as the API is now cached * Update CODEOWNERs * [Doppler Share Secrets] View Projects with their Configs, Environments and Secrets (#15720) * [Doppler] add search-projects * [Doppler] extension ready for combine * Update * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * feat: add new extension jue-jin (#15701) * feat: add new extension jue-jin * fix: change text value localization to US english * chore: clean up code * fix: changed the extension name and added README_CN * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update date-format-converter extension (#15743) * Update date-format-converter extension - Add Insert Natural Language Date command - Initial commit * Update CHANGELOG.md * Restore original command name * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update jira extension (#15621) * Update jira extension - Fix gitignore - Add ability co autoamatically copy newly created issue url to the clipboard - Initial commit * Update CHANGELOG.md * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Santiago Perez <[email protected]> Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: Thomas Lombart <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update CODEOWNERs * Add Elixir extension (#15580) * feat: add elixir extension * fix(lint): add eslint configuration and fix lint errors * refactor: improve liste item loading to prevent flickering * Update the way we're loading list items for both the `search-functions` and `search-modules` commands, as well as the `ModuleDetail` component, so as to leverage promises and use the `<List>` component `isLoading` prop, that way we can avoid the empty state flickering. * chore: remove empty component file * Delete `src/components/ListItem.tsx` as this file was completely empty. This was probably committed on accident when creating the `ListItems` component, which itself has a `ListItem` function responsible for creating the element for a list item. * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * [Pomodoro] Move timer to dropdown menu if it's hidden (#15813) * [Pomodoro] Move timer to dropdown menu if it's hidden * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * [GitHub] Specify git clone protocol (#15818) * add function to build clone command * define repositoryCloneProtocol preference * respect clone protocol preference in clone and open, copy clone command * respect repositoryCloneProtocol in clone with options * add sushichan044 to contributors * Add changelog: support specifying git clone protocol in extension preferences * Update CHANGELOG.md --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update CODEOWNERs * [Claude] Remove duplicate action and use latest Haiku models as fallback model (#15828) * set haiku 3.5 as default model * remove duplicated "Copy Question" action, use existing action with tweaked conditions * update changelog * update correct file * Update CODEOWNERs * Update spiceblow-database extension (#15812) * Update spiceblow-database extension - nn - changelog - nn - correctly pass args to pools - add generateOrderByClause, max 3 conn pool - Pull contributions - fix changelog, merge - Pull contributions - fix error retry logic with output shape - add deselect all rows - add ability to select in custom queries too - add selection feature to delete many rows - remove count subtitle - higher freeRequestsCount - nn - handle undefined - Merge branch \'main\' of https://github.com/remorses/search-database-raycast - use select for enum values - regen lock - nn - nn - use server - add quotes in the schema, models got a update that reuses old inputs a lot, speculative decoding probably with low threshold - fix startsWIth issue - more logs, do not use subquery so mysql knows the original name of tables - add more actions in default view - rename a thing - retry sql generation and filter if there is an error - gen client - add subtitle - changelog: update - Merge branch \'main\' of https://github.com/remorses/search-database-raycast - updates - changelog: update - put copy row value first - changelog: update - add ordering of tables, last used elements are first - show blob if type is string - add action to copy graph image to clipboard - package lock - Merge branch \'main\' of https://github.com/remorses/search-database-raycast - gen again - updating image handling for graphs - update spiceflow - add new method - added count rows action - update readme - limite generated query rows on testing - remove ./ - Pull contributions - update query name isntead of edit - don\'t use throttle, much better responsiveness - add graph image - add graph keyword - remove cmd backspace - pop after delete - fix stale id token - new client - always use Sql - better draftValues handling - use drafts correctly - readme: update - graph feature - longer description - Merge branch \'contributions/merge-1727772560071422000\' - Pull contributions - use SQL - nn - nn - fix api url - lint things - add max categories - nn - nn - nn - don\'t use index, no sense - types - chaning the type - fix empty category - graph works - graph endpoint works - nn - nn - nn - nn - sdf - better searchable types handling - add way to inspect column values in bigger screen - use id for search filter cache - remove comment - allow updates explicitly in postgres - group by not possible in postgres - allow group by without aggregation - allow update, after read only - fix lints - add previous query, faster query generation via speculative decoding - remove enableDrafts - nn - added canBeUpdated to table fields - added RowUpdatesActions, some columns don\'t have table info data, ignore them - increment requests used - rename extension - remove example row - change ext id - store search text for later - fi rediretion to new db - fix adding first database - nn - fix query timing - fix console.time usage - use prod website - fix api - update icon - update lock - updates - adapting for stripe - cleaning up - fix lint - get schema only of necessary tables - wait more if i types slower because i am drunk - show spinners - store all state in local storage - add <RunTransactionQueries /> - support dedplicate, allow me to delete single tables in a custom query - add more revalidate - updates - nn - enabled drafts - n - nicer errors, use serialization for transactions - nn - handle more errors in findRowsForUpdate - update raycast - a bit faster things - faster search table - fix warning - add support for transactions - much better custom queries - add is loading state, fix mysql custom queries - add ability to duplicate, show default values in the update fields - fix - fix numbers - fix all fields search - nicer looking queries - fix updates for custom queries - fix lint - nn - changed google id - customize login section - fix updating time values - fix fields getting updated too much - nn - nn - new screen - add signal in api client - throttle generateSearchCondition more - removed cmd enter - removed any types - support order by - fix updating logic for form - fix delete for custom query - added delete row components - add ability to insert new rows - more robust types handling - renamed a file - use pg types for types - unfied database functions - more reactive - fix lints - lints - nicer code - show parameters, better loading, update row is primary action - less logs - nn - more revalidation - fix mysql bug - mysql update works too - adding update support - nn - added screenshots - readme - nn - nicer errors - mysql works - preparing for mysql - suppring another db - form errors - store database type - putting pg related stuff in pg - use cache for state - use dropdown for databases - using zustand for state - cleaning up - nn - remove some any - separate raycast utils - nn - nn - fix lint - linter - change description - less push - add app in dock - app link works - try creating an app folder - trying to set icons - adding icon in dock - nn - npm i - nn - nn - removed some packages - using server for openai calls - adding support for api client - add licensing support - nn - readme: update - added update feature again - support more images, count rows - removed useless name field - added bestfield dropdown - let me update queries - search-database: show images - nicer metadata - more types handling - fixes - natural text works well now - search-database: queryProps simpler - utils: nn - more aborting - using searchTableRowsOrCustomQuery - nn - natural language search - added useTableFiltering - separator - fixes - generate object with best field and name - fixes - custom query works - generate query works - added query generation with openai - adding query generation - pretty - nn - search-database: stuff - added databases support - add more stuff - src: added search ability - src: fix pagination - it shows the rows but not pagination - show table info - works - init * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * feat: add hephaestus a json tool for developer (#15627) * feat: add hephaestus * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update bitbucket extension (#15657) * Update bitbucket extension - Install prettier - Initial commit * Changelog * Update CHANGELOG.md --------- Co-authored-by: Kalvin Mizzi <[email protected]> Co-authored-by: Per Nielsen Tikær <[email protected]> * Update CODEOWNERs * Add modrinth extension (#15658) * Add modrinth extension - Deleted file? - Adjusted project name - Added gitignore - V1.0 - Complete base functionality - Moved DetailView to proper location - Working build - Expanded Changelog View and compacted dropdown; Project select wip. - Working Search, Detail, and Changelogs - Working Search, Detail, and Changelogs - Working List View * Adjusted README according to Raycast requirements * Cleaned up and optimized codebase * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update music-link-converter extension (#15662) * Update music-link-converter extension * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update CODEOWNERs * Add trek extension (#15353) * init * some fixes and enhancements * Update trek extension - feat: new commands and favorites - fix: properly render html for basecamp api * fix: type issues * Update CHANGELOG.md * Update package.json * update * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update dust-tt extension (#15811) * Upg dust-tt/client to fix issue with enums * Ugd: update changelog * upgrade again * upgrading package.lock * Upg dust package * [Plex] sort library items + add missing Action icon (close issue) (#15825) * [Plex] sort library items + add missing Action icon * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update readwise-reader extension: add save links command (#15255) * Update readwise-reader extension - Merge branch \'contributions/merge-1730944054532188000\' - Pull contributions - update changelog - filter non-url string(compatible with safari) - add save links - Initial commit * Update readwise-reader extension - fix lint - Merge branch 'contributions/merge-1730944054532188000' - Pull contributions - update changelog - filter non-url string(compatible with safari) - add save links * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update CODEOWNERs * Update toggl-track extension (#15831) - docs: update changelog - feat: add shortcut duplicate to create similar time entry button - Initial commit * Added last modified info (#15829) * added last modified date * updated changelog * Update text-shortcuts extension (#15683) * Update text-shortcuts extension - 📦️ updates packages - ⚡️ added miss publish script - 🔖 updated CHANGELOG - ✨ added/fixed decode uri, md5 and lint source code - Initial commit * 📦️ fixes pakages * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update media-converter extension (#15819) - add heic support and fix bugs - Initial commit Co-authored-by: Leandro Maia <[email protected]> * Update jetbrains extension (#15834) - Better Toolbox Integrations - Initial commit * Update Currently Playing (#15728) * Update Currently Playing command * Update changelog * Update CODEOWNERs * Update browser-history extension (#15708) - Fix for Safari - Initial commit * Update CODEOWNERs * Add bbc-news-headlines extension (#15709) * initial commit * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Add big-o extension (#15711) * first * metadata * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update safari extension (#15722) * Update safari extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update CODEOWNERs * Update search-npm extension (#15824) * Update search-npm extension * Update search-npm extension * Update search-npm extension * Update search-npm extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update jetbrains extension (#15838) * Update jetbrains extension - check for build - Initial commit * update changelog * Clarify docs around contributing to and publishing extensions (#15880) * Clarify docs around contributing to and publishing extensions * Update docs/basics/publish-an-extension.md Co-authored-by: LitoMore <[email protected]> * Update docs/basics/publish-an-extension.md Co-authored-by: Mathieu Dutour <[email protected]> --------- Co-authored-by: LitoMore <[email protected]> Co-authored-by: Mathieu Dutour <[email protected]> * Docs: update for the new API release * Docs: update for the new API release * Docs: update for the new API release * Docs: update for the new API release * Update jetbrains extension - fix crashing search recent projects command (#15889) * Update jetbrains extension - fix: crashing search recent projects command - Initial commit * chore: update changelog * Update extensions/jetbrains/src/util.ts Co-authored-by: George <[email protected]> * fix lint --------- Co-authored-by: George <[email protected]> * Update CODEOWNERs * Add hidemyemail extension (#15487) * Add hidemyemail extension - Removed sample data - Update README.md - Added form description login page and screenshots - Added screenshots - Initial commit * Fixed some typescript errors * Fixed linting * Update hidemyemail extension - Added preference/functionality for sorting list on creation date - Removed leftover console log * Updated ReadME * Implemented suggestions * Added guards useEffect for react strict mode * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * update llama 3.3 versatile (#15726) * update llama 3.3 versatile * Update CHANGELOG.md added the new llama 3.3 70b * fixed names * added 'Llama 3.3 70B SpecDec 8k' * updated package.json --------- Co-authored-by: Maximilian <[email protected]> * [Raycast Notification] Add support for macOS built-in Notification Center (#15690) * [Raycast Notification] Add support for macOS built-in Notification Center * Update description * Update API * Update doc * Fix conditions * Add more examples * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update CODEOWNERs * update hoarder extension (#15820) * update hoarder extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update supernotes extension (#15902) - Remove duplicate screenshot - Use local time when appending to Daily cards - Pull contributions * Update homeassistant extension (#15894) * Update homeassistant extension - Update homeassistant extension - Initial commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update `Mempool` extension - cache through hook + show economyFee (#15893) * Update CHANGELOG.md * Update CODEOWNERs * [GitHub] Use a new icon with indicator for unread state (#15904) * [GitHub] Use a new icon with indicator for unread state * Add preferences * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update nextdns extension (#15853) * Update nextdns extension - Fixed issue with deviceName - Initial commit * Update CHANGELOG.md date typo * Update CHANGELOG.md --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update CODEOWNERs * Update fetch-youtube-transcript extension (#15854) - Merge branch \'contributions/merge-1734176289015585000\' - Pull contributions - Merge branch \'contributions/merge-1734175893227915000\' - Pull contributions - Version Changed to 1.1.4 - Merge branch \'dev\': Update CHANGELOG.md with recent date and formatted language list - Multiple Language Support Added - Pull contributions * Update raycast-ia-writer extension (#15908) * Update raycast-ia-writer extension - Merge branch \'contributions/merge-1734425284272345000\' - Pull contributions - Merge branch \'contributions/merge-1734083074433\' - Pull contributions - Merge branch \'contributions/merge-1734082266019\' - Pull contributions - Merge branch \'contributions/merge-1734081860035\' - Pull contributions - chore: resolve publish conflict - Pull contributions - Merge branch \'main\' of https://github.com/xvvhang/raycast-ia-writer - doc: update CHANGELOG.md - Merge pull request #1 from xvvhang/develop - feat: add new command daily note and sdk code for ia writer url scheme - chore: upgrade raycast api - fix: lint - Merge branch \'contributions/merge-1711507068453490000\' - Pull contributions - doc: update logo - fix: remove note saved toast - fix: lint - doc: README.md - doc: metadata & README.md - feat: installation check - fix: typo - chore: update assets and lints - fix: typo - doc: update README.md - init * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update homeassistant extension (#15903) * Update homeassistant extension - Update homeassistant extension - Initial commit * Update homeassistant extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Add danbooru extension (#15655) * Add danbooru extension - fix: gitignore for jetbrains - refactor: linting - fix: remove any() usage - add screenshots - remove mention of valid tags - readme more detailed - prepare for store - searchDanbooru command * fix: implement PR fixes * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update media-converter extension (#15845) - update change log and readme - fix-lint - fix heic not working -- refactor convert images to sip - fix bug where converting to heic on converter form wasnt working - Initial commit Co-authored-by: Leandro Maia <[email protected]> * Update flighty extension (#15876) * Update flighty extension - Hide cancelled flights - Initial commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * slack-status: Added support for pausing notifications (#15865) * Update slack-status extension - Support pausing notifications - Initial commit * Update slack-status extension - Actually set optimistic values - Make TypeScript happy - Use \'{PR_MERGE_DATE}\' in CHANGELOG * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update date-format-converter extension (#15872) - Update date-format-converter extension to correctly display UTC time in utcIsoFormat - Initial commit * Update CODEOWNERs * Update unicode-symbols (#15915) * Update unicode-symbols * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update gitlab extension (#15906) - Fix "Ignore SSL Errors" setting not working on some features - Initial commit * Update CODEOWNERs * feat: add React DevTools (#15548) * feat: add Application shortcuts * update README * update CHANGELOG * rename it to react-devtools * update package-lock.json * update README * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update obsidian-bookmarks extension to allow subdirectories in bookmarks folder (#15407) * Update obsidian-bookmarks extension - allow subfolder search for bookmarks and search filtering by subfolder - Initial commit * fix linter errors * insert some default value for tags during search to make the function friendlier to files created outside of the bookmark extension * Add requiredTags, which will be automatically added to all saved notes if present. During search, only notes with requiredTags will be displayed * Set a default title for files without that frontmatter field. Will make extension play nicely with files created outside of extension * Optimize a bit by moving up filtering based on requiredTags * Optimize a bit by moving up filtering based on requiredTags * Update obsidian-bookmarks extension - Small file read optimization - Optimize a bit by moving up filtering based on requiredTags * Show cached files first to make search feel more responsive on load. Make cache saving more robust * Add modifiedtime property to local storage. Use localstorage as cache when loading files from obsidian, skip files which have not been modified since they were cached. Big speedup in search * Add modifiedtime property to local storage. Use localstorage as cache when loading files from obsidian, skip files which have not been modified since they were cached. Big speedup in search. Fix a few typing warnings * Migrate useTags to more efficient caching flow. Fix error with mtime for newly saved files * update new file mtime. * Stream in results from getObsidianFiles for more responsive search * Change shortcut for show details to mitigate reserved for raycast warning. Now is cmd+i (was cmd+p) * add actions to clear file and tag cache * fix bug with save bookmark in which the Fetching link details toast never disappears sometimes * Add some error state notifications in the URL bar and in toast which notify the user if a link is a duplicate (already bookmarked), and allows them to see the existing bookmark via toast * Update TODO file to reflect recent changes addressed in this pull request * Allow user to specify a save location separate from bookmarksPath. bookmarksPath is now the default search root, saveSubfolder is the default save location. If not specified, default to the old behavior and use bookmarksPath as the save root * allow the user to specify subfolders to ignore. Bookmarks in these folders will not appear in search results * update changelog * Update obsidian-bookmarks extension - Make recursive search and the duplicate check configurable, to enable the original behavior of the extension. New options are on by default - Added a preferences option to use the raycast broswer extension to get the active tab title and url when saving a bookmark. Falls back to jxa method if disabled. Preference is disabled by default, which will yield the original behavior - Add action to use raycast extension to pull page content into the notes section while saving a bookmark * Update obsidian-bookmarks extension - Update changelog, fix unused variable - Make recursive search and the duplicate check configurable, to enable the original behavior of the extension. New options are on by default * make page content fetch start under a top level header --------- Co-authored-by: Quintin Fettes <[email protected]> * Update CODEOWNERs * Update raycast-apple-intelligence extension (#15869) * Update raycast-apple-intelligence extension - Merge branch \'contributions/merge-1734238380067\' - Pull contributions - ✨ Some new commands - 🔧 Fix package-lock.json - first commit * 📝 Update CHANGELOG * 🔥 Decoupled Siri command * 📝 Slight change to description * 🔥 Remove Siri file * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * feat(search-npm): various fixes and updates (#15855) * feat(search-npm): various fixes and updates * tidy parsing and remove other dependencies * Bug fixes for Figma file search extension (#15848) * updated to how figma pages are triggered * updated changelog * Add `Sav` (sav.com) extension - View Domains + Change Nameservers (#15847) * [Sav] 1st pass with hook and support custom URL * [Sav] update ns * [Sav] remove url Preference + metadata images + lint * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Add prompt-stash extension (#15614) * Add prompt-stash extension - new screenshot - style: update extension name and title in README and package.json - docs: update README with detailed extension description and usage - refactor: update hooks to use useNavigation and confirmAlert - ♻️ refactor(ui): Details - feat: hooks to manage prompts, config file, filters - initial commit, basic skeleton * feat: add keyboard shortcut and style to delete prompt action in Command component * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * fix: updated select field with preference (#15805) * fix: updated select field with preference * fix: linting issue * Update Select.tsx * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Docs: update for the new API release * [United Nations] Enhance search experience (#15943) * [United Nations] Enhance search experience * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update how-long-to-beat extension (#15936) * Update how-long-to-beat extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update fetch-youtube-transcript extension (#15934) - Changelog updated and version updated - Merge branch \'dev\' - Error handling issue - Transcript not available resolved * Update wip extension (#15937) * Update wip extension - Merge branch \'contributions/merge-1734539435869\' - Pull contributions - Merge branch \'contributions/merge-1734539337087\' - Pull contributions - Fix clipboard uploads - Improve description * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update video-call-reactions extension (#15932) * Update video-call-reactions extension - Merge branch \'contributions/merge-1734517322372590000\' - Pull contributions - Sequoia compatibility - Sequoia update - Sequoia update - Updated compatibility for macOS Sequoia 15.0 * update * update * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Sourcegraph: Smoother search and bug fixes (#15862) * Publish raycast-sourcegraph@ec23429 Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/ec23429 * Publish raycast-sourcegraph@fcbab75 Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/fcbab75 * Publish raycast-sourcegraph@6f1b19b Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/6f1b19b * Publish raycast-sourcegraph@ba48cdc Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/ba48cdc * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Fix bug where currently playing opens Music app (#15846) * Update fotmob extension (#15716) - Fixed issue with fetching team details - Initial commit * Update CODEOWNERs * Update wayback-machine extension (#15953) * Update wayback-machine extension - Update - Initial commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * [Netlify] Paginate Sites + Cache Sites through `useCachedPromise` + Default of 100 Sites shown (#15870) * [Netlify] paginate & cache Sites & default of 100 * [Netlify] complexity tweak in Sites call * [Netlify] ye olde lint * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Add shopify-polaris-docs extension (#15754) * Add shopify-polaris-docs extension - Remove unwanted console.log - Adding preview images - Updating changelog - Creating Polaris Shopify docs search * Update extensions/shopify-polaris-docs/CHANGELOG.md Fixing casing Co-authored-by: Per Nielsen Tikær <[email protected]> * Update extensions/shopify-polaris-docs/README.md Fixing casing Co-authored-by: Per Nielsen Tikær <[email protected]> * Update extensions/shopify-polaris-docs/package.json Fixing title Co-authored-by: Per Nielsen Tikær <[email protected]> * Update extensions/shopify-polaris-docs/package.json Fixing description Co-authored-by: Per Nielsen Tikær <[email protected]> * Adding metadata * Fixing image data * Fixing image size * Update package.json --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update obsidian extension (#15674) * Adds Creation Date to added Task * Update obsidian extension - Adds changelog entry - Adds Creation Date to added Task - Initial commit * Update obsidian extension - Adds missing label to preference - Adds a preference checkbox to toggle appending Creation Date * Adds preference type (I thought this was autogenerated) * Update CODEOWNERs * fix(hidemyemail): Supports Chinese Apple ID accounts (#15964) * fix(hidemyemail): Supports Chinese Apple ID accounts * Update Login.tsx --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update CODEOWNERs * raindrop-io: add ability to search title only (#15955) * Update raindrop-io extension - feat: add search by title functionality - Initial commit * update * Update types.ts * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update jira-time-tracking extension (#15745) - feature: add custom jql and default project keys - Initial commit * Add oklch-color-converter extension (#15747) * Add oklch-color-converter extension - fix: improve color conversion and fix ESLint issues - Changes to prepare the extension for the store: added screenshots. - fix: improve HSL and vec calculations, add reference values - Update README.md - docs: improve README.md formatting and added credit section - docs: improve README.md formatting and development instructions - Initial commit: OKLCH Color Converter for Raycast * fix: update ESLint config and documentation * Update: change category to Design Tools as more appropriate for color converter * fix: update dependencies and type configurations for oklch-color-converter Update project configuration to follow Raycast extension best practices: - Move React to peerDependencies for better compatibility - Add React as devDependency for development - Update TypeScript configuration for proper module resolution - Fix React import structure in convert-color.tsx - Clean up project dependencies - Add proper type declarations for Raycast environment Part of #15747 * Update CHANGELOG.md * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: strongeron <[email protected]> Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Publish raycast-sourcegraph@ede3a3a (#15956) Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/ede3a3a * Update CODEOWNERs * Update fotmob extension (#15959) * fix fetching matchDay * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update zerion extension (#15877) * Update zerion extension - Merge branch \'contributions/merge-1734276660475\' - Pull contributions - Merge branch \'contributions/merge-1734274808161\' - Pull contributions * Fix copy * Move files used by README outside of the metadata folder * 🔧 Fix Remove Wallet Action * 🔧 Remove version, Fix lodash imports and fix changelog * 🔧 Update Changelog * Update README.md * remove * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * [Claude] Fix: models not displaying correctly on the Ask page (#15757) * fix: models not displaying correctly on the Ask page * format * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Add `OCI` (Oracle Cloud) extension - View Instances + View Instance VNIC Attachments (#15947) * [OCI] 1st pass for the Core listingInstances * [OCI] add more instance colors + fix extension icon * [OCI] view VNIC Attachment + VNIC itself * [OCI] add cloudguard (not working) * [OCI] remove faulty 'cloudguard' * [OCI] proper case some markdown keys * [OCI] lint + README + images * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * fix(android): Suppress stderr toast messages on emulator launch (#15961) * fix(android): silent stderr toast messages * update changelog * Update hidemyemail extension (#15966) * Add hidemyemail extension - Removed sample data - Update README.md - Added form description login page and screenshots - Added screenshots - Initial commit * Fixed some typescript errors * Fixed linting * Update hidemyemail extension - Added preference/functionality for sorting list on creation date - Removed leftover console log * Updated ReadME * Implemented suggestions * Added guards useEffect for react strict mode * Update hidemyemail extension - Updated README - Changed default preferences - Fixed typo - Initial commit * Updated changelog * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Add polar extension (#15796) * Add polar extension - adjust - fix - fix lint - finalize orders - add readme - remove node_modules lol - init * Update polar extension - lint - implement pagination * fix typo * Delete extensions/polar/2 * Delete extensions/polar/src/index.tsx * Update package.json * Add screenshots * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Add rails-routes extension (#15798) * Add rails-routes extension - chore: update package.json description for clarity and improved user understanding - feat: enhance Rails Routes extension with detailed README, new icons, and improved route fetching - refactor: update command name and title for list routes - feat: new logo - refactor: group routes by controller and path - feat: initial commit of Rails Routes extension for Raycast * Update package.json * Update types.ts * Update list-routes.tsx * Update list-routes.tsx * Update route-item.tsx * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update polar extension (#15971) * Update polar extension - Merge branch \'contributions/merge-1734699226856\' - Pull contributions - Merge branch \'contributions/merge-1734699193988\' - Pull contributions - Merge branch \'contributions/merge-1734699114396\' - Pull contributions - add screensshots - fix polar api * fix images * add changelog * Update CODEOWNERs * Update amazon-search extension (#15969) * Update amazon-search extension - Update amazon-search extension - Initial commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Add smallweb extension (#15859) * add frecency sorting * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update summarize-youtube-video-with-ai extension (#15972) * Update summarize-youtube-video-with-ai extension - lint-fix - add new icon - adjust changelog - improve useEffects and core functionality - restructure consts - improve error handling - remove semicolons - get richer thumbnails - use new openai preferences - simplify hooks - remove semicolons and force linewrap - add changelog - adjust es lint and prettier - add anthropic AI - move files - add anthropic command - rename files - use follow up questions for openai - update and improve chatgpt integration - add new follow up question prompt - simplify raycast ai summary - minor adjustements - update packages - Initial commit * reset eslint to defaults * cleanup fork - not sure why these files showed up again * adjust readme * fix: use correct titles * Update .prettierrc * npm run fix-lint 😬 * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Add Naver Whale browser support for browser-bookmarks. (#15873) * Add support for Whale browser * fix: Move useWhaleBookmarks before useZenBookmarks * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Add control-viscosity extension (#15878) * Initial Commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Add IPCheck Extension (#15883) * Add IPCheck Extension * Add IPCheck Extension * Update package.json * Add files via upload * Create .eslintrc.json * Create .prettierrc * update * Update package.json * gitignoreupdate * Delete extensions/ipcheck-ing/raycast-env.d.ts * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Rename Bookmarks Dropdown Title in Safari Extension (#15900) * Rename Dropdown Title * changelog --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update CODEOWNERs * fix(android): Remove info item from emulators list (#15960) * fix(android): list emulators without info debug * update changelog * improve writing --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update polar extension (#15974) * Update polar extension - Merge branch \'contributions/merge-1734699226856\' - Pull contributions - Merge branch \'contributions/merge-1734699193988\' - Pull contributions - Merge branch \'contributions/merge-1734699114396\' - Pull contributions - add screensshots - fix polar api * fix images * add changelog * Update polar extension - run linter - remove pnpm lockfile - add view customers --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Update open-in-json-hero extension (#15977) * Update open-in-json-hero extension - Add optional domain parameter for local instances of json-hero - Initial commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update pr-bot.ts (#15980) * Update threads extension (#15875) * Update threads extension * Update threads extension * Revert remove threads-video-downloader extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * fix(simctl): Merge boot and open actions into a single action (#15963) * fix(simctl): Merge boot and open actions into a single action * remove async * Update downloads-manager extension (#15995) * Update downloads-manager extension * Update downloads-manager extension * [Brand Icons] Get ready for v14 (#15994) * [Brand Icons] Fix incorrect file path (#16059) * Add omnifocus extension (#15940) * Add omnifocus extension - chore(lint): update command titles - docs: add documention files - chore: remove old asset - chore: add more assets - chore: enhance inbox listing - feat: enhance inbox list - chore: add metadata - chore: add Application category - chore: change commande title casing - chore(deps): update raycast packages - fix: proper draft setup - feat: refetch inbox after performing mutations - feat: add actions to complete or delete inbox tasks - chore: allow draft - chore: remove useless mapped data - chore: check if installed in quickadd - feat: open task from list - refactor: move applescript logic to api directory - fix: form datepicker types - chore: display message if error - fix: tag creation not working - chore: add dedicated field to create tags - feat: allow to select tags - chore: explicit creation params - feat: allow creation of complex task in Inbox - fix: filter undefined values - refactor: merge task creation functions - feat: allow to create task w/ dates - chore: update icon - chore: update icon - fix: add task to specified project - wip: task creation form - feat: add task creation form - refactor: make command a quick add - fix: only list non completed tasks in inbox - feat: add list tasks command - refactor: extract add task logic - chore(deps): remove run-applescript in favor of built-in raycast api - feat: add basic todo to OmniFocus inbox * chore: add style and shortcut to delete action * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update nanoid extension (#15935) * Update nanoid extension - added newer publish command - updated to use placeholder date - aded date to changelog - Added optional id length argument - Initial commit * update tsconfig to match newer packages * updated the package versions to also match newer extensions * npm lock file update... not PNPM :( * also updating eslint settings to the latest setup * Update nanoid.tsx * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update year-in-progress extension (#16016) * Update year-in-progress extension - Fix settings typos and type of date-fns options params - Initial commit * Remove * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * [Update Extension] System Monitor - Fix battery level (#16020) * chore: update dependencies * chore: change the way the battery usage is get * chore: update CHANGELOG * typo: update CHANGELOG * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * [Google Translate] Fix typo for Traditional Chinese (#16026) * [Tailscale] Add `netcheck` command (#15634) * Update tailscale extension - feat: add \`netcheck\` command - Initial commit * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Add mongodb-objectid extension (#15770) * Init release * Update CHANGELOG.md * Add screenshots * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * [Raindrop.io] Close raycast after saving browser tab (#16057) * Update raindrop-io extension - feat: add search by title functionality - Initial commit * Update raindrop-io extension - feat: close raycast after saving tab - Initial commit * Update types.ts * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * [Visual Studio Code]: fix makeNewWindow (#16066) * [Visual Studio Code]: fix makeNewWindow * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update raycast-gemini extension (#15949) * Update raycast-gemini extension - refactor and add new model gemini-2.0-flash-exp - Initial commit * Update raycast-gemini extension - fix lint - 1. fix typo \n2. clean code \n3. add system prompt for askai-commands \n4.add model in ai chat * add new models * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update brew extension (#16069) * refactor: reorganize terminal applications in alphabetical order to match package.json * chore: update deps * feat: add option for Ghostty terminal * lint: fix actionPanels linter error * docs: update CHANGELOG * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update wikipedia extension (#16094) * Update wikipedia extension - Add Finnish, Swedish, Norwegian languages, and fix spelling of Ukrainian - Initial commit * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update CODEOWNERs * Update chatgpt extension: Fix o1 model issue (#16100) * Update chatgpt extension - Enhance Conversations with Import/Export Functionality and Fix Model Issues - Merge branch \'contributions/merge-1735725992576\' - Pull contributions - Merge branch \'contributions/merge-1735725979847494000\' - Pull contributions - Merge branch \'contributions/merge-1735725931821635000\' - Pull contributions - Merge branch \'contributions/merge-1735725898783\' - Pull contributions - Pull contributions * Added so you can import from no view * added action --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * feature: improve error handling for UX (#15651) * Update CODEOWNERs * Update aegis extension (#16101) * Update aegis extension - use fast-fuzzy search for aegis search - init - Initial commit * add CHANGELOG.md * use filter * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update raycast-ollama extension (#16107) - CHANGELOG.md update - Ray lint fix - Command \'Loaded Models\' added tags color - Added ps information on command \'Manage Models\' - New Command \'Loaded Models\' - Action \'Update Models\' on Manage Models - Action \'Models Library\' visible with no models installed - Added Action \'Models Library\' on Manage Models - Modified copy shorcut to cmd+shift+c * Update ray-so extension - fix form submission in "Create image from code" command (#16081) * Update ray-so extension - fix create a snippet form - Initial commit * parse title * fix(comodoro): Use `timer` sub-cmd (#16025) * fix(comodoro): Use `timer` sub-cmd This is needed with the latest Comodoro. I've also otherwised updated the package to use the latest Raycast packages and setup. * Update CHANGELOG.md --------- Co-authored-by: Per Nielsen Tikær <[email protected]> * Bugfix: NHL: fixed a downstream API change that was breaking the game detail view (#16027) * Update tmux-sessioner extension (#16099) * Update tmux-sessioner extension - feat: add support for Ghostty terminal 👻 - Initial commit * feat: change keyboard shortcut for Delete This Window, Delete This Session to Raycast standard ctrl+x * Update CHANGELOG.md and optimise images --------- Co-authored-by: Jason Shanks <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Deprecate threads-video-downloader extension (#15984) * Deprecate threads-video-downloader extension * Clean up threads-video-downloader extension * Add crossLaunchCommand for Threads extension * Update threads-video-downloader extension * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update battery-health extension (#16032) * Update battery-health extension - Add publish script - Add fallback if no capacity value is available - Add maximum capacity value (#2) Co-authored-by: Jatin Kumar <[email protected]> * Update CHANGELOG.md and optimise images --------- Co-authored-by: Jatin Kumar <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update memos extension (#16023) - feat: support [email protected] - feat: support [email protected] - Initial commit * [Coolify] view-secret-keys + update-projects (#16003) * [Coolify] view-secret-keys + update-projects * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update IPCheck to V1.1 (#15983) * Update package.json * Update README.md * Update main.tsx * Update getLocalIPs.ts * Update getExternalIP.ts * Update CHANGELOG.md * Update CHANGELOG.md * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Add medialister-marketplace-helper extension (#15874) * Extension release * Fixes, depricated ToastStyle removed * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update Pomodoro preference organization and use generated types (#15868) * Update pomodoro extension - Update preference organization and use generated types - Pull contributions * fix changelog * keep enableTimeOnMenuBar as a extension level preference * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update Catppuccin extension (#15400) * Update Catppuccin extension * More refactoring * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update braid extension (#16126) * Update icons and add `Table` * Update changelog * [Manotori] View Nameserver Sets + better error handling + view event details (#16125) * [Manotori] better error handling + view event deets * [Manotori] View NS Sets * [Manotori] fix ss and remove hard coded title * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update rusbase extension (#16121) - update README - Initial commit * Update date-converter extension (#16117) * Update date-converter extension - Add support for hexadecimal inputs - Initial commit * Update extensions/date-converter/src/index.tsx Co-authored-by: Albert Portnoy <[email protected]> * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: Albert Portnoy <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update CODEOWNERs * Update vc-ru-news extension (#16122) - update README - Initial commit * Update espn extension (#16116) * Update espn extension - update README - Initial commit * update CHANGELOG * update CHANGELOG * Update techcrunch extension (#16118) - update CHANGELOG - small fix - update README - Initial commit * Update mullvad extension (#15981) * Update mullvad extension - Support Reconnecting via the Mullvad CLI, Fixed HUD message display - Initial commit * Fixed code style issues * Update mullvad extension - Cleanup - Added frequency sorting location/server list - Add option to select specific server - Removed test code - Initial commit * updated changelog * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]> * Update safari extension (#16192) - feat: add copy to clipboard command - Initial commit * Update CODEOWNERs * Update safari extension (#16196) - Add new command to copy tab as link - Initial commit * Renamed readme.md to README.md (#7237) * Added aleph tools * Fix to ode style issues * Prettier, update * Resized icons to 512 x 512 pixels * Added result to clipboard before pasting the contents to front most application * Added empty readme.md with screenshot * Update readme.md * Screenshot * Added screenshot to readme * Update and rename readme.md to README.md * Update open-laravel-herd-site extension (#13303) * Update open-laravel-herd-site extension - Merge branch \'contributions/merge-1719993320551140000\' - Pull contributions - Sorting sites alphabetically, editor setting * Updated CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Milena Araujo <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update open-laravel-herd-site extension (#13303) * Update open-laravel-herd-site extension - Merge branch \'contributions/merge-1719993320551140000\' - Pull contributions - Sorting sites alphabetically, editor setting * Updated CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Milena Araujo <[email protected]> Co-authored-by: raycastbot <[email protected]> * Renamed readme.md to README.md (#7237) * Added aleph tools * Fix to ode style issues * Prettier, update * Resized icons to 512 x 512 pixels * Added result to clipboard before pasting the contents to front most application * Added empty readme.md with screenshot * Update readme.md * Screenshot * Added screenshot to readme * Update and rename readme.md to README.md * Update open-laravel-herd-site extension (#13303) * Update open-laravel-herd-site extension - Merge branch \'contributions/merge-1719993320551140000\' - Pull contributions - Sorting sites alphabetically, editor setting * Updated CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Milena Araujo <[email protected]> Co-authored-by: raycastbot <[email protected]> * Update open-laravel-herd-site extension (#13303) * Update open-laravel-herd-site extension - Merge branch \'contributions/merge-1719993320551140000\' - Pull contributions - Sorting sites alphabetically, editor setting * Updated CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Milena Araujo <[email protected]> Co-authored-by: raycastbot <[email protected]> * refactor: :rotating_light: fix lint errors * chore: :memo: keep old name for the "create transaction" command see https://github.com/raycast/extensions/pull/16210#pullrequestreview-2552362328 * Update CHANGELOG.md and optimise images * fix: :children_crossing: don't show hidden categories in transaction forms * feat: :sparkles: allow payee list dropdown in transaction creation form and default to it * fix: :bug: fix relative time in transaction list being bound to midnight on the day of the transaction * feat: :globe_with_meridians: add support for different number formats when submitting transactions * feat: :sparkles: handle proper localization of currency amounts according to settings * docs: :memo: update changelog and readme * fix: :bug: adjust split transaction logic to take formatted amounts into account * feat: :sparkles: add payee dropdown by default to schedule transaction form * docs: :memo: update changelog * refactor: :recycle: handle subtransaction change event in a single location * chore: :mute: do not log goal with cadences but no frequency * docs: :pencil2: fix merge conflict in readme * Update CHANGELOG.md and optimise images --------- Co-authored-by: Adam Sherwood <[email protected]> Co-authored-by: raycastbot <[email protected]> Co-authored-by: Yug Sahu <[email protected]> Co-authored-by: Arthur Pinheiro <[email protected]> Co-authored-by: Vadim Petrov <[email protected]> Co-authored-by: Zane Sabbagh <[email protected]> Co-authored-by: zcsabbag <[email protected]> Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: Apoorv Khandelwal <[email protected]> Co-authored-by: Kentaro Suzuki <[email protected]> Co-authored-by: Yen Cheng Lin <[email protected]> Co-authored-by: Anton Suprun <[email protected]> Co-authored-by: Nirmit Pandya <[email protected]> Co-authored-by: Nathan Witmer <[email protected]> Co-authored-by: David Molinero <[email protected]> Co-authored-by: Syed M Mokaarim Bin Razi <[email protected]> Co-authored-by: Sharker <[email protected]> Co-authored-by: Jose Alvarez <[email protected]> Co-authored-by: Santiago Perez <[email protected]> Co-authored-by: Santiago Perez <[email protected]> Co-authored-by: Thomas Lombart <[email protected]> Co-authored-by: Dino <[email protected]> Co-authored-by: LitoMore <[email protected]> Co-authored-by: Stefan Riđošić <[email protected]> Co-authored-by: Tommy D. Rossi <[email protected]> Co-authored-by: skuio <[email protected]> Co-authored-by: Kalvin Mizzi <[email protected]> Co-authored-by: soradotwav <[email protected]> Co-authored-by: Brandon (opti) <[email protected]> Co-authored-by: Sebastien Flory <[email protected]> Co-authored-by: Neil <[email protected]> Co-authored-by: Jakub <[email protected]> Co-authored-by: Shreyas Gupta <[email protected]> Co-authored-by: Giovambattista Fazioli <[email protected]> Co-authored-by: Leandro Lima <[email protected]> Co-authored-by: Leandro Maia <[email protected]> Co-authored-by: George <[email protected]> Co-authored-by: michał <[email protected]> Co-authored-by: MikuGeek <[email protected]> Co-authored-by: Gerard Keane <[email protected]> Co-authored-by: Shayne O'Sullivan <[email protected]> Co-authored-by: Henrik Nyh <[email protected]> Co-authored-by: Mathieu Dutour <[email protected]> Co-authored-by: Dominik Grzędzielski <[email protected]> Co-authored-by: George <[email protected]> Co-authored-by: svenhofman <[email protected]> Co-authored-by: Sina Nazeri <[email protected]> Co-authored-by: Maximilian <[email protected]> Co-authored-by: Luo Lei <[email protected]> Co-authored-by: Connor <[email protected]> Co-authored-by: Ibrahim Ahmed Ali <[email protected]> Co-authored-by: xvvhang <[email protected]> Co-authored-by: Abel Roinsard <[email protected]> Co-authored-by: Hrishabh Nadkarni <[email protected]> Co-authored-by: Przemek Pawlik <[email protected]> Co-authored-by: Jelte Lagendijk <[email protected]> Co-authored-by: Heavyrisem <[email protected]> Co-authored-by: Guten <[email protected]> Co-authored-by: Quintin Fettes <[email protected]> Co-authored-by: Quintin Fettes <[email protected]> Co-authored-by: Evan Zhou <[email protected]> Co-authored-by: Zander Martineau <[email protected]> Co-authored-by: Renzo <[email protected]> Co-authored-by: Marc Köhlbrugge <[email protected]> Co-authored-by: yazanzaid00 <[email protected]> Co-authored-by: Robert Lin <[email protected]> Co-authored-by: Rafi <[email protected]> Co-authored-by: ra <[email protected]> Co-authored-by: Leandro Ardissone <[email protected]> Co-authored-by: Hayden Barnes <[email protected]> Co-authored-by: Gleb Stroganov <[email protected]> Co-authored-by: strongeron <[email protected]> Co-authored-by: Andrey <[email protected]> Co-authored-by: gsmt <[email protected]> Co-authored-by: Emil Widlund <[email protected]> Co-authored-by: Achille Lacoin <[email protected]> Co-authored-by: Kim <[email protected]> Co-authored-by: hwi.kim <[email protected]…
- Merge branch \'contributions/merge-1739813379441\' - Pull contributions - chore: update readme - fix: extension title - chore: apply prettier - refactor: unify data fetching using usePromise - chore: set default perspective to inbox - chore: do not show details when list is empty - chore: remove list inbox command - feat: add requirement checking - chore: update task list - fix: prevent error when leaves are not tasks - feat: list tasks inside perspectives (raycast#2)
- Merge branch \'contributions/merge-1740248981165\' - Pull contributions - Merge branch \'contributions/merge-1740248965386\' - Pull contributions - Merge branch \'contributions/merge-1740067005309\' - Pull contributions - Updated config files - Versioning - Merge pull request raycast#3 from cojmeister/fix/track-fail - Added debug messages - Added debug messages - Merge pull request raycast#2 from cojmeister/fix/track-fail - Possibly solved bug - Removed redundant async - Proper types - Linting - New raycast file - Updated dependencies - Corrected description in package.json - Initial Commit
* Update omnifocus extension - Merge branch \'contributions/merge-1739813379441\' - Pull contributions - chore: update readme - fix: extension title - chore: apply prettier - refactor: unify data fetching using usePromise - chore: set default perspective to inbox - chore: do not show details when list is empty - chore: remove list inbox command - feat: add requirement checking - chore: update task list - fix: prevent error when leaves are not tasks - feat: list tasks inside perspectives (#2) * Update omnifocus extension - chore: improve performances - chore: update apple script - chore: wait after writes - chore: remove extra checks - chore: increase apple script timeout - chore: udpate case * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]>
- Merge pull request raycast#16 from chase-manning/fix-issue-with-no-results - Merge pull request raycast#15 from chase-manning/add-categories - fix issue with no results - Merge pull request raycast#14 from chase-manning/update-readme - add categories - update readme - Merge pull request raycast#13 from chase-manning/token-prices - update command to token prices - Merge pull request raycast#12 from chase-manning/fix-linting - resize image to fix linting - Merge pull request raycast#10 from chase-manning/add-ci - install dependancies for linting - change ci to only run for prs - Merge pull request raycast#9 from chase-manning/shorter-decimals - add ci - change decimals to be a bit simpler - Merge pull request raycast#7 from chase-manning/add-chart - Merge pull request raycast#8 from chase-manning/svg-chart - minor formatting change - minor formatting changes - Generate the chart in SVG rather than using a remote service - exclude data older than a day - add chart to token details page - feat: Enable chart query conditionally based on query parameter - feat: Add useChart hook for chart data management - fix: Prevent chart rendering error by checking data availability before rendering - feat: Add chart display for token price data in TickerListItem component - Merge pull request raycast#6 from chase-manning/update-logo - Merge pull request raycast#5 from chase-manning/duplicate-symbols - update logo - fix issue with duplicate symbols - Update the logo - Merge pull request raycast#3 from chase-manning/use-coingecko-api - Avoid duplicated symbols - Remove watchlist command - Sort by market cap - Fix issue with cached results - Only show data from coingecko - Use Coingecko API - Merge pull request raycast#4 from chase-manning/add-icon - Add icon - Merge pull request raycast#2 from chase-manning/add-favorites - Rename favorite to watchlist and add watchlist command - Persist queries to make loading faster - Change default action - Add favorites feature and use detail to show price - 📦 add description - Merge pull request raycast#1 from chase-manning/use-wrapper-api - Use wrapper API instead of directly calling api ninja - 🎉 initial commit
* Update omnifocus extension - Merge branch \'contributions/merge-1739813379441\' - Pull contributions - chore: update readme - fix: extension title - chore: apply prettier - refactor: unify data fetching using usePromise - chore: set default perspective to inbox - chore: do not show details when list is empty - chore: remove list inbox command - feat: add requirement checking - chore: update task list - fix: prevent error when leaves are not tasks - feat: list tasks inside perspectives (raycast#2) * Update omnifocus extension - chore: improve performances - chore: update apple script - chore: wait after writes - chore: remove extra checks - chore: increase apple script timeout - chore: udpate case * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <[email protected]>
Description
Add GitLab extension
Type of change
Screenshot
⚙️ Initial Setup (with audio)
setup_gitlab_raycast_extension.mp4
🚴 Tour de Raycast GitLab commands (with audio)
tour_de_gitlab_raycast_extension.mp4
Checklist