Skip to content
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

[New Extension] OpenAI Translator #5306

Merged
merged 21 commits into from Mar 22, 2023
Merged

[New Extension] OpenAI Translator #5306

merged 21 commits into from Mar 22, 2023

Conversation

douo
Copy link
Contributor

@douo douo commented Mar 12, 2023

Description

Raycast extension for translation based on ChatGPT API.

Feature:

Screencast

one-key-with-mouse.mov

Commands:

commands

Translation:

stream-text

What is it?

what-en

Actions

actions

Checklist

@raycastbot raycastbot added the new extension Label for PRs with new extensions label Mar 12, 2023
@raycastbot
Copy link
Collaborator

Congratulation on your new Raycast extension! 🚀

We will review it shortly. Once the PR is approved and merged, the extension will be available on the Store.

@abnershang
Copy link
Contributor

Can't wait, please launch!!!!

@pernielsentikaer pernielsentikaer self-assigned this Mar 17, 2023
Copy link
Collaborator

@pernielsentikaer pernielsentikaer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi 👋

Thanks for your contribution 💪

I have now tested your extension, and I have some feedback ready for you:

  • The extensions suffer from Empty state flicker

  • Where does the Magyar come from? I selected English as preference

Raycast-wbqwPdxE@2x

I'm looking forward to testing this extension again 🔥

Request a new review when you are ready. Feel free to contact me here or at Slack if you have any questions.

extensions/openai-translator/src/views/content.tsx Outdated Show resolved Hide resolved
extensions/openai-translator/src/views/content.tsx Outdated Show resolved Hide resolved
@douo
Copy link
Contributor Author

douo commented Mar 17, 2023

Thanks for review. Magyar mean the language of your input text. the field From did not make sense in the context of What, so I have removed it. The real problem is a bug in the languagedetect, which loses accuracy when detecting single phrases or words.

@douo
Copy link
Contributor Author

douo commented Mar 20, 2023

Add a new Feature screencapture translation.

ocr_demo.mov

@pernielsentikaer
Copy link
Collaborator

Which command line did you use to compile? I just compiled with swiftc main.swift and got another checksum 58ba5ac98cdac26e03426a28e44b687b compared with yours 5e7350c161b592ab5713fdf6874ca5c5

@douo
Copy link
Contributor Author

douo commented Mar 20, 2023

Hi @pernielsentikaer, I compiled it using the npm run build-swift alias which runs swift build --configuration=release --arch arm64 --arch x86_64 && mv .build/apple/Products/Release/ocr assets. Every time I clear the build cache with rm -r .build and rebuild, I always get a different checksum.

Copy link
Collaborator

@pernielsentikaer pernielsentikaer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello 👋

I gave it a quick spin, works as expected, approved 🔥

@pernielsentikaer pernielsentikaer merged commit c89e543 into raycast:main Mar 22, 2023
3 checks passed
@raycastbot
Copy link
Collaborator

Published to the Raycast Store:
https://raycast.com/douo/openai-translator

@douo
Copy link
Contributor Author

douo commented Mar 22, 2023

Thank you so much @pernielsentikaer ! I have a question why the README.md file did not render on the extension page.

sawyerh added a commit to sawyerh/raycast-extensions that referenced this pull request Apr 11, 2023
commit 1c151ae8986584919e06427d069e069052cbbc30
Author: raycastbot <bot@raycast.com>
Date:   Thu Apr 6 15:27:35 2023 +0000

    Update CODEOWNERs

commit 71ff8e6965b92b46dc11818cb7baeb41a4afbde6
Author: Balli Asghar <ballihacker@outlook.com>
Date:   Thu Apr 6 16:25:09 2023 +0100

    Update file-manager extension (#5687)

    * Update file-manager extension

    - Update Changelog
    - Added: Delete File
    - Fix list refresh after moving file to trash
    - added: move file to trash
    - Remove deprecated code and update to new version
    - update Packages

    * added: delete Symlink, and dir

    * fix: properly handle file paths with special characters in delete functions

    * added: showDeleteOption

    * Update extensions/file-manager/src/utils.tsx

    Co-authored-by: Thomas Lombart <lombart.thomas@icloud.com>

    * Update extensions/file-manager/src/utils.tsx

    Co-authored-by: Thomas Lombart <lombart.thomas@icloud.com>

    * Update extensions/file-manager/src/utils.tsx

    Co-authored-by: Thomas Lombart <lombart.thomas@icloud.com>

    * Update extensions/file-manager/package.json

    Co-authored-by: Thomas Lombart <lombart.thomas@icloud.com>

    * Update extensions/file-manager/src/utils.tsx

    Co-authored-by: Thomas Lombart <lombart.thomas@icloud.com>

    * Update extensions/file-manager/src/utils.tsx

    Co-authored-by: Thomas Lombart <lombart.thomas@icloud.com>

    * Update extensions/file-manager/src/utils.tsx

    Co-authored-by: Thomas Lombart <lombart.thomas@icloud.com>

    * Update extensions/file-manager/src/utils.tsx

    Co-authored-by: Thomas Lombart <lombart.thomas@icloud.com>

    ---------

    Co-authored-by: Thomas Lombart <lombart.thomas@icloud.com>

commit 0e7bd089349ca58e0703e0d176dd0c0cd89710ba
Author: Stephen Kaplan <nintendopup@icloud.com>
Date:   Thu Apr 6 11:19:58 2023 -0400

    [Image Modification] Add "Optimize Images" command, new filters, PDF to image, image to SVG, and more (#5715)

    * Add SVG conversion using Potrace

    * Add more filters, update changelog and readme

    * Add Optimize Images command

    * Add ability to rotate, flip PDFs

    * Update CHANGELOG.md

    * Remove debug script

    * Add HEIC kind in addition to HEIF, resolves #5778

    * Add thumbnails, convert thumbnails to webp

    * Add preview images

commit 08258890be839889113d90b165d1c2abbf96cdba
Author: raycastbot <bot@raycast.com>
Date:   Thu Apr 6 14:18:39 2023 +0000

    Update CODEOWNERs

commit 2cf93048920a1ccbcac90ad36937d9bf106b8f6d
Author: Arron Hunt <arronhunt@users.noreply.github.com>
Date:   Thu Apr 6 07:15:52 2023 -0700

    Update sips extension (#5743)

    * Update sips extension

    - updated @raycast/api
    - Added preview thumbnails to filters

    * revert package.json

commit f7a9c54f993a44696771564904fd1daf8d394cd8
Author: Stefano <s.cislaghi@gmail.com>
Date:   Thu Apr 6 14:41:58 2023 +0100

    chore: dependencies (#5704)

commit 5ebbadb4f64d19504209b17f6a70669a719c5876
Author: Hans van Luttikhuizen-Ross <pindab0ter@me.com>
Date:   Thu Apr 6 15:24:29 2023 +0200

    [Hue] Fixes and improvements (#5647)

    * Update dependencies

    * Silence predictableActionArguments warning

    * Memoize Hue Bridge machine

    * Move type definitions to types file

    * Break up hue.ts file

    * Remove non-functional caching

    * Update changelog

    * Added new ESLINT

    * Reuse api reference between command invocations

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 81d05588da893d003526637e656b42348c33bd64
Author: Luca Schultz <45899273+lucaschultz@users.noreply.github.com>
Date:   Thu Apr 6 15:14:36 2023 +0200

    Bear 2 Support for the Bear Extension (#5706)

    * feat: added bear 2 support

    * chore: migrate to the new api version

    * fix: Copy Unique Identifier copies `note.id` instead of note id

    * feat: add argument to Search Notes command

    * chore: updated changelog

    * chore: updated changelog

    * fix: ran `npx ray lint`

commit b447feb799a397094285c85cbfa7e4561b732c54
Author: Zach Fuller <zach5990@gmail.com>
Date:   Thu Apr 6 08:12:26 2023 -0500

    feat(readwise-reader): Add search command (#5723)

    * Add search command

    * Rename open new command to open inbox

    * Add open shortlist command

    * Add metadata indicating article was saved via Raycast

    * Update changelog

    * Improve error handling

commit 8254c210371fc761c5e4330138a6995ff5257c14
Author: Stefano <s.cislaghi@gmail.com>
Date:   Thu Apr 6 14:10:10 2023 +0100

    chore: dependencies update (#5748)

commit 6632d407360157858986a9825be1205041a130ea
Author: Abiel Zulio M <7030944+abielzulio@users.noreply.github.com>
Date:   Thu Apr 6 20:09:46 2023 +0700

    [CHATGPT]: fix 4/4 (#5751)

    * fix: contextual conversation

    * docs: update `CHANGELOG`

    * docs: updated

    * docs: more verbose

    * docs: update models availability

    * docs: derp

commit 15085386f99d0e3a5f4ef97930ae6a6a667b26b0
Author: raycastbot <bot@raycast.com>
Date:   Thu Apr 6 13:07:31 2023 +0000

    Update CODEOWNERs

commit 622005cf9737fbf4ed623a669a7d5711ddd423bf
Author: David Walser <walser.dave@gmail.com>
Date:   Thu Apr 6 15:05:22 2023 +0200

    1Password: fixed newline in clipboard copy (#5732)

    * fixed newline in clipboard copy

    * fixed import quotes

    * Added changelog and expanded 1pass contributors

    * fixed contributor name

commit ece66a9a8f14a2b512872f0643dea4654ebb61d1
Author: raycastbot <bot@raycast.com>
Date:   Thu Apr 6 12:47:39 2023 +0000

    Update CODEOWNERs

commit 41badd4cd84b1b1b4705a3b4c47df2dacb79206d
Author: Robert Rosman <robert.rosman@zmartagroup.com>
Date:   Thu Apr 6 14:45:26 2023 +0200

    Transform: Add `JSON to JS` command (#5793)

    * Use JSON5 to transform JS object to JSON

    * Added json-to-js-object command

commit 4679a8bc752b1bd9b262538f02e5bc32295a5a85
Author: raycastbot <bot@raycast.com>
Date:   Thu Apr 6 12:42:20 2023 +0000

    Update CODEOWNERs

commit 6eb45d746c0ea71fae9c521eebd0f6499d793385
Author: Arron Hunt <arronhunt@users.noreply.github.com>
Date:   Thu Apr 6 05:40:19 2023 -0700

    Update color-picker extension (#5752)

    - updated @raycast/api
    - added hsva

commit ac32c60105db84f5fc93332c86ee18bb95b1266f
Author: Robert Rosman <robert.rosman@zmartagroup.com>
Date:   Thu Apr 6 14:39:01 2023 +0200

    Added secondary action "Paste in active app" (#5794)

commit b224819b727b30013e100e3205a5d4b20565e435
Author: Loris Guignard <loris.guignard@gmail.com>
Date:   Thu Apr 6 14:32:43 2023 +0200

    Things: Fix #5720 (#5802)

    * Move down the Copy URI action down in the list (Fix #5720)

    * Fix TS error

commit 740e1f78806bd44d21b7644925f5dd7b799324ba
Author: raycastbot <bot@raycast.com>
Date:   Thu Apr 6 11:32:22 2023 +0000

    Update CODEOWNERs

commit 07c36068005dc67af86a4daec41dc2a33d14da0e
Author: ABukSwienty <88147569+ABukSwienty@users.noreply.github.com>
Date:   Thu Apr 6 13:30:12 2023 +0200

    Add thesaurus extension (#5314)

    * first commit

    * fix: feedback

commit f0e895bb8cce2b054e8c04fa40f6582ab2a629f7
Author: raycastbot <bot@raycast.com>
Date:   Thu Apr 6 11:03:28 2023 +0000

    Update CODEOWNERs

commit 72080041a4d8465dab19cb427b0c56627a9dbb89
Author: karolre <35901733+karolre@users.noreply.github.com>
Date:   Thu Apr 6 13:01:14 2023 +0200

    Google Chrome: fix tab activation (#5683)

    closes #4820

commit 2da24aeda122f8dfdbafa8eab492c40bdae84491
Author: raycastbot <bot@raycast.com>
Date:   Thu Apr 6 10:50:56 2023 +0000

    Update CODEOWNERs

commit 3087e33ec7de2e6fc5b3246a35bd92a717ca5908
Author: Robert van Hoesel <robertvh@hey.com>
Date:   Thu Apr 6 12:48:45 2023 +0200

    Iconify: Fix search in `View Icons` command (#5669)

    * Update iconify extension

    - Pull contributions
    - Init

    * Fix searching on paginated 'view icons'

commit 9064cbca84b1cca1295b6efc566bec9f71efe98c
Author: Thomas Lombart <lombart.thomas@icloud.com>
Date:   Wed Apr 5 16:32:33 2023 +0200

    GitHub: Notification fixes (#5783)

    * GitHub: Fix read notifications comment ID

    * refactor author fragment

    * Don't show success toast when opening a notification.

commit 63b97ed3075140aee27643791f2cc7d7059c544d
Author: raycastbot <bot@raycast.com>
Date:   Wed Apr 5 14:19:54 2023 +0000

    Docs: update for the new API release

commit fea6df2dffb3b590e06a038cd0377a7523471798
Author: Stefano <s.cislaghi@gmail.com>
Date:   Wed Apr 5 09:20:04 2023 +0100

    chore: dependencies update (#5749)

commit a55e01da383972c186ce8562ec6343510a11343a
Author: Thomas Lombart <lombart.thomas@icloud.com>
Date:   Tue Apr 4 16:16:06 2023 +0200

    Jira: Fix autoCompleteUrl issue

commit b62a4cac452b0fabe1e137ff3c5907886b45be0d
Author: mathieudutour <mathieu@dutour.me>
Date:   Tue Apr 4 13:04:14 2023 +0200

    Misc: Remove extra line break

commit b28c9c49f3b6dbb5993e1b7c7abcf62545889ac7
Author: Marin Todorov <marin@underplot.com>
Date:   Tue Apr 4 11:24:47 2023 +0200

    Linear: display issue relations in details (#5682)

    Linear: Add related issues

commit 767cb7a1b9dc3b9dd11349be493cf322ac62b9ca
Author: Thomas Lombart <lombart.thomas@icloud.com>
Date:   Mon Apr 3 15:14:01 2023 +0200

    Jira: Add typeahead search for filters and projects (#5735)

    * Jira: Fix duplicated values in filters dropdown

    * Jira: Add typeahead search for filters

    * Jira: Add typeahead search for the projects field

commit 75bebc2ace5980132f59751d74ffc7f5153dcabc
Author: Krit Kruaykitanon <kritkruaykitanon@gmail.com>
Date:   Sun Apr 2 18:07:44 2023 +0700

    [Binance] Fix incompatible api options (#5705)

    * fix(binance): fix incompatible api options

commit 5fdebda97adb5f6d9b71ad9f6b521d5bd9cc7451
Author: raycastbot <bot@raycast.com>
Date:   Fri Mar 31 12:06:18 2023 +0000

    Docs: update for the new API release

commit 50c2fe0bff860818295b3ee998f23724bf78dcce
Author: Stephen Kaplan <nintendopup@icloud.com>
Date:   Fri Mar 31 06:13:54 2023 -0400

    [Image Modification] Add WebP support + Path Finder support (#5633)

    * Add webp conversion, add progress indicator

    * Add support for Path Finder

    * Added ability to flip, pad, resize, rotate, and scale WebP images

    * Update CHANGELOG.md

commit e2458fa71c708af38c3f99d8455d4cc5932686b5
Author: koin <36128970+koinzhang@users.noreply.github.com>
Date:   Fri Mar 31 18:10:33 2023 +0800

    [Update] Pexels extension (#5629)

    * [Update] Pexels extension

    * Update RaycastApi version

    * Update CHANGELOG.md

    ---------

    Co-authored-by: raycastbot <bot@raycast.com>

commit fed14ef149eab0389d646b4cf60123c018011b69
Author: raycastbot <bot@raycast.com>
Date:   Fri Mar 31 09:55:42 2023 +0000

    Update CODEOWNERs

commit 663d83a5651afdccc0eb9d81eddcad81004474cf
Author: Juan Rodriguez <sjdonado@uninorte.edu.co>
Date:   Fri Mar 31 11:53:23 2023 +0200

    [New Extension] I Don't Have Spotify (#5617)

    * feat: idonthavespotify extension

    * fix: remove yarn.lock

    * feat: Play Audio Preview

    * feat: cache last search

    * feat: Stop Audio Preview command

    * fix: remove unused asset

    * Update package.json

    * Update package.json

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 776613103967beed7b38738b4cd5de95d44d2631
Author: raycastbot <bot@raycast.com>
Date:   Fri Mar 31 08:46:57 2023 +0000

    Update CODEOWNERs

commit cacf8fbac9983c39de4e14af42095baa586abd91
Author: Maciej Bryński <maciek-github@brynski.pl>
Date:   Fri Mar 31 10:44:32 2023 +0200

    [New extension] Bing Search (#5583)

    * Bing Search plugin

    * Add lint configuration

    * Fix linting issues

    * Update search.tsx

    * Update package.json

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 7e7c5408d908f29d049cc09634d1665958223e5d
Author: raycastbot <bot@raycast.com>
Date:   Fri Mar 31 07:57:09 2023 +0000

    Update CODEOWNERs

commit dd53a9357e36f02e3199c7a4123f1b08b9396326
Author: Toshiki K <kame0008@gmail.com>
Date:   Fri Mar 31 09:54:46 2023 +0200

    Add Scrapbox search extension (#5579)

    * Add Scrapbox search extension

    * remove "owner" from package.json

    * Update package.json

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 965a8472f79663e32557453d7b66bad7cb946e8e
Author: Zach Fuller <zach5990@gmail.com>
Date:   Fri Mar 31 02:13:50 2023 -0500

    feat(readwise-reader): Add ability to save links (#5533)

    * Add ability to save links

    * Add command for saving selected URL

    * Add command for saving URL from clipboard

    * Refactor error handling

    * Update changelog

    * Update screenshot

    * Remove unneccesary calls to closeMainWindow()

commit 988474a5eea0d6776fd22b8c4e052c3480ced73d
Author: StevenRCE0 <40051361+StevenRCE0@users.noreply.github.com>
Date:   Fri Mar 31 15:04:26 2023 +0800

    feat(Apple Notes): Added the function to open notes in separate windows (#5517)

    * feat: Added the function to open notes in separate windows.

    * Update CHANGELOG.md

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 8a0ace1cfc2819f5955b0386b8731b4cc3f9afe9
Author: raycastbot <bot@raycast.com>
Date:   Fri Mar 31 06:46:06 2023 +0000

    Update CODEOWNERs

commit 28214c25ff7427b80b3280d048e909032e8ea1a7
Author: M.Y <44369261+nagauta@users.noreply.github.com>
Date:   Fri Mar 31 15:43:52 2023 +0900

    add Search Sequel Ace lol (#5515)

    * first commit lol

    * add screenshots

    * clean

    * update screenshots

    * clean

commit cfd21dde746816460931e2a35b77b311b586601f
Author: raycastbot <bot@raycast.com>
Date:   Fri Mar 31 05:01:11 2023 +0000

    Update CODEOWNERs

commit f5c8d6fd7c20a57b5dc1b322654864a3e9ccb6df
Author: raycastbot <bot@raycast.com>
Date:   Fri Mar 31 05:00:44 2023 +0000

    Update CODEOWNERs

commit 331e34734cf6d67b45c530363ef42ef7c6c995dd
Author: Jakub <36273653+teziovsky@users.noreply.github.com>
Date:   Fri Mar 31 06:59:06 2023 +0200

    [New Extension] RayDocs (#5498)

    * feat: Init extension T-172

    * feat: List all links of sidebar as List.Item T-173

    * feat: add metadata

    * docs(package): add description of extension

    * fix: reorder state assign

    * docs: update changelog

    * feat(LinkItem): add copy to clipboard

    * docs: update description of extension and command

    * refactor: rename scrapDocs to getLinks

    * fix: isLoading default to true

    * Update package.json

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit d67730030a34c2974b7ab158e16b56cf57d6c1ed
Author: Andreas Elia <andreaselia@live.co.uk>
Date:   Fri Mar 31 05:58:28 2023 +0100

    Add new Disney extension (#5678)

    * add disney extension

    * extension updates

    * update readme

commit a91fe01778cd1f1c32d38637ac9855a0c11fed21
Author: Markus Langer <dev@m-la.de>
Date:   Fri Mar 31 06:45:02 2023 +0200

    add support for VSCode cached projects #5632 (#5665)

    * add support for VSCode cached projects #5632

    * Changelog

    ---------

    Co-authored-by: Markus Langer <markus.langer@novacapta.com>
    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit e6e31ebd2a54faf2da521c8848b6e1a188f3ff16
Author: Zander Martineau <mrmartineau@users.noreply.github.com>
Date:   Fri Mar 31 05:42:38 2023 +0100

    [Search npm] Add favorites and search history (#5624)

    * Add faves and history

    * Revert regressions

    * Updates and improvements based on PR feedback

    * Update HistoryListItem.tsx

    * Update PackagListItem.tsx

    * Update package.json

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 6cd734bbd9a626db0c6cf8d138c7a7e061fcb790
Author: Yug Sahu <77864399+yug2005@users.noreply.github.com>
Date:   Thu Mar 30 14:24:04 2023 -0400

    [Downloads Manager] Copy File Action in Manage Downloads (#5672)

    * Added copy file command to manage downloads

    * updated CHANGELOG

    * Downloads Manager: Use built-in action to copy file

    ---------

    Co-authored-by: Thomas Paul Mann <hello@thomaspaulmann.com>

commit 104a5716e2e0fe7577074040227eaaf82b936559
Author: raycastbot <bot@raycast.com>
Date:   Thu Mar 30 11:28:53 2023 +0000

    Update CODEOWNERs

commit 6203c44deecac85d5824572535cb6eab94aba83a
Author: Andreas Elia <andreaselia@live.co.uk>
Date:   Thu Mar 30 12:26:30 2023 +0100

    [TMDB] Add support for searching upcoming movies (#5562)

    * add support for upcoming movies

    * update movie/tv ratings to say "no rating" instead of 0 when no rating is available

    * update rating text

commit 6bcf636b4a86716c4f2e143e5bc6423570d51712
Author: Tom Lienard <tom.lienrd@gmail.com>
Date:   Thu Mar 30 11:10:32 2023 +0200

    [Scaleway] Add Secret Manager product (#5614)

    * [Scaleway] Add Secret Manager product

    * fix: lint issues

commit 24de36b3f34dc34aedeb9787d5b6512961890daa
Author: Thomas Lombart <lombart.thomas@icloud.com>
Date:   Thu Mar 30 09:35:53 2023 +0200

    Docs: Add migration note to ESLint page

commit 4276ebf056fb0a5b0757bdb53020218da3261314
Author: raycastbot <bot@raycast.com>
Date:   Thu Mar 30 05:15:58 2023 +0000

    Update CODEOWNERs

commit 3f71f0959fd4bedcbcd5e93beccd1941fd82a883
Author: Andreas Elia <andreaselia@live.co.uk>
Date:   Thu Mar 30 06:14:03 2023 +0100

    Add 2FA Directory Extension (#5577)

    * add 2fa directory extension

    * update author

    * fix title case

    * Update package.json

commit ebb6d627f26ed6ef4e00738cd23a6e733d4b7508
Author: koin <36128970+koinzhang@users.noreply.github.com>
Date:   Thu Mar 30 13:09:53 2023 +0800

    [Bugfix] Open Link in Specific Browser (#5635)

    * [Bugfix] Open Link in Specific Browser

    * Add QuickLook for app

    * Update CHANGELOG.md

    ---------

    Co-authored-by: raycastbot <bot@raycast.com>

commit d939391dcfda8bfe1d43ffabd7fd39fde1dd92d5
Author: koin <36128970+koinzhang@users.noreply.github.com>
Date:   Thu Mar 30 13:06:17 2023 +0800

    [Update] Open Path extension (#5660)

    * [Update] Open Path extension

    * Update CHANGELOG.md

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit c9a3067afe56d1b0bfbd6fbba44e62d4f3de64d2
Author: raycastbot <bot@raycast.com>
Date:   Thu Mar 30 04:55:42 2023 +0000

    Update CODEOWNERs

commit bbec9e372efc89d3242671773195d9da1c11f50a
Author: Charlie Holtz <charlieholtz@gmail.com>
Date:   Wed Mar 29 21:51:03 2023 -0700

    Update Replicate Extension (#5384)

    * add new replicate extension

    * fix author error

    * remove organization? I don't know why it's failing on org handle

    * Update package.json

    * keep replicate command consistent

    * get rid of owner

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit b4596acc67d579b3b7e2befd3541db8b2b9c5b64
Author: raycastbot <bot@raycast.com>
Date:   Wed Mar 29 15:07:24 2023 +0000

    Update CODEOWNERs

commit 0d6b5c832f9492e6da9a07771465628eb625e2bf
Author: mathieudutour <mathieu@dutour.me>
Date:   Wed Mar 29 17:04:25 2023 +0200

    Add migration for 1.49.0

commit 783042937860ecd2f004e8be4a294b5b289e20f2
Author: mathieudutour <mathieu@dutour.me>
Date:   Wed Mar 29 17:02:47 2023 +0200

    Jira is out of beta

commit 48be6a6669f17f1b31d06cc087c75fd4d3449c3d
Author: raycastbot <bot@raycast.com>
Date:   Wed Mar 29 14:57:48 2023 +0000

    Docs: update for the new API release

commit 98778058ea3839736a17bfca1ecfc71929838caf
Author: raycastbot <bot@raycast.com>
Date:   Wed Mar 29 12:54:14 2023 +0000

    Update CODEOWNERs

commit 8ad3d71c95d3ac7443fe607a2c023d3f6d02ed88
Author: Jakub <36273653+teziovsky@users.noreply.github.com>
Date:   Wed Mar 29 14:51:44 2023 +0200

    [New Extension] inFakt (#5489)

    * feat: init infakt extension

    * feat: update changelog and add metadata T-170

    * feat: add guide to generate api key

    * feat: Add hover text on invoices list for price and date T-175

    * fix: title case

    * Update SearchInvoices.tsx

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 4ecb52c06befaadb183e95e9ec4246e7873db30b
Author: raycastbot <bot@raycast.com>
Date:   Wed Mar 29 12:39:52 2023 +0000

    Update CODEOWNERs

commit 4ade5325a97676b0f025430e0768f005564eedaa
Author: Kota Hayashi <90010509+K9i-0@users.noreply.github.com>
Date:   Wed Mar 29 21:37:36 2023 +0900

    [Search Dart or Flutter Package] Added a preference to change the Primary Action (#5479)

    * Add primary action preference

    * Update raycast api version

    * format

    * Changelog

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 2ea80a3ddac4067625e43c9bc1d27a15730989e4
Author: koin <36128970+koinzhang@users.noreply.github.com>
Date:   Wed Mar 29 20:33:30 2023 +0800

    [Update] Hidden Icons extension (#5638)

    * [Update] Hidden Icons extension

    * Update CHANGELOG.md

    ---------

    Co-authored-by: raycastbot <bot@raycast.com>

commit 63f5ef97d002e8bc7798f021d2699eb44a185140
Author: Floyd Wang <gassnake999@gmail.com>
Date:   Wed Mar 29 19:53:46 2023 +0800

    Update ifanr extension (#5611)

    * Initial commit

    * Add metadata

    * Update ifanr extension

    - Add metadata
    - Add metadata

    * Update variable name

    * Add ifanr extension

    * Delete ifanr-01.png

    * Delete ifanr-02.png

    * Optimzed the code

    * Update ifanr extension

    - Update rss fields, fix command error
    - Pull contributions

    * Update ifanr extension

    - Remove unused file
    - Update CHANGELOG

    * Delete feed.ts

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 6421a2b5a8806e20bb2897b30cc83f261ef5aab2
Author: Tisfeng <tisfeng@gmail.com>
Date:   Wed Mar 29 19:52:55 2023 +0800

    🐞 fix: openai may cause crash (#5615)

    * fix: openai may cause crash

    * docs: update changelog

    * fix: check if OpenAI enabled before querying

commit 30672de60b54dee7fd415e2ca79a483326be65dc
Author: koin <36128970+koinzhang@users.noreply.github.com>
Date:   Wed Mar 29 19:25:33 2023 +0800

    [Update] Menubar Weather extension (#5640)

    * [Update] Menubar Weather extension

    * Update CHANGELOG.md

    ---------

    Co-authored-by: raycastbot <bot@raycast.com>

commit 4ef46a2368231171d374bfd2c44a2773f2d45ec5
Author: Muhaddis, Muhammad <Muhaddisshah@gmail.com>
Date:   Wed Mar 29 15:52:54 2023 +0500

    [Update] ImprovMX Extension (#5641)

    * Add Updated changelog and Readme

    * Refactor(props): Avoid direct assignment to default value  @

commit fa1ff58908c0421a095bab57dfa0147c63bc8a8a
Author: José Pereira <jmfp-b@live.com.pt>
Date:   Wed Mar 29 10:08:52 2023 +0100

    [Bitwarden] Fix copy TOTP action (#5639)

    * fix: send id to getTotp function

    * Changelog

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit ba5886dc90ace229af2197365d579cdbc2584c6b
Author: raycastbot <bot@raycast.com>
Date:   Wed Mar 29 05:27:19 2023 +0000

    Update CODEOWNERs

commit 22bcf79acab2453a2149c8f3f9ead2c1958bbfd0
Author: Tim Rogers <timrogers@github.com>
Date:   Wed Mar 29 06:25:30 2023 +0100

    Update logitech-litra to v0.2.0 (#5621)

    * Update logitech-litra to v0.2.0

    Instead of separate, painful-to-use On and Off actions, we now have a simple Toggle action. You'll need to update to the latest version of the  npm package, v4.4.0, to use this version.

    * Remove old file

    ---------

    Co-authored-by: github-actions <github-actions@github.com>

commit 1abb07920d690b69ee00257fd1a42214eea83e57
Author: Abiel Zulio M <7030944+abielzulio@users.noreply.github.com>
Date:   Wed Mar 29 12:24:53 2023 +0700

    [CHATGPT]: fix update 29/3 (#5618)

    * feat: handle overlimit token

    * feat: show error directly from OpenAI

    * feat: fetch model list from the API

    * docs: changelog + credit

    * fix: derp

commit 87201ea56f071ed7eea11bcf8d1f2d32c7f4211d
Author: raycastbot <bot@raycast.com>
Date:   Wed Mar 29 05:20:56 2023 +0000

    Update CODEOWNERs

commit 0a236a92429444dceb390caadad380bece1aa603
Author: Carlos Meira <37943747+caumeira@users.noreply.github.com>
Date:   Wed Mar 29 02:18:21 2023 -0300

    [Imgur] Album and environment files (#5604)

    * Update imgur extension

    - Fix contributors username
    - Add multiple images to album and enviroment select

    * Update CHANGELOG.md

    * Fix: accept only media types

commit b23e4e02397c4ca62ca731bc41e713ac8e0d9b88
Author: raycastbot <bot@raycast.com>
Date:   Tue Mar 28 11:45:00 2023 +0000

    Update CODEOWNERs

commit 1d5c3933e0f6a9b3c2cec9dc6b931b685b307943
Author: Andreas Elia <andreaselia@live.co.uk>
Date:   Tue Mar 28 12:42:43 2023 +0100

    Add Emissions Calculator Extension (#5581)

    * add emissions calculator extension

    * Update package.json

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit a3e784b785969262a7d73abedc1028d6e392eb62
Author: sbugzu <smile.smilebug@gmail.com>
Date:   Tue Mar 28 19:38:35 2023 +0800

    [Wireguard] Add disconnectAllWireguardConnections command (#5551)

    * FIXED: connection name contains space character

    * ADD: add disconnectAllWireguardConnections command.

    * clear root search when close main window

    ---------

    Co-authored-by: sbugzu <sbugzu_at_protonmail.com>

commit af245da5368ad670f73fd66dadf9ced15eaf0026
Author: Chris Chinchilla <chris@chrischinchilla.com>
Date:   Tue Mar 28 12:38:02 2023 +0100

    [Trello] Change response forms to fix issue (#5591)

    * Change response forms to fix issue

    * Changelog

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 422b2d5deea8a76c9c9f3b56b1da27714af79f99
Author: Ernest Ojeh <ernestojeh@gmail.com>
Date:   Tue Mar 28 13:36:35 2023 +0200

    [Focus] Bug fix for custom focus duration (#5603)

    * Bug fix for custom focus

    * CHANGELOG

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 6dca7805da3bb2b4a8827cf89b213c1f9a7b3434
Author: Tim Rogers <me@timrogers.co.uk>
Date:   Tue Mar 28 12:34:47 2023 +0100

    Update iata-code-decoder to v1.2.2 (#5613)

    ## What's Changed

    * Point to new API host for source data
    * Bump @raycast/api from 1.48.8 to 1.48.9 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/307
    * Bump typescript from 4.9.5 to 5.0.2 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/309
    * Bump eslint-config-prettier from 8.7.0 to 8.8.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/310
    * Bump react-devtools from 4.27.2 to 4.27.4 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/312
    * Bump prettier from 2.8.4 to 2.8.7 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/313

    **Full Changelog**: https://github.com/timrogers/raycast-iata-code-decoder/compare/v1.2.1...v1.2.2

    Co-authored-by: github-actions <github-actions@github.com>

commit 0640a4e7b7f5a19edbe8656bf0a2910a92863775
Author: Luke Randall <luke.randall@gmail.com>
Date:   Tue Mar 28 11:51:58 2023 +0100

    Handle NotePlan 3's new calendar formats (#5176)

    * Handle Note Plan 3's new calendar formats

    Recently support has been added for monthly, quarterly and yearly
    notes; this handles these new cases. To make it a bit easier to search
    for these types of entries, we prefix the entry type for everything
    other than daily notes.

    Additionally, this catches errors when parsing the default calendar
    format, which should prevent confusing users (see #5088 for example).

    * CHANGELOG

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 90b288468250609b09b2eb6fa4ef33aa1c8cbbad
Author: Dima Grossman <dima@grossman.io>
Date:   Tue Mar 28 13:34:17 2023 +0300

    [Productlane] - Add primary action to insight creation (#5610)

    * add productlane project

    * add lock files

    * refactor api

    * fix values for dropdowns

    * fix lint

    * fix organization

    * fix produclane capitalization

    * remove owner tag

    * update icon

    * fix title casing for productlane

    * fix casing for package.json

    * restore extensions

    * Update package.json

    * Fixed bug and added validation

    * Metadata

    * feat: add copy action and open in browser

    * CHANGELOG

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 9a4dc89441b5b8eb3dd02febc99f79dbdedcca8d
Author: Tommaso De Rossi <beats.by.morse@gmail.com>
Date:   Tue Mar 28 12:33:10 2023 +0200

    added icon for QUEUED in vercast (#5574)

    * added QUEUED

    * added changelog entry

commit 6c873120cc12b93ca7b2f4c544e1185defb241cb
Author: raycastbot <bot@raycast.com>
Date:   Tue Mar 28 10:29:56 2023 +0000

    Update CODEOWNERs

commit 44857993f1f0c829b06018e72a1b669e9fecc5b3
Author: George Bougakov <g@bougakov.com>
Date:   Tue Mar 28 13:25:33 2023 +0300

    Glyph Search (#4748)

    * Add Glyph Search extension

    * Glyph Search: Types

    * Glyph Search: Fix readme assets

    * Glyph Search: Prettier

    * Offload SVGs

    ---------

    Co-authored-by: George Bougakov <gbgk@aluminium.local>

commit df2fba495a354fec3c448a727b9d0742d58a8845
Author: raycastbot <bot@raycast.com>
Date:   Tue Mar 28 09:39:39 2023 +0000

    Update CODEOWNERs

commit 6923c42af2ad2657c9ebeb9b07d1e295b0f11e36
Author: Peter Miles <kincaidpeter@gmail.com>
Date:   Tue Mar 28 02:37:30 2023 -0700

    Add zalgo-text extension (#5109)

    * Add zalgo-text extension

    - feat: add initial generator
    - first commit

    * fix: change copy title and update image ratio

    * fix: normalize zalgo text strings & change text field title

    * Update

    * Update index.tsx

    * Update CHANGELOG.md

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 6396775d5e3338f8aed4074e7f8a9f92ac6461ba
Author: raycastbot <bot@raycast.com>
Date:   Tue Mar 28 09:05:53 2023 +0000

    Update CODEOWNERs

commit a4445e1093d6240fc9c232ff14fdbf0dcfab716a
Author: Lew Cirne <lewiscirne@mac.com>
Date:   Tue Mar 28 04:01:49 2023 -0500

    Add new-relic extension (#5159)

    * Add new-relic extension

    - prep to submit
    - fix broken urls
    - support EU and NR Staging regions
    - fix ajax suffix
    - remove debug msg
    - fix jsx coplaint
    - show entity status as a list accessory
    - Tweaked subtitle
    - put the demo in the readme
    - comments
    - linting, adding high res icon
    - more tweaks for publishing
    - more readme docs
    - tweak order of shortcuts
    - prepare for publishing
    - add shortuts to common NR capabilities
    - change app icons to match nr
    - cleanup
    - error handling
    - fix sorting, remove console.log stuff
    - provide summary metrics for most entities
    - more wip
    - more wip
    - first commit

    * search even when emtpy text, improve docs

    * entity search even when empty

    * fix lint issue

    * Update CHANGELOG.md

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit dd29e4e2c32852371f6a734394043a79230498bf
Author: José Pereira <jmfp-b@live.com.pt>
Date:   Tue Mar 28 09:49:27 2023 +0100

    fix(session): check if user is authenticated before trying to lock (#5609)

commit 699f31ba1206831c534870f2792ff7c5f24c09bb
Author: raycastbot <bot@raycast.com>
Date:   Tue Mar 28 04:41:15 2023 +0000

    Update CODEOWNERs

commit 86f16a9acc544434a3f04108d9753f13915e5218
Author: Harry Marr <harry.marr@gmail.com>
Date:   Tue Mar 28 00:39:14 2023 -0400

    Stock tracker extension (#5443)

    * Stock tracker extension

    * Update README

    * Update package.json

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit c34449e167fabc49777cbdfd9d70a13243db4fe7
Author: raycastbot <bot@raycast.com>
Date:   Tue Mar 28 04:27:45 2023 +0000

    Update CODEOWNERs

commit e07a97e6c66f810c5aad671e6c237c7adacb01a2
Author: Evgenii Khramkov <hey@ewgenius.me>
Date:   Tue Mar 28 08:25:42 2023 +0400

    Add zed-recent-projects extension (#5434)

    * add zed-recent-projects extension

    * cleanup empty readme

    * update categories

    * feat: order by most open time

commit fde3997732a8572662a085915715de18f40d3ff5
Author: raycastbot <bot@raycast.com>
Date:   Mon Mar 27 15:54:33 2023 +0000

    Update CODEOWNERs

commit 7ad36ee993ea6bcfbb74d8f5e941e297d4379402
Author: Floyd Wang <gassnake999@gmail.com>
Date:   Mon Mar 27 23:45:23 2023 +0800

    Update ifanr extension (#5420)

    * Initial commit

    * Add metadata

    * Update ifanr extension

    - Add metadata
    - Add metadata

    * Update variable name

    * Add ifanr extension

    * Delete ifanr-01.png

    * Delete ifanr-02.png

    * Optimzed the code

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit b2bd45bfec064eb78d4a648979cb4eabac6f44f1
Author: Tisfeng <tisfeng@gmail.com>
Date:   Mon Mar 27 23:40:38 2023 +0800

    feat: add support for OpenAI ChatGPT translate (#5424)

    * feat: add support for OpenAI translate

    * docs: update release screenshot

    * fix: rename file

    * docs: update README

    * docs: update README

    * fix: volcano interface property name is wrong

    * perf: remove default Caiyun token

    * perf: improve chat quote handling

    * perf: improve language detect, disable Apple detect

    * docs: update README

commit 9486f690b3d85f4bc247462a0ec49ee86fbf5ff7
Author: Christian <34539149+zeekrey@users.noreply.github.com>
Date:   Mon Mar 27 17:38:54 2023 +0200

    [Quest] Add import and export feature (#5422)

    * add import and export

    * put share action in self contained file

    * update readme and changelog

    * add task filter to quest view

commit f8e6e4c777426fd365b24951ee1e2a294ce625f6
Author: José Pereira <jmfp-b@live.com.pt>
Date:   Mon Mar 27 16:08:35 2023 +0100

    [Bitwarden] Add vault timeout and password reprompt for other sensitive values (#5414)

    * feat(reprompt): logout if the last activity passes the preference

    feat(reprompt): save last activity time on every bitwarden cli call

    * feat(reprompt): add reprompt support when accessing any vault item field

    feat(reprompt): confirm reprompt password by getting item with cli

    * refactor(vault): share selected vault item across actions using context

    * refactor: move ItemActionPanel components into actions directory

    * refactor(cleanup): remove old and unused reprompt code

    * feat(preferences): rename the reprompt setting and add more options

    * refactor: rename search types file to vault

    refactor: rename search components directory to searchVault

    * refactor: rename show secret note action title

    * fix: correct cherry pick conflicts mistakes

    * fix(actions): conditional render sections to fix priority

    * feat(lock): display lock reason in UnlockForm

    feat(actions): display HUD when copying other text values

    refactor: move ItemActionsPanel to the parent directory

    * feat(unlock): clear lock reason on unlock

    feat(unlock): prevent lock reason from disappearing while unlocking

    * feat(actions): display other fields name on HUD when copying

    feat(actions): close the window when copying the username

    * feat(reprompt): reprompt for password when access card details

    feat(reprompt): improve prompt descriptions

    * fix(reprompt): remove reprompt from copy username and uris

    * feat: simplify copy huds

    * fix: rename directory to fix git issue

    * fix: rename directory back to fix git issue

    * refactor: delete unnecessary component and move logic to only usage

    refactor: add barrel export for vault actions

    * fix: revert back to using a password hash to check the reprompt password

    fix(session): prevent from rendering vault screen without token

    * feat(clipboard): add copy transient option to new action components

    * fix(reprompt): pop the reprompt screen before calling action

    * chore: update changelog

    * fix(timeout): use -1 value for never timeout option

    feat(timeout): add immediate timeout option

commit 88abf6e27175be19e6e714b45e88968b9b328eeb
Author: Muhammad Rivki <muhammad.rivki@live.com>
Date:   Mon Mar 27 19:08:29 2023 +0700

    fix(github-trending): cache not invalidate when date changed (#5364)

    * chore: update screenshot using .png instead

    * fix: update cache invalidate issue

    * docs: update changelog

    * chore: update image without compress

commit 9daf5a279e651751d641d5ea7b121a106ad9b8cb
Author: raycastbot <bot@raycast.com>
Date:   Mon Mar 27 12:00:05 2023 +0000

    Update CODEOWNERs

commit 45d3b26385091647b5a7fe9699a9f2e269897244
Author: Abiel Zulio M <7030944+abielzulio@users.noreply.github.com>
Date:   Mon Mar 27 18:57:49 2023 +0700

    New Extensions: ChatGPT (#5253)

    * chatgpt: init

    * Revert "chatgpt: init"

    This reverts commit d233182cf099406c9109cc542bda6f3f94603fde.

    * chatgpt: init

    * fix: refine UX

    * fix: user models doesn't show up

    * refactor: `isAutoLoad` → `isAutoLoadText`

    * feat: `stream`

    * refine: copy

    * feat: `useAutoSaveConversation`

    * docs: update `CHANGELOG`

    * feat: enable empty prompt value

    * feat: support `gpt-4`

    * fix: initial `isLoading` state

    * fix: pop view after model is created

    * wip: `useForm`

    * package-lock

    * Update form.tsx

    * Update type.ts

    * fix: `temperature`

    * feat: categorize `models` in dropdown

    * fix: handle unsupported model

    * fix: more error handling

    * Added raycast ES lint plugin and various small corrections

    * Readding contributors

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit d634da7239a9313e641f7dc40365d11b25eaf95a
Author: Eric Luce <37158449+eluce2@users.noreply.github.com>
Date:   Mon Mar 27 06:43:19 2023 -0500

    Harvest (#5565)

    * fix type error

    * add option to show client name

    * update changelog

    * update manifest

    * update api version

commit ab55295bcd8485456467a4a28b77e668a3418cd3
Author: raycastbot <bot@raycast.com>
Date:   Sat Mar 25 19:22:57 2023 +0000

    Update CODEOWNERs

commit 9ed58313608136f95933d4efda8bc212aa62f1b0
Author: Sawyer Hollenshead <git@sawyerh.com>
Date:   Sat Mar 25 12:20:56 2023 -0700

    Add type-snob extension (#5544)

    * Add Type Snob

    * Move screenshot

    * Fix title case

    * Remove descriptions

    * Remove duplicate screenshot

commit e5d3a304d0d790f91737e31ca1b6468a5862640b
Author: Daniel Sequeira <daniel@raycast.com>
Date:   Sat Mar 25 06:49:53 2023 +0100

    [Urban Dictionary] Fixed search bar logic (#5558)

    * fixed search bar logic

    * updated changelog

commit 029f0b2e0dfbfe6a41e70ece2e83d07715533a5d
Author: Daniel Sequeira <daniel@raycast.com>
Date:   Fri Mar 24 17:06:42 2023 +0100

    [Portuguese Primeira Liga] Added detail view for top scorers (#5559)

    * added detail view for top scorers

    * Added country flag and disabled filtering in all commands

commit 8fb59fe484a9a109de7e621653a415cb3cda944d
Author: Stephen Kaplan <nintendopup@icloud.com>
Date:   Fri Mar 24 04:09:40 2023 -0400

    [Image Modification] Add Apply Image Filter command (#5519)

    * Add Apply Image Filter command

    * Potentially fix image sizing problems

commit a7db609f05058b76a27ca18e709402d5ccac2292
Author: Andrew Minion <andrew@andrewrminion.com>
Date:   Thu Mar 23 15:13:37 2023 -0500

    GitLab: improve starred project visibility (#5410)

    * improve starred project visibility

    * update changelog

commit f25e5788196eb14d1797ecf7dd2cb42842ebd1e3
Author: Per Nielsen Tikær <per@raycast.com>
Date:   Thu Mar 23 13:24:44 2023 +0100

    Update pomodoro extension (#5532)

    * Added sounds preference

    * Added changelog

commit 24917735068fe0ec7940ebc985775724cb89b381
Author: raycastbot <bot@raycast.com>
Date:   Thu Mar 23 10:32:37 2023 +0000

    Update CODEOWNERs

commit 3213cf1232dc64ed4809049734a63d3f55807ed0
Author: Jackson Salopek <jackson.salopek@gmail.com>
Date:   Thu Mar 23 06:30:20 2023 -0400

    [New Extension] TradingView Controls (#5303)

    * tradingview-controls v0.1.0

    * Update to conform to store style

    * Broke applescript out into functions for error-handling, resolved launch error if app was not installed

    * Doesnt add value

    * Removed from extension

    * Update CHANGELOG.md

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 180489b5d2b49674c9f8995d10981d4f928761c0
Author: Per Nielsen Tikær <per@raycast.com>
Date:   Thu Mar 23 11:02:01 2023 +0100

    Delete package-lock.json

commit cb74aef6ce1d75e8558a388eef80722b70d014a3
Author: Per Nielsen Tikær <per@raycast.com>
Date:   Thu Mar 23 11:00:23 2023 +0100

    Update change-case extension (#5486)

    * Updated API and added copy/paste selection

    * Added changelog

commit 2975e7ceff079be38053f5e5173a41618f11258e
Author: Federico Vitale <Rawnly@users.noreply.github.com>
Date:   Thu Mar 23 09:57:13 2023 +0100

    [Music]: Added fallback commands (#5522)

    * feat: added fallback cases

    * feat: code cleanup and fixes

    * feat: improvements

    * chore: run linter

    * Changelog

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit c01cc3deb24b16f95285a8ae0b5278ae7ffdaaf0
Author: sbugzu <smile.smilebug@gmail.com>
Date:   Thu Mar 23 16:53:32 2023 +0800

    FIXED: connection name contains space character (#5524)

    Co-authored-by: sbugzu <sbugzu_at_protonmail.com>

commit a85de18764aeaf14f560243e358a5472c4b0ad6c
Author: Joe Tannenbaum <joe@joe.codes>
Date:   Thu Mar 23 04:35:48 2023 -0400

    Warp Launch Extension bugfix: Open Warp first before running JXA (#5518)

    * add warp launch configuration extension

    * fixed owner key

    * revert owner key fix

    * removed owner key

    * handle errors gracefully

    * make sure files aren't undefined

    * copy fix

    * Update index.tsx

    * find both yaml and yml files

    * handle both yaml and yml files

    * make sure we're matching the name in the yaml file, not just the filename

    * Changelog

    * make sure to open warp first before running jxa

    * Chanbgelog

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit f9defcc598839ff8ad803463d8ba476101d4079f
Author: raycastbot <bot@raycast.com>
Date:   Thu Mar 23 08:34:20 2023 +0000

    Update CODEOWNERs

commit 81f6f73cc8993d5be5e98285e51affba78833e90
Author: crazyones110 <44544415+crazyones110@users.noreply.github.com>
Date:   Thu Mar 23 16:31:29 2023 +0800

    feat: add filtering pid functionality (#5467)

    * feat: add filtering pid functionality

    * restore: restore package-lock.json

    * changelog

    * Update package.json

    * Update index.tsx

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 2051cb7a1ff38d8339cccedb5c3429cbbf9044ac
Author: Joe Tannenbaum <joe@joe.codes>
Date:   Wed Mar 22 07:16:47 2023 -0400

    Bug fixes for Warp Launch Config Extension (#5493)

    * add warp launch configuration extension

    * fixed owner key

    * revert owner key fix

    * removed owner key

    * handle errors gracefully

    * make sure files aren't undefined

    * copy fix

    * Update index.tsx

    * find both yaml and yml files

    * handle both yaml and yml files

    * make sure we're matching the name in the yaml file, not just the filename

    * Changelog

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit f090bd992604b749e44a49d77c9d912ecaf6f54e
Author: Sven Wiegand <sven.wiegand@orgavision.com>
Date:   Wed Mar 22 12:13:32 2023 +0100

    Fixes for jira-search (#5507)

    * Fixed #4465

    * Added package-lock.json

    * Fix assignee search.

    * Removed deprecated fields

    * Added documentation to filter by assignee.

    * Better error message.

    * #5217: Avoiding race conditions with older requests.

    * #5216: Ensure issue is opened by key in case user quickly types in an issue key and hits enter, before the results are available.

    * #5216: Ensure issue is opened by key in case user quickly types in an issue key and hits enter, before the results are available.

    * Adjusted changelog

    * Added URL for issue #5216

commit acb6d99efc68ec2eb55c13dbe9eedaf88d500366
Author: color <chenpx976@gmail.com>
Date:   Wed Mar 22 19:12:48 2023 +0800

    feat: add useDev support Microsoft Edge Dev (#5341)

    * feat: add useDev support Microsoft Edge Dev

    * Changelog

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit b433b77bcb775acbf7806a8cb06989ddb7916fa2
Author: raycastbot <bot@raycast.com>
Date:   Wed Mar 22 09:28:31 2023 +0000

    Update CODEOWNERs

commit a773745cd8555874d9d528c629308836d55ed6bf
Author: Chris Birchall <chris.birchall@gmail.com>
Date:   Wed Mar 22 09:25:57 2023 +0000

    1Password: make primary and secondary actions configurable (#5405)

    * 1Password: make primary and secondary actions configurable

    Added two dropdowns to the extension's configuration to allow users to
    customize the primary and secondary actions for Login items.

    The default behaviour is unchanged: "Open in 1Password" is the default
    primary action, and "Open in Browser" is the default secondary action.

    Added keyboard shortcuts to the "Open in 1Password" and "Open in
    Browser" actions, for use when they are not the primary/secondary
    actions.

    For "Open in Browser", the existing behaviour is maintained: the action
    is only available if the item has a primary URL.

    For non-Login items, the behaviour is unchanged: the only available
    action is "Open in 1Password".

    Note: the new configuration is only applicable when using 1Password v8.

    Also:
    * refactored the action panel into a separate component
    * made the `Item.url` field optional to match the format of the
      1Password CLIs' JSON output

    * prettier

    * Fix default secondary action

    * Change shortcuts to match 1Password Quick Access UI

    * Cmd + Shift + O for Open in 1Password
    * Option + Return for Open in Browser

    * Update changelog and contributors

    * Update CHANGELOG.md

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit e042ddbc92e61ec3625236675978816cfc660da0
Author: raycastbot <bot@raycast.com>
Date:   Wed Mar 22 09:23:57 2023 +0000

    Update CODEOWNERs

commit 244df1ce76b343f5070042e0a4e017e513d93d83
Author: Muhaddis, Muhammad <Muhaddisshah@gmail.com>
Date:   Wed Mar 22 14:21:48 2023 +0500

    [New Extension]: ImprovMX (#5325)

    * feat(add): ImprovMX extension

    * fix(add): package-lock file

    * FIX(Add): package-lock.json file

    * fix(format): run prettier

    * fix(add): hidden files

    * Add updated screenshot in metadata

    * Fix requested changes to improve functionality

    * fix(prettier): code formatting

    * fix(validation): required domain on creating alias

commit 91f0cd2578a54f867b4d3d351f1b438b998ed896
Author: raycastbot <bot@raycast.com>
Date:   Wed Mar 22 09:18:05 2023 +0000

    Update CODEOWNERs

commit c89e543f5f7d03b22126e092949a06f42cf282a9
Author: Tiou Lims <dourokinga@gmail.com>
Date:   Wed Mar 22 17:15:51 2023 +0800

    [New Extension] OpenAI Translator (#5306)

    * [OpenAI-Translator] Init Commit

    * [OpenAI-Translator] Update ReadMe

    * Delete low resolution metadata images

    * Update media files.

    * Update README.md

    * fix empty.tsx code style

    * feat: Clear the search bar after the query has been submitted.

    * feat: Extra commands to query immediately using shortcut.

    * feat: Cancelable and changing mode inplace.

    * fix: Type not assignable

    * Update extensions/openai-translator/src/views/content.tsx

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

    * feat: Remove `From` field in `What` mode

    * fix:  Empty state flicker

    * refactor: delete action according to the advice of the expert

    * fix: lint

    * feat: screencapture query powered by macos Vision API

    * feat: remove callback type preference from ocr command

    * fix: lint

    * Build

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 8de83e0c95462e24f5047a04665eb060cbfd12be
Author: raycastbot <bot@raycast.com>
Date:   Wed Mar 22 06:49:10 2023 +0000

    Update CODEOWNERs

commit 0c74e501388accebd73e395e36866020e9c3bbca
Author: Andreas Elia <andreaselia@live.co.uk>
Date:   Wed Mar 22 06:46:48 2023 +0000

    add the ability to copy the things uri to the clipboard (#5436)

commit 15f2b9ccaa2249253de05bf82b04cfceeec2dcc8
Author: raycastbot <bot@raycast.com>
Date:   Tue Mar 21 15:31:54 2023 +0000

    Update CODEOWNERs

commit 71c087ee14f1cc517385ee4ef821815f98adfd4a
Author: Thomas Lombart <lombart.thomas@icloud.com>
Date:   Tue Mar 21 16:31:11 2023 +0100

    Revert "Jira Beta: Revert sprint state changes"

    This reverts commit 4188ca304f3fe74f389d2da9010b133f1ee63850.

commit 1b81b59c0b398f34391e9d7ff33bdb5c501e4872
Author: Federico Zivolo <5382443+FezVrasta@users.noreply.github.com>
Date:   Tue Mar 21 16:29:31 2023 +0100

    feat: show team on issues view (#5466)

    * feat: show team on issues view

    * fix: show “Teams” field on Create Issue form

    TODO: populate dropdown with teams

    * fix: fetch teams list

    * refactor: move team selector to dedicated component

commit db26f41f7f3c7c7079241d7578a7274301a91c0a
Author: Yug Sahu <77864399+yug2005@users.noreply.github.com>
Date:   Tue Mar 21 08:13:56 2023 -0400

    [React Icons] Fixes and Improvements (#5432)

    * fix for not icons not loading and other improvements

    * Changelog

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit d5841bc8a7e43011274f8debd74960678b37186c
Author: Tim Rogers <me@timrogers.co.uk>
Date:   Tue Mar 21 12:08:58 2023 +0000

    Update iata-code-decoder to v1.2.1 (#5485)

    ## What's Changed
    * Bump @raycast/api from 1.43.2 to 1.45.3 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/249
    * Bump prettier from 2.7.1 to 2.8.3 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/250
    * Bump eslint from 8.27.0 to 8.32.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/251
    * Bump @typescript-eslint/eslint-plugin from 5.43.0 to 5.48.2 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/253
    * Bump @typescript-eslint/parser from 5.43.0 to 5.48.2 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/252
    * Bump eslint-config-prettier from 8.5.0 to 8.6.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/254
    * Bump @types/node from 18.11.9 to 18.11.18 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/255
    * Bump typescript from 4.9.3 to 4.9.4 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/256
    * Bump react-devtools from 4.26.1 to 4.27.1 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/257
    * Bump @types/react from 18.0.25 to 18.0.27 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/258
    * Bump @raycast/api from 1.45.3 to 1.46.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/259
    * Bump @typescript-eslint/eslint-plugin from 5.48.2 to 5.49.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/260
    * Bump @typescript-eslint/parser from 5.48.2 to 5.49.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/261
    * Bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.51.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/272
    * Bump @raycast/api from 1.46.0 to 1.47.3 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/270
    * Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/269
    * Bump typescript from 4.9.4 to 4.9.5 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/264
    * Bump eslint from 8.32.0 to 8.33.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/263
    * Bump @typescript-eslint/parser from 5.49.0 to 5.51.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/271
    * Bump eslint from 8.33.0 to 8.34.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/273
    * Bump prettier from 2.8.3 to 2.8.4 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/274
    * Bump @types/react from 18.0.27 to 18.0.28 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/276
    * Bump react-devtools from 4.27.1 to 4.27.2 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/277
    * Bump @types/node from 18.11.18 to 18.14.1 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/279
    * Bump eslint from 8.34.0 to 8.35.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/280
    * Bump @typescript-eslint/eslint-plugin from 5.51.0 to 5.53.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/281
    * Bump @types/node from 18.14.1 to 18.14.2 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/282
    * Bump @raycast/api from 1.47.3 to 1.48.4 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/284
    * Bump @typescript-eslint/parser from 5.51.0 to 5.53.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/283
    * Bump eslint-config-prettier from 8.6.0 to 8.7.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/291
    * Bump @typescript-eslint/parser from 5.53.0 to 5.54.1 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/292
    * Bump @raycast/api from 1.48.4 to 1.48.8 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/295
    * Bump @types/node from 18.14.2 to 18.15.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/296
    * Bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.1 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/293
    * Bump eslint from 8.35.0 to 8.36.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/297
    * Bump node-fetch from 3.3.0 to 3.3.1 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/299
    * Bump @types/node from 18.15.0 to 18.15.5 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/305
    * Bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.56.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/306
    * Bump @typescript-eslint/parser from 5.54.1 to 5.56.0 by @dependabot in https://github.com/timrogers/raycast-iata-code-decoder/pull/304

    **Full Changelog**: https://github.com/timrogers/raycast-iata-code-decoder/compare/v1.2.0...v1.2.1

    Co-authored-by: github-actions <github-actions@github.com>

commit 7c595defec29ac1ff2eddaa6c7039d8ec93bca74
Author: raycastbot <bot@raycast.com>
Date:   Tue Mar 21 11:57:10 2023 +0000

    Update CODEOWNERs

commit edd3f0d0a54760f11187ae45b21d02be97245f90
Author: ThatNerdSquared <72814106+ThatNerdSquared@users.noreply.github.com>
Date:   Tue Mar 21 04:56:28 2023 -0700

    feat: add volume cap error for alert sound (#5460)

commit bb0a2fc6a40cf7a89efc697a15137897ef2feb53
Author: Feyli <44325762+feyli@users.noreply.github.com>
Date:   Tue Mar 21 12:53:40 2023 +0100

    [New Extension] Lightshot Gallery (lightshot-gallery) (#5143)

    * Create package.json

    * Initial commit

    * edited some action button text

    * edited some action button text

    * Added important note and fixed a few details

    * Applied Prettier formatting

commit 4188ca304f3fe74f389d2da9010b133f1ee63850
Author: Thomas Lombart <lombart.thomas@icloud.com>
Date:   Tue Mar 21 11:33:53 2023 +0100

    Jira Beta: Revert sprint state changes

commit d1e0174ec4dd36e496a2a0cd555549c074f2bc66
Author: Abhishek Satre <abhisheksatre@gmail.com>
Date:   Tue Mar 21 11:25:50 2023 +0530

    [Multilinks] Add more browser support (#5438)

    * Add firefox, edge, chromium browser support

    * Fix code styles

    * Changelog

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 64ab0ff5e512ef60ccf0e2158828b8cb626bfa01
Author: Rajath Ramakrishna <r.rajath@protonmail.com>
Date:   Mon Mar 20 22:51:05 2023 -0700

    Change quotes endpoint (#5461)

    * Change quotes endpoint

    The endpoint for quotes that was being used is no longer
    available. This commit changes it to a different endpoint to get a
    random quote. The user experience remains unchanged.

    * use newer npm version

    ---------

    Co-authored-by: Rajath Ramakrishna <rajath.ramakrishna@getcruise.com>

commit aa0b02d9b005bdd940e1ef6a0ebfb9c82b5665ca
Author: Ernest Ojeh <ernestojeh@gmail.com>
Date:   Tue Mar 21 06:50:21 2023 +0100

    added bundle id for setapp version of Focus app (#5472)

commit b9b440bb19b12ea09574afff86d21852414a83c5
Author: Thomas Lombart <lombart.thomas@icloud.com>
Date:   Mon Mar 20 15:55:19 2023 +0100

    Docs: Fix "LaunchType.background" typo

commit ce96b6ea4ebb5e60af0d7a7bad70ecb18fedbbf1
Author: Chester How <chesterhow@gmail.com>
Date:   Mon Mar 20 18:29:29 2023 +0800

    Update Is It Toxic To extension (#5440)

    * chore: update json source url

    * Cjangelog

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 28b4f37fecfc8a71330f6881de4e99ecea534479
Author: Jakub <36273653+teziovsky@users.noreply.github.com>
Date:   Mon Mar 20 10:00:28 2023 +0100

    [Height] Add OAuth and fix bugs (#5423)

    * feat[css-calculations]: add validation onChange

    * docs:[css-calculations]: update changelog

    * Update CHANGELOG.md

    * fix:[css-calculations]: refactored validations

    * style(clamp): remove unused code

    * style(hooks): rename composables to hooks

    * fix: Prevent proceeding `onSubmit` in the case of validation errors

    * style(package): remove volta package

    * Added changelog entry

    * feat(height): initialize extension

    * feat: update create list and search lists

    * feat: add types

    * feat: add icons

    * feat: remove unnecessary component

    * feat: add create list

    fixes: T-97 Add Icon field to Create List
    fixes: T-96 Add Hue dropdown with colors from Height app to Create List
    fixes: T-98 Create List

    * feat: update vscode settings

    * feat: update icosn

    * feat: update eslint config

    * feat: add search and update list

    T-106 Edit List
    T-103 Add icons and colors of lists
    T-110 Update List

    * feat: add copy to clipboard actions

    T-109 Copy List Url
    T-108 Copy List Title

    * feat: add tasks resources

    * feat: update api response types

    * feat: update words for cSpell

    * feat: fix size of icon

    * feat: add components and commands for Tasks

    * fix: update types of task

    * feat: add hooks and types for users

    * feat: update types

    * fix: CreateListFormValues types

    * feat: update vscode settings

    * feat: update types

    * feat: show tasks in progress

    T-116 Show Assigned Users

    * feat: improve search logic

    * feat: add date-fns library

    * feat: update searchTasks

    T-117 Show Due Date
    T-133 Show Priority

    * feat: add me endpoint

    * feat: T-105 Show Tasks From List Action

    * feat: add options parameter to hooks

    * feat: T-102 Tasks Assigned To Me

    * feat: add useMe hook

    * feat: update ApiResponse utils

    * feat: update SearchTasks

    * feat: update useUsers hook

    * feat: update import type

    * feat: T-118 Show Task ID in Description

    * feat: add actions to tasks

    T-132 Copy Task ID
    T-131 Copy Task Title
    T-122 Open In Browser

    * feat: refactor search tasks

    * feat: update create task

    * feat: update parameter names

    * feat: T-100 Create Task

    * feat: T-134 Update Task

    * feat(task): add lists to TaskObject

    * refactor: update conditionals

    * refactor: rename functions

    * refactor(useTasks): compose endpoint with template string

    * refactor: extract methods to utils

    * feat: T-135 Refactor Hue field to dropdown with preview of color

    * feat: T-142 Sort tasks by Due date ASC, then Created Date DESC

    * feat: add emotes to toasts

    * feat: add feature to archive list

    * feat: update type of lists update payload

    * feat: update tasks actions

    T-124 Edit Task
    T-123 Set Status
    T-126 Set Assignee
    T-128 Set Parent Task

    * feat: useLists add trash list

    * feat: T-129 Delete Task

    * feat: T-125 Set Priority

    * feat: T-127 Set Due Date

    * feat: T-148 Show description on Search Lists

    * fix: updating Task

    T-147 Refactor update task to use batchUpdate

    * feat: add detail page

    T-147 Refactor update task to use batchUpdate
    T-121 Show Details
    T-120 Implement Actions
    T-101 Search Tasks

    * feat: T-155 Update placeholder of description to show that it accept Markdown

    * feat: allow to unset parent task

    * feat: add screenshots

    * feat: update descriptions and package versions

    T-154 Update descriptions of commands

    * feat: add readme and update changelog

    * feat: update screenshots sizes

    * feat: add optional chainings

    * feat: update description of extension

    * Update CreateList.tsx

    * Update CreateTask.tsx

    * Update CreateList.tsx

    * Update CreateTask.tsx

    * Removed unsued icon

    * Prettier

    * feat: implement oauth in progress

    * feat: update oauth method

    * chore: remove console.logs

    * feat: add redirect_uri

    * fix: bugs and format code

    * feat: update packages versions and add console.logs

    * feat: add words to cspell

    * feat: add new apis

    * fix: key of usersMe endpoint

    * chore: remove console.logs from oauth

    * feat: update mutations types

    * fix: add forceRerender to OAuth HOC

    * feat: add ability to see all list types

    * refactor: all hooks from useFetch to useCachedPromise

    * feat: add types to UseCachedPromise

    * fix: remove eslint plugin react hooks

    * fix: update filter list

    * feat: extract actions from search lists

    * feat: update changelog and readme

    * feat: add screenshot of OAuth screen

    * fix: removed unwanted rerenders

    * feat: add limit to tasks

    * fix: add placeholder icon when list don't have it T-164

    * fix: change white color to default color T-165

    it's white on dark mode and black on white mode

    * feat: T-167 Make avatars rounded

    * feat: add description to Parent Task

    * fix: Fix Assigned Task assignee filter T-169

    * Update oauth.ts

    * Update CHANGELOG.md

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>
    Co-authored-by: mattisssa <kolevanartem@gmail.com>

commit 85b1c5af467b03b3967f769df63d70f17187321e
Author: Christian Sigritz <cs@i-novation.de>
Date:   Mon Mar 20 08:34:59 2023 +0100

    F1: show fastest lap (#5465)

commit aba622a715645bdd519a5bd448484892b2efa2b9
Author: Sorin Muntean <sxn@users.noreply.github.com>
Date:   Sun Mar 19 21:16:05 2023 +0200

    F1: Update `@raycast/api` to latest & show DNFs. (#5456)

commit 50f95bf8ebe49701d0c60d1010b13097ae341e4e
Author: mathieudutour <mathieu@dutour.me>
Date:   Fri Mar 17 17:09:17 2023 +0100

    CI: Do not use deprecated set-output

commit 679283f0f36fd61ef12391a2844564260256d8ce
Author: raycastbot <bot@raycast.com>
Date:   Fri Mar 17 15:12:47 2023 +0000

    Update CODEOWNERs

commit 0ad4ff6ae86bb19dcc0c654042854eb30be4ad44
Author: Ernest Ojeh <namzo@github.com>
Date:   Fri Mar 17 16:10:28 2023 +0100

    Add focus extension (#5416)

    * Added focus extension

    * Fixed title cases and package.json

    * Updated package.json and ran prettier

    * Add eslint

    * Update start-focus-25.tsx

    * Fixed toast

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit a0b2ac8012f13c11403418882b2347bbf7751cae
Author: mathieudutour <mathieu@dutour.me>
Date:   Fri Mar 17 15:53:41 2023 +0100

    Issue Bot: Also allow the OP to close an issue with the comment

commit e378cbcbfa6432a868941f2d26531e39e6070a9c
Author: XiaoQu <1483523635@qq.com>
Date:   Fri Mar 17 22:44:32 2023 +0800

    [XiaoQu] #N/A feat: add kube config env variabel support fix #5151 (#5156)

    * [XiaoQu] #N/A feat: add kube config env variabel support fix #5151

    * [XiaoQu] #N/A fix: code format issues.

    * [XiaoQu] #N/A docs: update config desc.

    * Update package.json

    * Changelog

    ---------

    Co-authored-by: Per Nielsen Tikær <per@raycast.com>

commit 8d925eb45aadc5bd315d1ea33410c03b3396c577
Author: Jason Barry <jb@netlify.com>
Date:   Fri Mar 17 05:25:46 2023 -0700

    [Netlify] New logo (#5207)

    * Replace the old logo with the new logo in light and dark mode

    * Update …
uxkjaer added a commit to uxkjaer/extensions that referenced this pull request Oct 16, 2023
- added markdown tools
- added markdown tools
- Replace QuickActions with Disabled Root Commands (#6204)
- Home Assistant: Hide entities which are hidden or disabled (#6331)
- fix: remove science random data generator (#6328)
- Update pubme extension (#6364)
- Docs: update for the new API release
- Docs: update for the new API release
- Update CODEOWNERs
- Fixed wrong entries
- [Bitwarden] Use session token on every bitwarden cli command (#6324)
- Fix migration page again
- [Laravel Forge] Fix incorrect launchCommand call (#6305)
- Update CODEOWNERs
- Add hubspot-portal-launcher extension (#6249)
- [UUID-Generator] fix: default action (#6295)
- Update CODEOWNERs
- massCode Assistant: Remove extension. (#6301)
- fix: use token from cache (#6299)
- Docs: update for the new API release
- Himalaya: Add folder and account support and menu bar command (#6239)
- Migrate Raycast supported extensions to v1.50.0 (#6272)
- Update CODEOWNERs
- feat: UUID v5 command (#5828)
- Update CODEOWNERs
- Comodoro: Initial commands (#6265)
- Update package.json
- Update CODEOWNERs
- Add vault-manager extension (#5078)
- Rename v.1.50.0.md to v1.50.0.md
- [AWS] Support master credentials use case (#6281)
- [YouVersion Bible Suggest] Update YouVersion Bible Suggest extension to latest (v3.1.0) (#6283)
- Update SUMMARY.md
- Update textlint-rule-aws-service-name version (#6284)
- Docs: update for the new API release
- [Simple Reminder] Add feature to enable mobile notifications with ntfy (#6267)
- [Bitwarden] Vault caching (#5797)
- Jetbrains Toolbox: multi-app version fix (#6273)
- Updates Brasileirão Série A extension (#6274)
- Update CODEOWNERs
- [New extension] Bark (#6202)
- FIX README.md (#6268)
- Migration: always add new line
- Create CHANGELOG.md
- Envato extension - update 1.1.0 (#6219)
- Update CODEOWNERs
- Add ftrack extension (#6228)
- Update CODEOWNERs
- Add blockchain-gas-tracker extension (#6177)
- Update CODEOWNERs
- [New extension]textlint-aws-service-name (#6207)
- Update chatgo extension (#6163)
- Update CODEOWNERs
- [Tailscale] Improve UI for disconnecting exit node (#6241)
- [Gitlab] Add Dropdown to Search Issues and Search Merge Request (#6213)
- Added the ability to search by group name. (#6206)
- Update CODEOWNERs
- Add screenocr extension (#6193)
- Update CODEOWNERs
- Add berlin-public-transportation extension (#6170)
- Update CODEOWNERs
- Add md-to-excel extension (#6158)
- Update CODEOWNERs
- Add whois extension (#6258)
- [unsplash]  Fixed background updates not working. (#6218)
- Update CODEOWNERs
- Update deepcast extension (#6118)
- Close other VSCode editors when opening a new project (#6111)
- Update CODEOWNERs
- MassCode Assistant: Allow setting paste as the default action (#5820)
- Update CODEOWNERs
- Add tempmail extension (#5869)
- Update CODEOWNERs
- Update chatgpt-quick-actions extension (#5962)
- Update CODEOWNERs
- [Transmission] Usability improvements (#5867)
- Update CODEOWNERs
- Browser Bookmarks: Add metadata
- Browser Bookmarks: Open source the extension
- [AWS] Support GetSessionToken with aws-vault (#6220)
- Himalaya: Add background sync (#6215)
- [Simple Reminder] feat: add copy to clipboard action (#6224)
- Brew: Fix brew prefix with custom brew path
- Migration for the auto-generated types
- Update package-lock for migrations
- Add migration for 1.50.0
- Docs: update for the new API release
- Update CODEOWNERs
- Add focus-anchor extension (#6159)
- Update CODEOWNERs
- Add keychain-password-gen extension (#6121)
- Update CODEOWNERs
- Add qotp extension (#6027)
- Update CODEOWNERs
- Add control-d extension (#5811)
- fixed bug were times were off by one day (#6212)
- iTranslate: Optimize Experience (#6217)
- Update CODEOWNERs
- Added the ability to search by group name. (#6205)
- Update CODEOWNERs
- Add dictionary extension (#5648)
- Update CODEOWNERs
- added support for JS Object (#5657)
- Replace encodeURIComponent with escape to handle special characters (fix #6197) (#6199)
- Issue Template: Require the steps to repro
- Spotify Beta: Add album image type to nowPlayingMenuBar icon (#6025)
- Update CODEOWNERs
- Update YouVersion Bible Suggest extension to latest (v3.0.0) (#6173)
- Update Github Gists Extension (#6097)
- Update CODEOWNERs
- simple-reminder: add initial version of the extension (#6057)
- Fix issues #6043 and #5998 (#6172)
- fix quit applications crashing (#6191)
- Update CODEOWNERs
- Add wifi-password-reveal extension (#6106)
- Fox typo (#6174)
- BUGFIX Missing input data (#6162)
- fix: openAI translation may miss first char (#6164)
- Update CODEOWNERs
- [Visual Studio Code Project Manager] Update build identifier for Codium. (#6127)
- Brew: Add option to uninstall casks with \`--zap\` (#6124)
- Update CODEOWNERs
- Brew: Add preference to run commands in iTerm instead of Terminal (#6119)
- [OpsLevel] Update extension. Remove placeholder text (#6154)
- Update CODEOWNERs
- Update API Structure (#6152)
- Add laravel-vapor extension (#6026)
- Update CODEOWNERs
- Bluesky: update icon (#6151)
- Update CODEOWNERs
- Add bluesky extension (#6003)
- Update CODEOWNERs
- Add laravel-artisan extension (#6098)
- Update CODEOWNERs
- Add miniflux extension (#6090)
- [ Quantumcast ] - New Command "Open Cloudflow API Docs" (#6089)
- Update CODEOWNERs
- Add Stockholm public transport extension (#5955)
- [Tinypng] Added destination folder to the settings. (#6102)
- fix: fixes empty collections issue (#6091)
- Update CODEOWNERs
- Update doutu extension (#6123)
- [jenkins] Allow Unsafe HTTPS Requests (#6126)
- prettier extension icon (#6132)
- Increase exception message to diagnose issues #6043 and #5998 (#6068)
- Revert "Flaticons: Fix token expiration handling (#4152)" (#6103)
- Ray-so: Fix code serialization issue
- Himalaya: Cache state and improve error logging (#6095)
- Update CODEOWNERs
- Add Hoogle extension (#5917)
- Update CODEOWNERs
- Add Akkoma extension (#5978)
- fix: add encoding when using univ. link (#6107)
- Update CODEOWNERs
- prettier extension improvements (#6075)
- fix(github-trending): outdated github tranding page scraper (#6125)
- Update CODEOWNERs
- Add markdown-to-plain-text extension (#6021)
- Update CODEOWNERs
- slack: Close right sidebar after navigation to chat (#5980)
- Update CODEOWNERs
- [Safari] Add Search Bookmarks command (#5934)
- Update Laravel Forge Extension (#6063)
- [Sun/Moon Times] Added date selection dropdown (#6116)
- Spotify Beta Check if current data is stale (#6093)
- Updated Lacinka extension
- Spotify Beta improve error catching (#6085)
- Update ArtistActionPanel.tsx (#6084)
- Spotify Beta: Remove Menu Player optimisation (#6082)
- Update getting-started.md (#6081)
- [Git Repos] added "Add to Favorites" action (#6069)
- Update CODEOWNERs
- Rename raindrop-io folder
- Update CODEOWNERs
- Add Porkbun extension (#5952)
- Update CODEOWNERs
- Added Lacinka extension (#5937)
- Transfer Tailscale (#6059)
- Update CODEOWNERs
- Update pubme extension (#5932)
- Spotify Beta: Hide menu bar title if idle for 3 minutes (#6055)
- Update CODEOWNERs
- new-extension: Summation v1.0 (#5800)
- [CURRENCY-EXCHANGE] - Dependencies (#5823)
- Update CODEOWNERs
- Duck Duck Go -> DuckDuckGo (#6036)
- [hyper-focus] readme and other misc updates (#6046)
- new features, update screenshots (#6047)
- Update CODEOWNERs
- Add OpsLevel extension (#5746)
- Spotify Beta: Add keyboard shortcuts to copy URL or open Spotify (#6031)
- Douban: Linting
- Lint
- Update CODEOWNERs
- feat: add douban extension (#5821)
- Add an \'originating browser\' option (#6019)
- [dollar-blue] Fix typo (#6017)
- [Brave] Fix errors in several commands, add some new actions (#5626)
- Update CODEOWNERs
- Create Apple Books extension (#5448)
- Update CODEOWNERs
- [Apple Notes] Add new actions & Fix Bugs (#5835)
- Update CODEOWNERs
- feat(Himalaya): Add initial extension (#5844)
- Remove signatures from Asana, Linear and Jira (#6028)
- Update CODEOWNERs
- Add doccheck extension (#5707)
- Tailscale: remove unused variables, unnecessary labels (#6018)
- [ Quantumcast ] - Update extension with new command (#6008)
- Jira: Attempt to debug missing required component property issue
- Improving sections title (#6013)
- Fixes
- Update CODEOWNERs
- Add charming-chatgpt extension to raycast (#5767)
- [IP-Geolocation] Added preference to change geo coordinates order (Fixes raycast/extensions#5829) (#5969)
- Update CODEOWNERs
- Add duck-duck-go-search extension (#5858)
- Update CODEOWNERs
- [Readwise to Tana]: Supertags depending on source, highlight tags, and more (#5892)
- added new extension sun-moon-times (#5855)
- Add timer to Two-Factor Authentication Code Generator (#5601)
- [Youtube Extension] Minor Bug Fixes (#5966)
- Jira: Fix issue where dropdown wouldn\'t save previously selected values (#6004)
- Update CODEOWNERs
- Add WordPress documentation extension (#5833)
- Update CODEOWNERs
- Update json-format extension (#5772)
- Issue bot: this isn\'t typescript
- Issue bot: remove log
- Issue bot: fix repos.getContent return type
- Issue bot: fix content format issue
- Issue bot: try to debug
- [Hue] Hue API V2 (#5868)
- Issue bot: try with utf8
- Issue bot: try to debug issue
- Issue bot: try to debug issue
- [Gitlab] Delete source branch for new merge requests (#5958)
- Update CODEOWNERs
- Add new Laravel shift extension (#5623)
- Update CODEOWNERs
- Add defly-io extension (#5809)
- Spotify Beta: General improvements (#5946)
- [Extension Update] adds diagonal arrows to typesnob (#5886)
- UUID Generator: Allow customization of primary action. (#5876)
- Update CODEOWNERs
- [NPM-SEARCH] updates to dependencies (#5840)
- Gitmoji: improved fetching + added shortcuts and error toast (#5857)
- Update CODEOWNERs
- Adds Linkding Extension (#5742)
- add recent tags picker to drafts extension (#5912)
- Update CODEOWNERs
- feat(CircleCI): Support only your pipelines (#5766)
- Update CODEOWNERs
- Update deepcast extension (#5717)
- Update CODEOWNERs
- Update imessage-2fa extension (#5755)
- Update CODEOWNERs
- Microsoft Teams (#5739)
- [Change Case] Removed extra preference and added new metadata images (#5903)
- Update CODEOWNERs
- Add eBird extension (#5712)
- Update CODEOWNERs
- Add Purelymail extension (#5703)
- Update CODEOWNERs
- Add dropover extension (#5695)
- Flaticon: trying to catch \`map of undefined\` error 🐛 (#5920)
- Fix
- New logo
- Jira: Fix project that could be null
- Jira: Fix an issue where null priorities make loading issues fail (#5921)
- Update CODEOWNERs
- Add Deta Space Extension (#5689)
- Update CODEOWNERs
- Added ATP live ranking extension (#5688)
- [YouTube] Cache and Aspect Ratio (#5673)
- Update CODEOWNERs
- Add xcode-cloud extension (#5651)
- Update CODEOWNERs
- [New Extension] Keyboard Shortcut Sequences (#5555)
- [GITHUB-GISTS] dependencies (#5825)
- Feedly(QoL changes): List Dropdown for Collections and Read Later (#5512)
- Laravel Docs: disable throttle as it\'s not needed with Algolia (#5902)
- Jira: Fix Cannot read properties of null (reading \'name\') error
- Spotify Beta: Fix Quick Actions playback state revalidation (#5910)
- [vercel] Use the team id for selectedTeam state, fix persistency of team id (#5576)
- Spotify Beta: Remove Menu Bar ellipsis if max text is 0 (#5901)
- Jira: Support Markdown tables
- GitHub: Add docs to configure personal access tokens
- Docs: update for the new API release
- Todoist: Improvements and fixes (#5897)
- Update CODEOWNERs
- Spotify Beta Extension (#5602)
- Update CODEOWNERs
- [Wayback Machine] Add the ability to save websites (#5721)
- Update CODEOWNERs
- Add Excalidraw extension (#5497)
- Update CODEOWNERs
- Update gpt (#5661)
- Update CODEOWNERs
- Lucide icons (#5458)
- Change Case Extension Improvement (#5409)
- Update CODEOWNERs
- Update YouVersion Bible Suggest extension to latest (v2.1.0) (#5889)
- Microsoft Teams Meeting (#5718)
- [AWS] Add AWS Vault Support (#5711)
- [Update Extension] System Monitor - Fix Memory Stat (#5881)
- Update CODEOWNERs
- [file-manager] fix error caused by broken symlinks (#5874)
- GitHub: Opt out of contrast adjustment for menu bar command. (#5879)
- Add more information to error message (#5814)
- [OpenAI Translator] Improve & Feature (#5849)
- Support add task (#5799)
- [Unsplash] OAuth, Like/Dislike Image, UI Improvements (#5729)
- #4485 (tech): Fix render for corrupted OTPs and update deps (#5674)
- Update CODEOWNERs
- [Raindrop] - Add and Delete bookmarks (#5480)
- Update CODEOWNERs
- Update CODEOWNERs
- Delegate to Apple Music search (#5862)
- [Google Chrome] Add the ability to create new window (#5499)
- [idonthavespotify] feature: upgrade api v2 (#5865)
- fix(activity_edit): Fix non decimal time entry (#5785)
- [New Additions] - 2023-03-21 (#5490)
- Updated: Kaalam Extension (#5856)
- [Bitwarden] Display useful login/unlock errors and allow to copy the last error (#5722)
- chore: dependencies (#5824)
- Update type-snob extension (#5873)
- Update google-maps-search extension (#5836)
- Explicitly opt out of dynamic contrast adjustment in extensions that depend on accurate color reproduction. (#5806)
- [CHATGPT] fix & feat 4/9/23 (#5832)
- Update CODEOWNERs
- Fix broken emojis (#5847)
- Update CODEOWNERs
- Improve New Little Arc usability (#5866)
- Update CODEOWNERs
- [google chrome] Added support to match url in bookmark and history search (#5696)
- Todoist: Merge info with title to ease quick-add task experience (#5378)
- Update CODEOWNERs
- Update file-manager extension (#5687)
- [Image Modification] Add "Optimize Images" command, new filters, PDF to image, image to SVG, and more (#5715)
- Update CODEOWNERs
- Update sips extension (#5743)
- chore: dependencies (#5704)
- [Hue] Fixes and improvements (#5647)
- Bear 2 Support for the Bear Extension (#5706)
- feat(readwise-reader): Add search command (#5723)
- chore: dependencies update (#5748)
- [CHATGPT]: fix 4/4 (#5751)
- Update CODEOWNERs
- 1Password: fixed newline in clipboard copy (#5732)
- Update CODEOWNERs
- Transform: Add \`JSON to JS\` command (#5793)
- Update CODEOWNERs
- Update color-picker extension (#5752)
- Added secondary action "Paste in active app" (#5794)
- Things: Fix #5720 (#5802)
- Update CODEOWNERs
- Add thesaurus extension (#5314)
- Update CODEOWNERs
- Google Chrome: fix tab activation (#5683)
- Update CODEOWNERs
- Iconify: Fix search in \`View Icons\` command (#5669)
- GitHub: Notification fixes (#5783)
- Docs: update for the new API release
- chore: dependencies update (#5749)
- Jira: Fix autoCompleteUrl issue
- Misc: Remove extra line break
- Linear: display issue relations in details (#5682)
- Jira: Add typeahead search for filters and projects (#5735)
- [Binance] Fix incompatible api options (#5705)
- Docs: update for the new API release
- [Image Modification] Add WebP support + Path Finder support (#5633)
- [Update] Pexels extension (#5629)
- Update CODEOWNERs
- [New Extension] I Don\'t Have Spotify (#5617)
- Update CODEOWNERs
- [New extension] Bing Search (#5583)
- Update CODEOWNERs
- Add Scrapbox search extension (#5579)
- feat(readwise-reader): Add ability to save links (#5533)
- feat(Apple Notes): Added the function to open notes in separate windows (#5517)
- Update CODEOWNERs
- add Search Sequel Ace lol (#5515)
- Update CODEOWNERs
- Update CODEOWNERs
- [New Extension] RayDocs (#5498)
- Add new Disney extension (#5678)
- add support for VSCode cached projects #5632 (#5665)
- [Search npm] Add favorites and search history (#5624)
- [Downloads Manager] Copy File Action in Manage Downloads (#5672)
- Update CODEOWNERs
- [TMDB] Add support for searching upcoming movies (#5562)
- [Scaleway] Add Secret Manager product (#5614)
- Docs: Add migration note to ESLint page
- Update CODEOWNERs
- Add 2FA Directory Extension (#5577)
- [Bugfix] Open Link in Specific Browser (#5635)
- [Update] Open Path extension (#5660)
- Update CODEOWNERs
- Update Replicate Extension (#5384)
- Update CODEOWNERs
- Add migration for 1.49.0
- Jira is out of beta
- Docs: update for the new API release
- Update CODEOWNERs
- [New Extension] inFakt (#5489)
- Update CODEOWNERs
- [Search Dart or Flutter Package] Added a preference to change the Primary Action (#5479)
- [Update] Hidden Icons extension (#5638)
- Update ifanr extension (#5611)
- 🐞 fix: openai may cause crash (#5615)
- [Update] Menubar Weather extension (#5640)
- [Update] ImprovMX Extension (#5641)
- [Bitwarden] Fix copy TOTP action (#5639)
- Update CODEOWNERs
- Update logitech-litra to v0.2.0 (#5621)
- [CHATGPT]: fix update 29/3 (#5618)
- Update CODEOWNERs
- [Imgur] Album and environment files (#5604)
- Update CODEOWNERs
- Add Emissions Calculator Extension (#5581)
- [Wireguard] Add disconnectAllWireguardConnections command (#5551)
- [Trello] Change response forms to fix issue (#5591)
- [Focus] Bug fix for custom focus duration (#5603)
- Update iata-code-decoder to v1.2.2 (#5613)
- Handle NotePlan 3\'s new calendar formats (#5176)
- [Productlane] - Add primary action to insight creation (#5610)
- added icon for QUEUED in vercast (#5574)
- Update CODEOWNERs
- Glyph Search (#4748)
- Update CODEOWNERs
- Add zalgo-text extension (#5109)
- Update CODEOWNERs
- Add new-relic extension (#5159)
- fix(session): check if user is authenticated before trying to lock (#5609)
- Update CODEOWNERs
- Stock tracker extension (#5443)
- Update CODEOWNERs
- Add zed-recent-projects extension (#5434)
- Update CODEOWNERs
- Update ifanr extension (#5420)
- feat: add support for OpenAI ChatGPT translate (#5424)
- [Quest] Add import and export feature (#5422)
- [Bitwarden] Add vault timeout and password reprompt for other sensitive values (#5414)
- fix(github-trending): cache not invalidate when date changed (#5364)
- Update CODEOWNERs
- New Extensions: ChatGPT (#5253)
- Harvest (#5565)
- Update CODEOWNERs
- Add type-snob extension (#5544)
- [Urban Dictionary] Fixed search bar logic (#5558)
- [Portuguese Primeira Liga] Added detail view for top scorers (#5559)
- [Image Modification] Add Apply Image Filter command (#5519)
- GitLab: improve starred project visibility (#5410)
- Update pomodoro extension (#5532)
- Update CODEOWNERs
- [New Extension] TradingView Controls (#5303)
- Delete package-lock.json
- Update change-case extension (#5486)
- [Music]: Added fallback commands (#5522)
- FIXED: connection name contains space character (#5524)
- Warp Launch Extension bugfix: Open Warp first before running JXA (#5518)
- Update CODEOWNERs
- feat: add filtering pid functionality (#5467)
- Bug fixes for Warp Launch Config Extension (#5493)
- Fixes for jira-search (#5507)
- feat: add useDev support Microsoft Edge Dev (#5341)
- Update CODEOWNERs
- 1Password: make primary and secondary actions configurable (#5405)
- Update CODEOWNERs
- [New Extension]: ImprovMX (#5325)
- Update CODEOWNERs
- [New Extension] OpenAI Translator (#5306)
- Update CODEOWNERs
- add the ability to copy the things uri to the clipboard (#5436)
- Update CODEOWNERs
- Revert "Jira Beta: Revert sprint state changes"
- feat: show team on issues view (#5466)
- [React Icons] Fixes and Improvements (#5432)
- Update iata-code-decoder to v1.2.1 (#5485)
- Update CODEOWNERs
- feat: add volume cap error for alert sound (#5460)
- [New Extension] Lightshot Gallery (lightshot-gallery) (#5143)
- Jira Beta: Revert sprint state changes
- [Multilinks] Add more browser support (#5438)
- Change quotes endpoint (#5461)
- added bundle id for setapp version of Focus app (#5472)
- Docs: Fix "LaunchType.background" typo
- Update Is It Toxic To extension (#5440)
- [Height] Add OAuth and fix bugs (#5423)
- F1: show fastest lap (#5465)
- F1: Update \`@raycast/api\` to latest & show DNFs. (#5456)
- CI: Do not use deprecated set-output
- Update CODEOWNERs
- Add focus extension (#5416)
- Issue Bot: Also allow the OP to close an issue with the comment
- [XiaoQu] #N/A feat: add kube config env variabel support fix #5151 (#5156)
- [Netlify] New logo (#5207)
- [Visual Studio Code - Project Manager] Fixed a problem with the remote path when there is a "." in the path (#5413)
- [Bitwarden] Use transient option when copying values (#5394)
- DEVONThink: Remove buggy property 🔥 (#5402)
- Added support for Editing Daily Logs (#5389)
- [Image Modification] Fix HEIC compatibility and add "Pad Images" command (#5368)
- [Update Extension] Orion - add ability to search tabs (#4861)
- Fix Monzo token refresh (#5390)
- [Trello] Add missing fields to card submission (#5399)
- Update CODEOWNERs
- feat(search-npm): add open package changelog page action (#5290)
- Update screenshots (#5392)
- Update CODEOWNERs
- Add primer extension (#5268)
- Update CODEOWNERs
- [New Extension] Time Until "I" Do (#5261)
- don\'t inject https on non https urls (#5385)
- Feature/gitlab retry failed jobs (#5377)
- Docs: update for the new API release
- Update CODEOWNERs
- Add Productlane extension (#5039)
- Update CODEOWNERs
- [New Extension] Naver Search (#5265)
- Update CODEOWNERs
- [Readwise to Tana]: Add field mapping for highlight URLs (#5365)
- [amazon-aws]: Add Run Profile Script Command (#5357)
- Update CODEOWNERs
- [NBA Viewer] Fix \'View Standings\' command and polish view (#5309)
- Update CODEOWNERs
- feat(Timers): choice of alert sound for custom timer (#5361)
- Update CODEOWNERs
- Feature/gitlab wikis (#5352)
- Add codegeex extension (#5213)
- [LastPass] feature: add ability to search by ID (#5359)
- Update CODEOWNERs
- Add Quest Extension (#5200)
- Implement pagination for getActiveCycleIssues. (#4856)
- Update CODEOWNERs
- add warp launch configuration extension (#5227)
- Update index.tsx
- Update CODEOWNERs
- Moved extension
- Update CODEOWNERs
- add baseUrl preference to github-repository-search (#5281)
- Update CODEOWNERs
- feat(extension): Fix Link Embeds (#5220)
- fix: Open in Devdocs broken (#5348)
- chore(sdk): update sdk scaleway (#5198)
- Google Workspace: Fix Create Google Spreadsheet to use the authenticated user (#5330)
- Update CODEOWNERs
- Add Ableton Live extension (#5161)
- New command: add toggle functionality to Keyboard Layout Switcher (#5122)
- Update CODEOWNERs
- Add proton-version extension (#5051)
- Update CODEOWNERs
- Add wireguard extension (#5063)
- Update CODEOWNERs
- Add kafka extension (#5077)
- Update CODEOWNERs
- Add nmbs-planner extension (#5068)
- Add Copy Glyph action to fontawesome extension (#5065)
- Update CODEOWNERs
- Initial commit (#5327)
- feat(Timers): volume setting, pausable stopwatches, and bugfixes (#5284)
- Update Claris snippets (#5333)
- Update CODEOWNERs
- [Bitwarden] Generate password quickly (copy and/or paste right away) (#5334)
- [Bitwarden] Add Open in Browser action (#5335)
- [Bitwarden] Add Show Card Details action (#5336)
- History for numi command (#5338)
- Update CODEOWNERs
- Added mixpanel extension (#5019)
- ESLint: Migrate Asana, GitHub, Google Workspace, Linear, and Zoom (#5329)
- Update CODEOWNERs
- Add typer extension (#5012)
- Update CODEOWNERs
- [New Extension] added Package Tracker extension (#4812)
- Update CODEOWNERs
- [New Extension] AirPods Noise Control (#4838)
- [two-factor-authentication-code-generator] change to paste from copy (#4443)
- [Bitwarden] Reorganize and cleanup codebase (#5107)
- Update CODEOWNERs
- feat(moco):Nondecimal time and new activity start method (#5320)
- feat(amazon-aws): add show all action button for viewing all SSM params (#5235)
- Add option to define default action in Tailwind CSS (#5308)
- Update CODEOWNERs
- Use private scheduling links in Savvycal (#5311)
- Update CODEOWNERs
- [Google Chrome] Close tabs (#5273)
- Update Claris snippets - Dynamic Fields (#5279)
- [LastPass] feature: speed up extension by replacing \`lpass ls\` instead of \`lpass export\` (#5289)
- [Music]:  fixed \`Library\` localization (#5298)
- Upgrade WhatsApp extension dependencies (#5310)
- [Trello] Fix broken search function (#5312)
- Update web-audit extension (#5254)
- Added new feature (#5267)
- [V2EX-Viewer] Add new command and better ux action (#5212)
- [Visual Studio Code - Project Manager] - fix for 5260 (#5280)
- fix: Fixed IP Lookup not working , Remove obsolete code (#5291)
- [CircleCI] fix: pipeline.vcs might be undefined (#5269)
- edit raw xml (#5257)
- Update CODEOWNERs
- Update myip extension (#5262)
- Jira: Add various fixes and improvements
- Update CODEOWNERs
- Added new commands to the existing extension (#5218)
- Update host-switch extension (#5233)
- Update scrcpy extension (#5033)
- ESLint: Add migration script
- Docs: update for the new API release
- Fix local cert ignore setting (#4906)
- Update CODEOWNERs
- Add new little arc command (#5191)
- Update CODEOWNERs
- Add raycast-wemo extension (#5005)
- Update CODEOWNERs
- feat: initial extension commit (#5048)
- [NixPkgs Search] Fix ES URL (#5124)
- feat & refactor: add new command (#5202)
- [Image Modification] Fix localization issue (#5206)
- Arc: Support fallback text in commands (#5168)
- Docs: update for the new API release
- Update CODEOWNERs
- support copy clone urls of a project (#5052)
- Update CODEOWNERs
- Update icons in zotero extension (#5155)
- Update CODEOWNERs
- pick-figure supports random range (#5153)
- Update CODEOWNERs
- Add "Just Delete Me" extension (#5164)
- Docs: update for the new API release
- Hypersonic: v2.0.4 (#5170)
- Make notes\' file extension required (#5177)
- Spotify Player: Filter out falsy playlists. (#5187)
- Update CODEOWNERs
- Add github-trending extension (#4999)
- Changelog
- feature: add ability to sync LastPass daily or weekly (#5126)
- [Pipe Commands] add tab and file input types (#5158)
- Update contentful extension (#5102)
- update bob bundleId (#5167)
- [Readwise to Tana] Fix ordering, clean titles, and handle line breaks (#5171)
- Update CODEOWNERs
- [New Extension] Image Modification (#4935)
- Update README of Typefully extension (#5174)
- Update CODEOWNERs
- added moneylover (#4918)
- Debounce search input to reduce API calls (#5111)
- Migrate to Raycast useFetch (#5003)
- Update CODEOWNERs
- [Sentry Extension] Added the ability to integrate with a self-hosted Sentry instance (#4864)
- Update CODEOWNERs
- Iconify: Add pagination to avoid crashes, switch from list to grid. (#5175)
- Timeular total daily time (#5056)
- Update CODEOWNERs
- Add buddy extension (#4967)
- fix: remove duplicates from repo list (#5046)
- Update CODEOWNERs
- Adding support for more than one Elgato Key Light (#4821)
- fix(amazon-aws): profile selection (#5141)
- Update logitech-litra to v0.1.0 (#5144)
- Update CODEOWNERs
- [Tim] Add new commands (#5160)
- fix(openai-gpt3): set gpt-3.5-turbo token limit to 4096 (#5162)
- Update host-switch extension (#5103)
- [Github] Add option to include owner name alongside repository name in search results (#5091)
- Update CODEOWNERs
- add get ssh key (#5028)
- Update CODEOWNERs
- [Morning Coffee Extension]: Fix typo in command description (#5092)
- Web Audit extension (#4917)
- Terminal Finder: Unset \`LC_ALL\` environment variable before running AppleScripts. (#5097)
- Update CODEOWNERs
- openai-gpt3: add support for gpt-3.5-turbo model (#5090)
- feat(moco): Add MOCO extension (#4955)
- [Github] Make visited repository searching case-insensitive (#5076)
- Update CODEOWNERs
- [Calendly Share Meeting Links] Increase Number Of Fetched Event Types (#5011)
- Update toggl-track extension (#5049)
- Update CODEOWNERs
- Everhour: Add recent tasks list and show time for last 7 days. (#5023)
- Update CODEOWNERs
- [ New Extension ] - Quantumcast (#4982)
- Update CODEOWNERs
- Add criteria for drafts to be saved (#4960)
- Major improvements to the Wikipedia extension (#4958)
- Update CODEOWNERs
- Add bettertouchtool extension (#4952)
- Add .NET API Browser extension (#4920)
- Update CODEOWNERs
- quick-open-project: Allow including VSCode workspaces (#4518)
- [Github-for-enterprise] dependency upgrades (#4653)
- Update CODEOWNERs
- Updating applescript for ventura 13 (Change scroll direction extension) (#4910)
- Update CODEOWNERs
- Update logitech-litra to v0.0.1 (#4738)
- Update music dislike song (#4911)
- TailwindCSS: Remove \`Search Colors\` tinted-image workaround. (#5067)
- Add new preference option to choose default action and update screenshots (#5055)
- Removed package-lock file
- [Xcode] Apple Developer Documentation Entry URL Bug Fix (#4993)
- perf: add support for fallbackText (#5057)
- Iconify: Fix \`Search All Icons\` crash when a requested ID is not part of the response. (#5066)
- Update CODEOWNERs
- [ New Extension ] - Morning Coffee (#4983)
- Update CODEOWNERs
- [npm] Improve startup speed (#5014)
- Linear: Add multiple attachments when creating an issue (#5044)
- Misc: No need to specify the source twice
- Font Awesome: Remove HTTP Server (#5043)
- Update CODEOWNERs
- [Quit-Applications] Add app icons (#4995)
- YC: Add extension (#5025)
- Docs: Update the utils docs
- Update CODEOWNERs
- add code-cushman model (#5041)
- Fix for #4816: add support for SetApp flavour of NotePlan3 (#4828)
- [dict.cc] feat: Translate from Clipboard command (#4868)
- [Tuya] Add toggle and work mode settings for light source devices (#5029)
- [Update Matter] Adding option to filter favorites (#4943)
- Docs: update for the new API release
- Jira: Add "beta" to extension\'s title
- Update CODEOWNERs
- Jira: Add Jira Beta extension (#5013)
- Update CODEOWNERs
- Update podcasts-now to v0.1.0 (#5010)
- [New Extension] LastPass (#4557)
- Update Grafbase extension (#4932)
- Update CODEOWNERs
- HubSpot: open contacts and deals in browser (#5006)
- add indicators for jobs that are allowed to fail (#4961)
- Added HTTPS check (#4965)
- Support dash v4 (#4912)
- Docs: update for the new API release
- [FEAT] Add accessories to Envoyer project details (#4938)
- Update Zotero extension (#4940)
- [Internet Radio] Bug fixes and small enhancements (#4931)
- Docs: update for the new API release
- Docs: update for the new API release
- Update CODEOWNERs
- Add Humaans Extension (#4893)
- Linear: Add support for roadmaps (#4903)
- Docs: update for the new API release
- Add arguments property for commands (#4930)
- Jupiter Aggregator: switched back to axios fetch method for compareTokens() (#4892)
- Add migration for 1.48.0
- Docs: update for the new API release
- Update update-balance-form.tsx
- Monse: New command to list bank accounts (#4855)
- [GitHub] Option to exclude archived repos when searching (#4908)
- Update CODEOWNERs
- [New Extension] Podcasts Now (#4595)
- Update CODEOWNERs
- New Extension: create-t3-app (#4467)
- Update CODEOWNERs
- [New Extension] CRAN/E packages and authors search (#4894)
- Update CODEOWNERs
- omni-news initial release (#4461)
- [Serie A] refine fixtures & results, add 2 new commands (#4901)
- fix: refine fixtures & results, add more club information (#4899)
- [LaLiga] refine fixtures & results, add other competitions command (#4900)
- Update CODEOWNERs
- [New Extension] Search Universities worldwide (#4863)
- [Toothpick] Refactor + Jabra Elite 85t (#4852)
- Update CODEOWNERs
- New extension: Parallel dollar in Argentina (#4850)
- Update CODEOWNERs
- New extension: Beancount Meta (#4491)
- Fix max heap (#3625)
- Update CODEOWNERs
- Add Jupiter Aggregator Extension (#4656)
- [Fix] Fix map issue on timezone-converter extension (#4890)
- Update CODEOWNERs
- [New Extension] Height (#4846)
- Update CODEOWNERs
- fix(Apple Notes) Error handling and prompts (#4806)
- add option for 90 minute pomodoro (#4786)
- [Extensions Update] Mayar Extensions with Menu Bar (#4860)
- Update CODEOWNERs
- feat(readwise-reader): Initial commit (#3887)
- Update CODEOWNERs
- Add "roam research" extension (#4482)
- (feat): chatgpt3-prompt remove result.json connect the api and readme update (#4854)
- Update CODEOWNERs
- [New Extension] Add timezone-converter extension (#4811)
- Update CODEOWNERs
- [New Extension] Directus documentation search (#4789)
- Fix for #4835, adds support for less than 1 day due date (#4837)
- [Laravel-Valet] Improvements and new features (#4857)
- Fixes the name used to access date/data ranges (#4866)
- Update CODEOWNERs
- [New Extension] Add the-verge extension (#4833)
- Docs: Check the http response code
- Manual images update (#4845)
- Linear: Update SDK version. (#4843)
- Update CODEOWNERs
- Add discord-timestamps (#4746)
- Misc: Limit length of labels
- Update CODEOWNERs
- Color picker: Fix error message if menu bar component disabled (#4840)
- Update CODEOWNERs
- Twitter Extension: Accept default value via launch context (#4830)
- Update CODEOWNERs
- [New Extension] Send To Memos (#4723)
- Transfer Grafbase (#4829)
- Update CODEOWNERs
- mayar raycast extension (#4804)
- Update supabase docs links (#4825)
- Update CODEOWNERs
- Twitch Logs - View twitch chat logs  (#4800)
- Country Lookup: Search by TLD
- Dynamically generate version dropdown (#4798)
- Update CODEOWNERs
- temporary-email: fix maildrop url (#4819)
- Update CODEOWNERs
- [New extension] Update Clash Subscription (#4747)
- Update CODEOWNERs
- [Arc] Add the ability to create a quicklink from a tab (#4790)
- Add Laravel 10.x documentation, move version switcher to view (#4795)
- Obsidian Bookmarks: Corrected spelling
- Update CODEOWNERs
- [New Extension] Ligue 1 (#4803)
- [Readwise to Tana]: New field mappings for highlights and author supertag (#4797)
- Update CODEOWNERs
- [New Extension] Tuya smart extension (#4728)
- Update CODEOWNERs
- [New Extension] BeeRaycast  (#4752)
- Update CODEOWNERs
- New extension - Postman (#4741)
- remove extra whitespace when copying or pasting codes (#4793)
- Update CODEOWNERs
- [Readwise to Tana]: Add category filtering and more field mappings (#4788)
- Update package.json
- New Extension: Grafbase (#4785)
- Update CODEOWNERs
- [New Extension] Anilist Airing Schedule (#4756)
- [Update] JSON format  (#4753)
- Update CODEOWNERs
- [New Extension] Splitwise  (#4725)
- [Trello] Add creating Trello todo to extension (#4699)
- [dict.cc] feat: Play audio support (#4702)
- Update CODEOWNERs
- [New Extension] Readwise to Tana (#4703)
- Hiit: Updated extension
- Update CODEOWNERs
- Add Epoch to Timestamp extension (#4755)
- Update CODEOWNERs
- Fix typo with the package name (#4781)
- Update Extension: Apple Notes - add fallback behaviour and fix window activation (#4501)
- Update CODEOWNERs
- Update package
- Update CODEOWNERs
- [New Extension] Microsoft OneNote (#4552)
- Update CODEOWNERs
- feat: detect when the input text is an URL and provide the "go to" option if so (#4767)
- Pie for Pi-hole extension update: reflect pi-hole api auth changes (#4773)
- [New extension] HIIT (#4672)
- Toggl Track Extension Update - Pull up to 500 projects from API (#4769)
- [Plausible Analytics] Support for self hosted instances (#4596)
- fix typo (#4768)
- Docs: Update \`storage.md\`.
- Update CODEOWNERs
- Add link to API key page on openai (#4760)
- Fix broken markdown links (#4761)
- New Extension: Fluent Outdoors (#4474)
- Update CODEOWNERs
- Add palette-picker extension (#4693)
- Warp support for terminal finder (#4075)
- Update CODEOWNERs
- New extension: UTM virtual machines (#4488)
- [confluence search] fix user icon & add type icon (#4660)
- [1Password] Updates (#4682)
- Update CODEOWNERs
- Add Grid layout support for kaomoji extension (#4463)
- feat: add ot extension (#4497)
- Update CODEOWNERs
- New Extension: Websocket Debugging (#4206)
- Fix Craft extension to support Setapp version (#4243)
- [feat][date-format-converter] support convert unix timestamp to ISO date string. (#4131)
- add buy me a coffee link (#4716)
- [UPDATE Obsidian] Several QOL improvements (#4727)
- [Tinypng] Add options to overwrite images. (#4729)
- Update CODEOWNERs
- [Toothpick] Mapped Google Pixel Buds Pro (#4720)
- Update CODEOWNERs
- [New extension] Wayback Machine (#4680)
- Update CODEOWNERs
- fix: fixed typo (#4719)
- [New Extension] Next Run (#4696)
- Update CODEOWNERs
- Update hacker-news extension (#4715)
- CI: post errors to separate slack channel for better readbility
- Typefully: Fix fetch import
- Update CODEOWNERs
- [Color Picker] add a hex lower case format (#4712)
- Update CODEOWNERs
- [New Extension] Local Switch (#4581)
- Update CODEOWNERs
- Update CODEOWNERs
- [New Extension] Lega Serie A (#4662)
- add wordle extension (#4655)
- Google Translate multilanguage (#4704)
- [Clockify] Use project\'s default for the billable field (#4705)
- Color Picker: Add preference for HSLA
- Color Picker: Rename menu bar command
- [Internet Radio] Search stations database, import/export stations, configure audio app, and more (#4661)
- Update CODEOWNERs
- Update Format JSON Extension (#4654)
- Update CODEOWNERs
- [YouTube] Add search from root for Search Videos and Search Channels (#4535)
- add action to create new issue in project (#4551)
- Update CODEOWNERs
- PaperMatch (New Ext) – Initial Commit (#4594)
- Linear: add \`issueUnassignedFromYou\` notification type. (#4690)
- Update CODEOWNERs
- [Spotify-Controls] Add step setting for volume commands (#4646)
- Linear: Adjust colors contrast in light mode (#4669)
- [LaLiga] Update Standings, metadata (#4681)
- [quip]: fix package.json title (#4684)
- [Bundesliga] Fixture planned kickoff time (#4683)
- Update CODEOWNERs
- [New Extension] Firestore Import Export Extension (#4600)
- Update CODEOWNERs
- Word search for Vocabulary.com (#4636)
- Reflect extension (#4631)
- Update CODEOWNERs
- New Extension: Quip (#4632)
- Fix Google Translate (#4667)
- ChatGPT3: Added missing icon
- Update CODEOWNERs
- Added metadata
- [New Extension] chatgpt3 prompts add (#4593)
- Transfer Pinata (#4668)
- Update CODEOWNERs
- Add color picker extension (#4470)
- feat: add new command for "visual-studio-code-recent-projects" (#4650)
- Update CODEOWNERs
- [New Extension] Office2PDF (#4541)
- Update extension: Easy New File (#4537)
- [DevDocs] add deeplink support (#4529)
- Update CODEOWNERs
- Major update to Solana explorer (#4507)
- Update CODEOWNERs
- [Update Extension] Auto detect the source language (#4614)
- Toggl Track: Upgrade to API v9 (#4476)
- Audio Device Extension Improvement - Add Toggle Favourites (#4441)
- Update CODEOWNERs
- New Extension: Knowwa (#4401)
- Update CODEOWNERs
- [New Extension] Jump (#4348)
- Update CODEOWNERs
- add option to choose image on interval end (#4617)
- added Portuguese, Chinese, Persian, Arabic, Polish and Dutch languages (#4637)
- Add actions to Searchcaster extension (#4643)
- Asana: Added start date functionality for Task creation (#4276)
- Update CODEOWNERs
- Fix/timeular/convert note text field to text area (#4579)
- [Update Extension] add hex to string conversions (#4611)
- Update CODEOWNERs
- [Update Extension] System Monitor - Add \`uptime\` (#4634)
- Update extension: IP Geolocation (#4641)
- Update CODEOWNERs
- [Internet Radio] Add "Toggle Play/Pause" command (#4616)
- Update descript-to-youtube readme
- Update CODEOWNERs
- New Extension: Descript to YouTube Chapters (#4628)
- Docs: update for the new API release
- [Update Extension] Orion - add option to use release candidate version (#4624)
- [1password] cli support (#4298)
- Update CODEOWNERs
- Update raycast2github.json
- [code-stash] Add new language types (#4575)
- feat: shuffle command (#4582)
- Update package.json
- Update CODEOWNERs
- New Extension: Gitpod 🍊 (#4336)
- Update CODEOWNERs
- [Apple Maps Search] Update default directions to option (#4618)
- [Jisho] Add Search History (#4480)
- Update CHANGELOG.md
- [extension][memo] add feedback button (#4609)
- [Xcode] Add command to open URL in Simulator (#4533)
- [Fantastical] Fixed bug for getting the name of an app & added two new commands which allow you to quickly add events without opening the app (#4567)
- Update CODEOWNERs
- [Premier League] Update Standings, metadata (#4570)
- Fix Xcode developer documentation URL (#4562)
- Transfer Linear (#4574)
- Update CODEOWNERs
- New Extension: Pinata (#4422)
- Update CODEOWNERs
- New Extension: Finary (#4572)
- [Pokédex] Add gen 9 Pokémons (#4571)
- Typefully improvements (#4569)
- Fixed a name from the amazon-aws service list and updated the icon (#4548)
- Update CODEOWNERs
- Format Prettier for Markdown Script (#4498)
- Display a new icon next to newest proposals (#4553)
- [Currency exchange] Add new function for exchange based on historical currency (#4539)
- Update CODEOWNERs
- New Extension: zNotch to control macbook\'s notch (re-submit) (#4237)
- Update CODEOWNERs
- Linear reminders (#4544)
- Update Extension: Dock Tinker – add toggle to lock Dock contents (#4420)
- Update CODEOWNERs
- Bonk price - The price of  on your menu bar (#4142)
- Docs: update for the new API release
- Update CODEOWNERs
- Silent Mention Extension (#4543)
- [Xcode] Bug Fix (#4530) (#4531)
- Update extension: SM.MS (#4538)
- [Fix bug] Update Extension: Append Clipboard (#4536)
- [Bike] Extract Links, new actions, & bug fixes (#4534)
- Update CODEOWNERs
- New Extension: ESV Bible (#4426)
- Bitbucket: Added a few useful copy to clipboard links in Action Panel (#4471)
- Update CODEOWNERs
- Added myextension: trackFlight! (#4263)
- Update CODEOWNERs
- Toggl Track: Sort time entries starting from latest (#4450)
- Update CODEOWNERs
- feat: ✨ New Extensions: Oh My Zsh Git Alias (#4062)
- Docs: update for the new API release
- Update package.json
- Update CODEOWNERs
- New extension: Bitrise (#4089)
- Update CODEOWNERs
- spotify-controls: add toggle private session (#4510)
- Migration: Add migration for 1.47.0
- Docs: update for the new API release
- Update CODEOWNERs
- Netlify Extension: update icon (#4517)
- Harvest (#4519)
- [Bundesliga] Fix crawling data state, update standings view (#4521)
- Transfer Netlify (#4515)
- Update CODEOWNERs
- add a new Raycast extension called \`monorepo-manager\` (#4364)
- Update CODEOWNERs
- Update package.json
- Update CODEOWNERs
- New Extension: Sleep Timers (#4267)
- Update CODEOWNERs
- [New Extension] Internet Radio (#4427)
- [Bitfinex] fix validation in EditOfferForm (#4506)
- [DekuDeals] Update from List to Grid (#4349)
- Arc: Pro preferences (#4468)
- [Bike] Add Search Rows and Copy Row URL commands (#4440)
- VS Code: Refactor codebase for improved maintainability (#4479)
- [Mochi] fix README (#4481)
- Update CODEOWNERs
- Typefully: Improve UI of lists and add notifications to menu bar (#4486)
- [Netlify] New commands and improvements (#4270)
- Update CODEOWNERs
- New Extension: LeetCode (#4428)
- Two new commands (#4464)
- [Man Pages] Add ability to reload man page entry cache + add preference setting for crawl directories (#4458)
- Fix package.json in Hypersonic (#4457)
- Stalebot: Updated label
- Stalebot: Added On hold
- [Ray.so] Rename spacing to padding
- perf(Google Chrome): get open tabs faster (#4425)
- Bot: Update hint to close issue (fixes RAY-8528)
- Hacker News: Fix flickering (#4449)
- reverso-context: Added 2nd command for 2nd langs pair (#4415)
- release: v2.0.3 (#4412)
- Update CODEOWNERs
- Whosampled: Added wording
- New Extension: WhoSampled (#4388)
- Update CODEOWNERs
- StoicQuotes: Get a random quote (#4377)
- Fix bug in Searchcaster extension (#4438)
- Issue Bot: Remove extra log
- Issue bot: Add more logs
- [Ray.so] Fix ray.so URL format
- Issue Bot: Fix missing login access
- Issue Bot: Add more logs
- Issue Bot: Fix regexes
- Issue Bot: Add more logs
- Issue Bot: Add more logs
- Corrected author
- Issue Bot: Add some log
- handle raycast.com as well as www.raycast.com
- Update CODEOWNERs
- feat(edge): added profiles support (#4367)
- Hacker News: Improve UX (#4410)
- Update CODEOWNERs
- Show year in progress in Raycast (#4374)
- feat(vivaldi): added profiles support (#4368)
- feat(brave): added profiles support (#4366)
- Update CODEOWNERs
- [Toothpick] Mapped Sony WF-1000XM3 (#4431)
- New Extension: Cuid2 Generator (#4356)
- Update CODEOWNERs
- New extension: Imgur - Upload Media & View Images (#4355)
- Update CODEOWNERs
- Restore Old Photo Extension (#4406)
- [Music]: Add shuffle command (#4419)
- feat: Handle all non-supported characters (#4416)
- Update CODEOWNERs
- New extension: \`fantasy-premier-league-rankings\` extension (#4208)
- Updated wording
- Update CODEOWNERs
- add iTerm extension (#4111)
- Update CODEOWNERs
- New extension: Mochi (#4305)
- Docs: restore launchCommand docs.
- Docs: update for the new API release
- Quit Application Extension: Support restart App (#4409)
- Linear: Add attachments on Create Issue (#4408)
- Update CODEOWNERs
- [Wikipedia] Add Image in the Details Page (#4362)
- feat(chrome): added profiles support (#4365)
- Delete sizewatcher.yml
- Create sizewatcher.yml
- [code-stash] Import action (#4335)
- [Music]: Fixed issues (#4346)
- [Xcode] Improve Recent Builds performance (#4357)
- Tailwind CSS extension improvements (#4360)
- Added two new commands (#4347)
- kinopio-inbox: update api key instructions (#4353)
- feat(iridium): added profiles support (#4369)
- New action icons & argument option for set volume (#4387)
- Update CODEOWNERs
- [Docsearch] - fix searchbar text disappearing (#4395)
- Update CODEOWNERs
- add italian language (#4402)
- add codex ai model (#4405)
- Add script to get wrong mapping
- Fix mapping
- Downloads Manager: Add preference for folder and add Quick Look (#4375)
- Todoist: Add various actions and new completed tasks command (#4344)
- [Asana] Add action to copy task ID (#4354)
- Arc: Close Raycast when opening links in little Arc
- Updated volume behaviour (#4345)
- Arc: Remove unused import
- Arc: Improve stability of \`Search with Google\` action
- Arc: Remove unnecessary fallback
- Update CODEOWNERs
- Add Laravel Valet Extension (#4236)
- [Man Pages] Fix TypeError & PDF Viewing bugs (#4328)
- Arc: Clean up unused depenendencies
- GitHub: Clear fields when creating issues or pull requests (#4332)
- Remove old stale bot
- Update CODEOWNERs
- Add Greek and Turkish languages to wikipedia search (#4326)
- Update CODEOWNERs
- New extension: Slugify (#4266)
- SSH Tunnels: Corrected title
- NATO: Added missing metadata images
- Update CODEOWNERs
- New Extention: SSH-Tunnel-Manager (#4017)
- Arc: Add universal search command and menu bar command (#4294)
- Fix parcel tracker bug and api server (#4325)
- Linear: Add due date action (#4327)
- Linear: Add "Quick Add Comment to Issue" command (#4309)
- Update CODEOWNERs
- New Extension: Add NATO Phonetic Alphabet (#4183)
- [Coffee] bug fix (#4324)
- Update CODEOWNERs
- New extension: Moon Phase (#4296)
- [node-js-eval] Fix a bug with circular structures breaking (#4278)
- Update CODEOWNERs
- New Extension: MouseHunt Helper (#4277)
- Fix isWeChatTweakInstalled (#4302)
- [Toothpick] Mapped Sony WF-1000XM4 (#4307)
- feat: add 12 hours system (#4320)
- Update CODEOWNERs
- Add PATCH method and change methods icons as per issue request #4218 (#4310)
- Docs: Mention that \`launchCommand\` can throw in case the command is missing or deactivated.
- Update CODEOWNERs
- Messages 2FA Codes: Added polling + general cleanup (#4279)
- Add migration for 1.46.0
- Update changelog
- Add changelog for 1.46.0
- Docs: update for the new API release
- Update CODEOWNERs
- Add Chatwork Search Extension!! (#3431)
- Update CODEOWNERs
- Small update
- [extension][memo] add new extension: memo (#3930)
- Update CODEOWNERs
- Searchcaster extension improvements (#4285)
- Update CODEOWNERs
- [new extension] hyper focus (#4101)
- Update CODEOWNERs
- New Extension: Kinopio (#4055)
- feat: Mailsy (#4238)
- Update CODEOWNERs
- [New Feature] Punto: Layout switcher (#4135)
- Update CODEOWNERs
- Add Mem.ai Extension (#4117)
- [Music]: Add Volume control and new Playlist command (#4264)
- Fix Laravel Livewire Squishy Icon (#4244)
- fix: get bing web translate token failed (#4288)
- add new commands (#4292)
- Updated readme to point to the specific youtube api (#4293)
- dropbox: fix auth (#4291)
- Arc new tab (#4280)
- Update CODEOWNERs
- Git branch name generator extension (#4182)
- Spotify Player: Allow no-view commands (\`Like Current Song\`, \`Dislike Current Song\`, \`Just Play\` and \`Star Radio\`) to initialize authorization. (#4253)
- Update CODEOWNERs
- Add New Extension WeChat (#4211)
- Update CODEOWNERs
- [Github] linked branch actions (#4172)
- Update CODEOWNERs
- bitwarden: Master Password Reprompt + Cleanup + Refactoring (#3413)
- Update CODEOWNERs
- New extension: Simplelogin.io (#4189)
- Update CODEOWNERs
- feat: add quick-capture command (#4128)
- Update CODEOWNERs
- [Quit Applications] remain open after application quit (#4167)
- [jira-search] Added a filter in Search Issues to show my issues (#4154)
- Update the swift evolution extension (#4227)
- Update CODEOWNERs
- [Arc] Fix version check issues in Arc Extension (#4261)
- Arc: Add new command to open tab
- Arc: Improvements to search tabs and spaces (#4240)
- Update CODEOWNERs
- Add One Tab Group Extension (#4221)
- Update CODEOWNERs
- Writer\'s brew - new extension (#4132)
- CSS.GG Grid View (#4170)
- Update CODEOWNERs
- fix: Capitalization on extension name (#4235)
- Todoist and GitHub: Update Raycast utils to prevent JSON parsing errors (#4233)
- [Sonarr] HTTPS & URL Base Support (#4209)
- Docs: update for the new API release
- Slack: Updated README
- Update CODEOWNERs
- Add new command - Dice & Coin (#4169)
- [New Extension] Random Phone Number (#4037)
- [todoist] fix focused task when not listed in menubar (#4201)
- [Matter] Added favorite option, better article preview images (#4178)
- perf: try to get system proxy from env first (#4185)
- Update CODEOWNERs
- Add new command to deploy ECS service (#4168)
- reverso-context: improved guessing of the input language (#4127)
- Update CODEOWNERs
- New extension: Korean Spelling Checker (#4102)
- Update CODEOWNERs
- New extension: drupal.org (#4087)
- Update CODEOWNERs
- NBA Game Viewer fixes (#4192)
- Update CODEOWNERs
- Add StoryTime Extension (#4153)
- Elron - enable checking times for more dates (#4139)
- fix(config): usage of load config break (#4143)
- Update CODEOWNERs
- react-docs (#4162)
- Update CODEOWNERs
- Add Lyrics Extension (#4166)
- [code-stash] Add edit command (#4163)
- Update CODEOWNERs
- Add Contentful extension (#4036)
- azure: Corrected filename and paths
- Update CODEOWNERs
- New Extension: Matter (#4059)
- Update CODEOWNERs
- [New Extension] React Icons (#4051)
- feat(microsoft-azure): added microsoft azure extension (#3996)
- Flaticons: Fix token expiration handling (#4152)
- Update CODEOWNERs
- add new extensions: JSON Editor (#4042)
- Flaticon: Replace global fetch with cross-fetch (#4147)
- Static Marks: Replace global fetch with cross-fetch (#4148)
- Pixabay: Replace global fetch with cross-fetch (#4150)
- PurpleAir: Replace global fetch with cross-fetch (#4151)
- Update CODEOWNERs
- Jotoba Extension Update (#4073)
- Update CODEOWNERs
- Added removed settings.json
- [New Extension] - Brave Search (#4094)
- Add screen sharing recents extension (#3903)
- World Cup: Replace global fetch with cross-fetch (#4149)
- [Easydict v2.7.0] ✨ Use list tag accessory to show exam type (#3917)
- [improvement] Simulator control support open and bring front selected device window. (#4146)
- Only run stale bot on the upstream
- Migration: Up to 1.45.0
- Update CODEOWNERs
- New extension: carbon for raycast (#3962)
- feat(gitlab): filter todos created by someone (#3964)
- Update CODEOWNERs
- Add the Ukrainian language to the Deepcast extension (#4045)
- ✨ (todoist) Add focus feature (#3978)
- Update CODEOWNERs
- Pomodoro: Fix menu-bar icon in light theme (#4066)
- Update stale.yml
- Update stale.yml
- Update CODEOWNERs
- Visual Studio Code: Add support for VSCodium (#4035)
- Update stale.yml
- Update stale.yml
- Update CODEOWNERs
- feat(google-chrome): added search bookmarks, refactored to useSQL hook, code cleanup (#3940)
- Update stale.yml
- Update CODEOWNERs
- Add Simulator Control extension (#4116)
- Merge branch \'main\' of https://github.com/raycast/extensions
- Issue Bot: Give the ability to authors to close their issues
- Update CODEOWNERs
- [New Feature: Lorem Ipsum] add generate words command (#4129)
- Update CODEOWNERs
- feat(scaleway): add appleSilicon, elasticMetal, domains, iot, loadbalancer, transactionalEmail (#4069)
- Library Genesis: Feature Update (#4050)
- Update stale.yml
- Update CODEOWNERs
- raycast2github: Updated user
- Sourcegraph: Code Search History and improved search results metadata (#4018)
- Updates bitly extension to use ray clipboard api (#4033)
- Zendesk Extension bug fix: Fixed URLs not opening properly if locale was uppercase (#4030)
- Icons8 Minor Update (#4020)
- stale.yml debug
- stale.yml - testing
- Added stale.yml
- Hypersonic: Fixed owner
- [todoist] Add possibility to specify the number of days in Upcoming view for Menu Bar (#3981)
- Hypersonic: v2.0.2 (#4034)
- Update CODEOWNERs
- [Netlify] Upgrade \`@raycast/api\` from 1.28.0 to 1.42.0 (#4014)
- Update CODEOWNERs
- [bitbucket] Changed the SearchList implementation to work with workspaces with large number of repositories (#4106)
- Misc: Fix link to issue templates
- Not on holidays anymore
- Update extension: World Clock (#4086)
- Add initial cache render (#4091)
- Update CODEOWNERs
- new extension preference - Add Calendar focus on command completion (#3943)
- Update CODEOWNERs
- [Wikipedia] Multi Language Support (#3976)
- [Netlify] fix: View Members command when \`full_name\` is empty (#4016)
- Gitmoji update (#4108)
- Tmdb update (#4107)
- [AWS] Add CloudFormation Stack Drill Down (#4054)
- Raindrop.io - Fix collections issue (#4085)
- fix: fix handle error for menu bar command in todoist extension (#4057)
- Shell: Fix run with argument (#4063)
- [Xcode] Add Code Snippet Commands (#4098)
- 🐛 fix: update regex to validate API keys (#4070)
- fix(Timers): show 2 minutes variation (#4118)
- Updated stalebot
- Transfer Arc to Organization (#4040)
- Update PR bot with OOO message :christmas_tree:
- Docs: update for the new API release
- Docker: Updated metadata
- Docker: Added metadata
- Transfer devutils to Organization (#4005)
- Extensions: update description for comma-separated manual runs
- Update CHANGELOG.md
- Update README.md
- Update CODEOWNERs
- ext: Search R Packages on r-pkg.org (#3971)
- Update CODEOWNERs
- style(youtube-music): replace play and pause commands with play/pause (#3878)
- [BItfinex] Fix bugs (#4001)
- Update CODEOWNERs
- add new extension: Email Verifier (#3991)
- feat(Timers): minor fixes, alert sound preview command (#3999)
- Update CODEOWNERs
- Updating the open-with-app to use the new getSelectedFinderItems command (#3841)
- Update CODEOWNERs
- feat(brave): added search bookmarks (#3944)
- Update CODEOWNERs
- [Todoist] Remove not needed markdown (#3980)
- Update CODEOWNERs
- Update inpost-parcel-lockers to v0.1.1 (#3988)
- Add pomodoro extension (#3970)
- Update CODEOWNERs
- New Extension: PurpleAir (#3858)
- [Raindrop.io] Add preference to always use last used collection (#3995)
- Update CODEOWNERs
- add new extension: Escape RegExp Characters (#3960)
- Update CODEOWNERs
- Native Screenshot Extension (#3908)
- [Convert] - Update & bugfixes (#3983)
- Update CODEOWNERs
- feat: add DevUtils extension (#3907)
- Update CODEOWNERs
- feat(aws): added ecs/lambda resource drill-down for quick debugging (#3893)
- Update CODEOWNERs
- feat(iridium): added iridium extension (#3932)
- Update CODEOWNERs
- Emoji Search: Vendor \`generate-emoji-list\` and emoji data. (#3974)
- [Linear]: Fix icons (#3969)
- Fix typo in command description, clarify copy (#3973)
- feat(github): Add colors and tags (#3922)
- Update CHANGELOG.md
- feat(specify): display description from color tokens (#3967)
- chore: remove global package-lock.json (#3959)
- Update CODEOWNERs
- [Raindrop.io] Adds filter by collections (#3920)
- New Feedly extension (#3888)
- Update types.ts
- Figma: Added files as optional
- Update CHANGELOG.md
- Figma: Try to be a bit more defensive about the api
- Figma: Try to be a bit more defensive about the api
- Update CODEOWNERs
- feat(vivaldi): added vivaldi extension (#3929)
- Update CODEOWNERs
- feat(opera): added opera extension (#3931)
- Update CODEOWNERs
- Add pick-random extension (#3875)
- Update CODEOWNERs
- Update inpost-parcel-lockers to v0.1.0 (#3871)
- Gitlab: Add todo tags (#3936)
- feat(browser-history): added Arc, Opera, Iridium, Orion browser history, custom profile paths, custom default browser shortcut (#3918)
- Add new action to Word Search: Spell Word given a string (#3963)
- Update CODEOWNERs
- feat(firefox): added firefox extension (#3780)
- Added control/ctrl alias (#3956)
- Update CODEOWNERs
- feat(extension): add github cli manual (#3835)
- Update CODEOWNERs
- New Extension: Google Tasks (#2943)
- Added grid support, pinned items, and filtering items (#3807)
- Transfer Oh Dear to Organisation (#3953)
- [Google Workspace]: Add open file location in browser action (#3951)
- [TablePlus] Small improvements (#3921)
- [Things] Improved troubleshooting info on Things not open error (#3945)
- [Search-mdn]: sync locale list (#3946)
- Fix incorrect variable name in linear extension preference description (#3928)
- Update CODEOWNERs
- feat(arc): add command for creating new window (#3879)
- Docs: update for the new API release
- Transfer Vercast to Vercel Organization (#3919)
- Update CODEOWNERs
- Add Elron train times extension (#3762)
- Fixed icon name in package.json
- Transfer Ploi to Organization (#3905)
- Transfer Resmo to Organisation (#3904)
- Update CODEOWNERs
- Promote the Github extension out of beta (#3883)
- Docs: update for the new API release
- Update CODEOWNERs
- Prepare Supernotes Transfer (#3900)
- Update CODEOWNERs
- Prepare transfer (#3899)
- Transfer Supabase to Organization (#3898)
- Update Hypersonic Extension Icon (#3897)
- fix: Fix item hits cannot be updated (#3890)
- Update Extension Icon (#3896)
- CI: fix new line handling for allowed extensions
- Prepare Typefully Transfer (#3895)
- [Organization Extension]: Transfer Hypersonic (#3892)
- Update CODEOWNERs
- add new extension: Deduplicator (#3826)
- Update CODEOWNERs
- [Toothpick] New Release (#3870)
- [bible] Fix search lag, run maintenance (#3880)
- Update CODEOWNERs
- Adding a new command to Folder-Search - Send Finder Item to Folder. (#3796)
- Update CODEOWNERs
- feat(extension): add extension to quick search and copy common regula… (#3783)
- [capture] Updates extension (#3716)
- [AWS]: Add Secrets Manager (#3867)
- [open-in-visual-studio-code] Also work with VSCodium (#3765)
- feat(linear): Add new accessories in list items (#3864)
- fix(todoist): iterate all due dates on upcoming tasks (#3882)
- Update CODEOWNERs
- Extension/todoist menu bar tasks (#3597)
- fix: quit app before state change and show hud (#3501)
- Update CODEOWNERs
- Add new (more flexible) main command to Base64 Extension (#3693)
- Update CODEOWNERs
- Add new extension: Flaticon — Search Icons (#3586)
- [Fix Bug] Update extension: Menubar Weather (#3868)
- Update CODEOWNERs
- [BItfinex] Improve extension (#3823)
- added plausible-analytics extension (#3822)
- Update CODEOWNERs
- feat(browser history): add Chrome, Firefox, Safari, Edge, Brave, Vivaldi history search (#3791)
- Updated .gitignore with *.iml
- Update CODEOWNERs
- Publishing Greip to Raycast store. (#3804)
- Linear: Ensure Avatar Icon is uppercase (#3865)
- Update CODEOWNERs
- [AWS] Add CloudWatch Logs & SSM Parameters Command (#3843)
- Added advice slip extension (#3859)
- Docs: Update the utils docs
- [Apple Notes] #3652 Correct issue where searching for notes failed (#3806)
- GitLab: Fix crash when project name is empty (#3810)
- Added custom timer to menubar (#3842)
- Update CODEOWNERs
- [Coffee] Rewrite (#3831)
- [Google Search] Fix error coming up for specific searches (#3839)
- New Commands to the hubspot extension V1 (#3837)
- [AWS] Revamp extension (#3770)
- Updated metadata
- Linear: Update screenshots (#3828)
- HN: Fix screenshot in readme
- Update CODEOWNERs
- Add Hubspot Extenstion (#3814)
- [Google Search] Improve extension functionality (#3825)
- Update CODEOWNERs
- add liba-ro (#3769)
- [Hypersonic] Remove "Added to Hypersonic: " when copying a new task\'s URL (#3824)
- hypersonic: v2.0.1 (#3821)
- Workflows: add validation for "owner" field to non-raycast extensions
- Update CODEOWNERs
- New Extension: Hatena Bookmark (#3774)
- PR bot: fix typo
- Update CODEOWNERs
- Update README.md (#3800)
- feat(openstreetmap-search): added openstreetmap search, travel to/home (#3802)
- Update package.json
- Update CODEOWNERs
- New Extension: Initium (#3809)
- PR Bot: Fix setting the extension\'s name
- Update CODEOWNERs
- Add Resmo Extension (#3726)
- Update Extension: Allow Spotify player update menu bar often than 1m (#3767)
- Update CODEOWNERs
- Add laby.net extension (#3766)
- Update extension Anybox (#3764)
- Update CODEOWNERs
- Create \`Get favicon\` extension (#3782)
- Update iata-code-decoder to v1.2.0 (#3553)
- Update CODEOWNERs
- Add DAWA (Denmarks Address Web API) extension (#3714)
- Update CODEOWNERs
- New Extension: Monzo (#3173)
- Gitlab:  Optimze UI (#3679)
- Update CODEOWNERs
- Unicode: Added hardcoded aliases (#3735)
- Update CODEOWNERs
- Add extension: Auto Quit App (#3559)
- Fix copy-image (#3768)
- Update extension: clash (#3790)
- Update Extension: Supernotes (#3776)
- Multiple fixes and improvements (#3784)
- Update extension: Browsers Profiles (#3778)
- Update CODEOWNERs
- [Linear] Added rightclick support for menubar (#3754)
- Sourcegraph: Search API capabilities updates (#3789)
- Update CODEOWNERs
- New extension: Curator.bio (#3660)
- Update extension: IconPark (#3747)
- Update extension: Maven Central Repository (#3746)
- Update extension: Copy Path (#3743)
- Update extension: Pexels (#3734)
- Update extension: Hidden Icons (#3729)
- Update extension: Capture Raycast Screen (#3745)
- Update extension: Screen Saver (#3744)
- Update extension: IP Geolocation (#3736)
- Update extension: Placeholder (#3730)
- Update extension: Converter (#3731)
- Update extension: Open Path (#3733)
- Update extension: n8n (#3741)
- Update Extension: Dock Tinker (#3738)
- Update extension: SM.MS (#3750)
- Update extension: Chinese Character (#3740)
- Update extension: Bunch (#3739)
- Update extension: World Clock (#3742)
- Brew: Add --ignore-pinned flag to brew upgrade command (#3753)
- Update CODEOWNERs
- New Extension: .NET Documentation Search (#3756)
- Hypersonic: New version 1.0.0  (#3644)
- Update extension: Life Progress (#3749)
- Update extension: Avatar (#3748)
- Update extension: Just Focus (#3732)
- Update CODEOWNERs
- refactor: rename Text Recognition to Capture Text (#3727)
- Update extension: Menubar Weather (#3720)
- Update CODEOWNERs
- Update SavvyCal extension branding (#3728)
- Update CODEOWNERs
- [Headlines] - Fixed a bug and added cache (#3723)
- Update CODEOWNERs
- Drupal Toolbox Extension (#3658)
- [World Cup] Fix live results for simultaneous matches (#3712)
- Update extension: Gitee (#3721)
- [UPDATE Obsidian Extension] Quick Fix to close several issues (#3706)
- [AWS] Support Multiple Profiles (#3612)
- Bear: fix crash on null note text (#3717)
- Update Extension: Paste as Plain Text (#3719)
- Update extension: Text Decorator (#3722)
- iHosts: Optimize Experience (#3671)
- [Xcode] Add "Show Recent Builds in Menu Bar" command (#3709)
- Update README.md
- Update README.md
- Webflow Extension - Updated Metadata & README (#3705)
- iTranslate: Optimize Experience (#3674)
- OSS browser: Optimize Experience (#3676)
- [ai-gen] Update text completion model (#3697)
- fix(elgato): Fix error when toggling key light (#3701)
- add text-davinci-003 model (#3699)
- Wobflow: Updated metadata
- Webflow: Tuned the title a bit
- Update CODEOWNERs
- Add: Webflow Extension (#3537)
- Update CODEOWNERs
- Fix typo in CODEOWNERS generation
- Add all clases to Tailwind CSS extension (#3672)
- add new extension Bitbucket Search (Self Hosted) (#3337)
- New Extension: Search Zendesk support center (#3596)
- Docs: Updated npm requirements
- More consistent workflow names
- Issue Bot: Also add the extension label on PRs
- Weather: Add menu (#3666)
- Archiver: Optimize Experience (#3670)
- Home Assistant: Add Weather Menu bar command (#3683)
- fix(unsplash): update get api key url (#3686)
- [World Cup] Show live time for current match (#3637)
- [Linear]: Update Copy Action to copy formatted HTML (#3630)
- Issue Bot: More lax regex
- Issue Bot: Fix typo
- Issue Bot: Also match GH URL in new template
- [vscode-project-manager] Fix: Avoid duplicate entries #3656 (#3657)
- Bear: update CHANGELOG for latest version (#3659)
- Fix Bug: Menubar-Weather (#3661)
- [Git Repos] added "Open in All Applications" action (#3639)
- Issue Bot: Fix typo
- Issue Bot: Handle extensions that have a different folder name
- [Update Obsidian Extension] Append to Daily Note Command, several fixes, update API (#3638)
- Fixed Asana Project Query Timeout (#3603)
- Bear: show note preview in list view (#3651)
- Update CODEOWNERs
- Tana extension (#3172)
- [HackMD] Improve extension (#3628)
- Get Gitmojis from the API (#3647)
- [Change Case]: Make use of \`getFrontmostApplication\` (#3631)
- Spotify Player: Update description. (#3649)
- Issue Bot: Remove log
- Issue bot: Fix removing the stalled status
- Update package.json
- Update CODEOWNERs
- Update package.json
- Update package.json
- Add metadata (#3646)
- Removed yarn.lock from extensions
- Update CODEOWNERs
- Updated developer map
- wrike: removed owner
- Linear: Add \`alwaysShow\` preference (#3643)
- Update extension: Add forecast (#3642)
- Update CODEOWNERs
- added HoudahSpot search extension! (#3618)
- Update CODEOWNERs
- feat: add "Paste Without Newlines" command to "Paste as Plain Text" extension (#3470)
- feat(todoist): Migrate extension to REST API v2 (#3620)
- [Sn…
yemilgr added a commit to yemilgr/extensions that referenced this pull request Apr 30, 2024
- add azure devops work items cmds
- Update Summarise youtube videos with AI (#6917)
- CI: optimise images on PR merge
- Update CODEOWNERs
- [New Extension] Summarise youtube videos with AI  (#6322)
- Update CODEOWNERs
- Add apple-devices extension (#6862)
- Todoist: Search command and bug fixes (#6908)
- Update CODEOWNERs
- Add spanish-tv-guide extension (#6845)
- Update CODEOWNERs
- [Spotify-Controls] Add backward to the beginning command (#6788)
- [ Quantumcast ] - New command "Open Cloudflow Collection" (#6884)
- Update linkding extension (#6872)
- feat(specify): add search documentation command (#6874)
- Update raycast-system-monitor extension (#6871)
- Update CODEOWNERs
- Add Logtail extension (#6483)
- Update paddings on Openverse app icon (#6896)
- Update CODEOWNERs
- Add cardpointers extension (#6778)
- Update CODEOWNERs
- Add hupu extension (#6790)
- Update CODEOWNERs
- Add git-co-authors extension (#6466)
- Update CODEOWNERs
- Update todo-list extension (#6800)
- feat(Comodoro): Add support for presets (#6801)
- Update CODEOWNERs
- [Recents] Add subtitle and refactor timestamp formatting (#6826)
- feat: add remove duplicate newline text transformation (#6583)
- Update CODEOWNERs
- Add arxiv extension (#6858)
- [Readwise to Tana]: Update default template and supertags on notes (#6870)
- [OpenAI Translator] Raycast AI and other LLM provider support (#6745)
- Update CODEOWNERs
- Update raycast-bard-ai extension (#6815)
- [Bitwarden] Add logout command (#6866)
- Update CODEOWNERs
- Add android-screen-capture extension (#6822)
- [Wireguard] Improve the performance of fetching list (#5936)
- Update CODEOWNERs
- Add storybook-search extension (#6719)
- Update CODEOWNERs
- Add support for login items to 1password extension (#6728)
- Browser Bookmarks: Validate URLs before creating URL objects (#6856)
- Update CODEOWNERs
- iTranslate: Optimize Experience (#6767)
- Update CODEOWNERs
- Add openverse extension (#6758)
- Add evm-codes extension (#6751)
- Update CODEOWNERs
- Updated Key-Value extension to use a list view. (#6763)
- Update doccheck extension (#6792)
- fixed extension name (#6798)
- [TFL] Update readme (#6809)
- Update CODEOWNERs
- [Update] Fake Financial Data (#6813)
- Update tempmail extension (#6827)
- [Update] World Clock (#6842)
- [Google Translate] ability to translate selected text (#6852)
- Update country-lookup extension (#6854)
- Add multiple links and create collections (#6836)
- fix: blocked when filled wrong namespace (#6802)
- feat: add screenshot OCR translate command (#6613)
- Spotify: conditional chain \`url\` (#6791)
- Update CODEOWNERs
- Update ticktick extension (#6700)
- Update CODEOWNERs
- Add memorable-generate-password extension (#6747)
- Update CODEOWNERs
- Update raycast-bard-ai extension (#6705)
- Update CODEOWNERs
- Update howlongtobeat extension (#6761)
- Add checksum extension (#6771)
- Update extension-icon.png (#6774)
- Docs: update for the new API release
- Spotify Beta: remove tokens if needed and re-authorize (#6776)
- Docs: Update the utils docs
- Update CODEOWNERs
- Add zeitraum extension (#6665)
- Added Mark All as Read to Github menu bar (#6691)
- Update CODEOWNERs
- Add unitex extension (#6652)
- Update CODEOWNERs
- search bookmarks for Hookmark.app (#6608)
- Update CODEOWNERs
- Update bear extension (#6729)
- feat: add possibility to select secret engine (#6749)
- Update CODEOWNERs
- Add screen-studio extension (#6668)
- Docs: Update the utils docs
- Migration: Add 1.52.0 migration
- Docs: update for the new API release
- Update CODEOWNERs
- Update wi-fi extension (#6736)
- Update CODEOWNERs
- Update dash extension (#6708)
- Update CODEOWNERs
- Add Mullvad Extension (#6648)
- Update CODEOWNERs
- Add copy-skeet-link extension (#6641)
- Cast character to lowercase first, since it shouldn\'t matter if letters are entered upper- or lowercase. (#6610)
- feat: support Meilisearch (#6748)
- Update CODEOWNERs
- Add clipboard-formatter extension (#6592)
- [Laravel Artisan] Add AI Summary (#6602)
- [Bitwarden] Folder dropdown & item accessories and keywords improvements (#6727)
- Update environment.md (#6741)
- Update CODEOWNERs
- Add key-value extension (#6566)
- Update CODEOWNERs
- Add lichess-org extension (#6556)
- Update keepassxc extension (#6714)
- Update CODEOWNERs
- Add - Paperless-ngx extension - search and upload documents (#6542)
- Update CODEOWNERs
- Add pitchfork extension (#6442)
- Harvest (#6737)
- Update CODEOWNERs
- Add Migadu extension (#6547)
- Update CODEOWNERs
- Add Incognito Clone extension (#6546)
- Update CODEOWNERs
- [wordpress-docs] Add AI summary feature (#6545)
- Update CODEOWNERs
- Add risk-reward-calculator extension (#6533)
- Update CODEOWNERs
- Add cloudinary extension (#6525)
- Update CODEOWNERs
- Add gerrit-code-review extension (#6512)
- Update CODEOWNERs
- Add baidu-ocr extension (#6508)
- Update CODEOWNERs
- Add MUI Documentation Search extension (#6496)
- [Steam] Add ai game recommendation (#6477)
- Update CODEOWNERs
- Add fake-financial-data extension (#6461)
- Update BetterTouchTool Extension with shared secret support (#6458)
- Update CODEOWNERs
- Update speedtest extension (#6457)
- Update CODEOWNERs
- [New Extension] Surfs Up is the goto to check the forecast for your favorite surf spots (#6440)
- Update CODEOWNERs
- Add image-wallet extension (#6423)
- Update starknetEcosystemSearchCommand.tsx
- Update CODEOWNERs
- fixes [Harvest] Error: Could not launch command  process.processImmediate:timers:471:21 #6730 (#6733)
- [Update] Social Network Trends (#6734)
- Update package.json
- Update CODEOWNERs
- Add charged extension (#6638)
- Update CODEOWNERs
- Update screenocr extension (#6644)
- feat(lark): polish lark extension (#6715)
- [Update] Social Network Trends (#6664)
- Update CODEOWNERs
- Harvest (#6716)
- Update docker extension (#6515)
- fix: deletion standard shortcuts (#6710)
- Update CODEOWNERs
- quick-open-project: Add optional second editor + open shortcut (#6372)
- Fix typo on README.md (#6681)
- Fixed grammar rules mistakes  (#6661)
- Google Translate: replace translate library, add error handling (#6666)
- [Bitwarden] Avoid displaying timeout label when Never and catch getFrontmostApplication exception (#6671)
- feat(teamgantt): organize my tasks by status (#6677)
- [Pins] Add tilde substitution, new actions, and QOL improvements (#6707)
- Update CODEOWNERs
- Add one-time-password extension (#6338)
- Add OAuth support and additional Command to Reflect Extension (#6599)
- Update CODEOWNERs
- [Search Emoji] Add support for Unicode 15.0 (#6417)
- Update CODEOWNERs
- Add pick-your-wallpaper extension (#6408)
- Update CODEOWNERs
- fix: custom endpoin setting and switch (#6658)
- [Bitwarden] New show identity and improvements to actions (#6600)
- Update CODEOWNERs
- Add tfl extension (#6385)
- Update CODEOWNERs
- Add code-review-emojis extension (#6371)
- [Set Audio Device] use universal binary audio-devices asset (#6485)
- [Bitwarden] Add lock vault command (#6627)
- Update CODEOWNERs
- Update open-packz-manual.tsx
- Update open-packz-manual.tsx
- Update file-manager extension (#6468)
- [ Quantumcast ] - New Command "Open Packz Manual" (#6621)
- [CHATGPT] Feature & Hotfix 5/18/23 (#6643)
- Docs: update for the new API release
- fix: channel api for holodex (#6622)
- Update CODEOWNERs
- Add dice roller extension (#5691)
- CI: update command to "options"
- Jira: Small refactor and fixes
- Docs: update for the new API release
- feat: add possibility to send macos notification if at least one consumer has lag (#6537)
- Update CODEOWNERs
- [New Extension] Switch Game Play History (#6319)
- Update CODEOWNERs
- [Obsidian] Update code owner (#6584)
- Update CODEOWNERs
- Update api.ts (#6596)
- #5997 fix error when searching for chats which do not contain messages (#6603)
- Update CODEOWNERs
- [Bitwarden] Fix generate password quick command not copying before pasting (#6597)
- Add nts-radio extension (#6377)
- Update CODEOWNERs
- Update folder-search extension (#6467)
- Browser Bookmarks: Revert Safari fix
- Browser Bookmarks: Fix memory errors (#6585)
- Update CODEOWNERs
- [Laravel Valet] - New features (#6370)
- Transfer Todoist (#6579)
- feat: add env export (#6572)
- feat: support custom lark domain (#6444)
- Update CODEOWNERs
- [New Extension] Add initial PR for Typescript Mock Generator (#6279)
- Todoist: Add missing dropdown indication in the README
- Todoist: Improve README.md
- Update CODEOWNERs
- Update doccheck extension (#6462)
- SSH-Manager: adding user controll over terminal creation mode (#6166)
- #6561: Fixed board search for boards without location and added board… (#6571)
- Update CODEOWNERs
- Add \`Byte Converter\` to converter extension (#6356)
- Update CODEOWNERs
- toggle menu bar init (#6386)
- [Update] Auto Quit App (#6570)
- Update chatgo extension (#6381)
- new commands (#6494)
- Mastodon Search metadata updates to move the subtitle out of the title. (#6500)
- added option to open location on timanddate.com (#6543)
- Browser Bookmarks: Various fixes (#6563)
- [Update] Auto Quit App (#6536)
- [Laravel Forge] Fix ssh protocol string bug (#6511)
- Update file-manager extension (#6548)
- Update CODEOWNERs
- Add webkit-developer-docs extension (#6353)
- Update CODEOWNERs
- New ColorSlurp commands (#6303)
- Update CODEOWNERs
- Update color-casket extension (#6473)
- Add Slug alias for Param Case (#6503)
- Update reflect extension (#6421)
- Update CODEOWNERs
- Update tmux-sessioner extension (#6502)
- Update duck-duck-go-search extension (#6363)
- Update CODEOWNERs
- Added support for multiple Figma teams (#6490)
- Add copy colors as class names (#6544)
- Update CODEOWNERs
- [CHATGPT]: fix & feature 5/23 (#6528)
- Update jetbrains extension (#6521)
- Update CODEOWNERs
- Browser Bookmarks: Add support for \`Microsoft Edge\` browser (#6354)
- Update Todoist Client ID
- Todoist: Revamp extension (#6498)
- Update CODEOWNERs
- Added a Mastodon Search extension (#6117)
- Update CODEOWNERs
- Add tmux-sessioner extension (#6200)
- Update CODEOWNERs
- Add MusicThread extension (#6131)
- Update CODEOWNERs
- Add center extension (#6304)
- Update CODEOWNERs
- [Music] Add now playing track to music search empty state (#6231)
- Add OK JSON extension (#6234)
- Google tasks: show more tasks (#6263)
- Update akkoma extension (#6476)
- Update miniflux extension (#6472)
- stock-tracker: update yahoo finance api url (#6475)
- Update dropover extension (#6413)
- Bugfix #6181 (#6465)
- [Bitwarden] Add custom icons for each command (#6484)
- Docs: update for the new API release
- Fixed the message about liking the track (#6436)
- Update CODEOWNERs
- First version of Espanso (search bar) (#6438)
- Update CODEOWNERs
- audio-device: update system effects when output changes (#6277)
- DEVONthink: add Copy item link and Copy link as Markdown ✨ (#6426)
- Linear: Add new "Break Issue Into Sub-Issues" action (#6447)
- fix: Compatible with older versions of GitLab which lack of “reviewer… (#6269)
- Docs: Update the utils docs
- Docs: Update the utils docs
- Migrations: Add migration for 1.51.0
- Docs: update for the new API release
- Update CODEOWNERs
- Hue: Fix Toast and HUD error handling
- Update browser bookmarks metadata
- Google Translate: Remove non-existent contributor handle
- Fix normalizeText crashing (Fix #6320 and #6374) (#6391)
- Google Translate: Fix error handling
- Jira: Fix missing error title (#6291)
- Add Troubleshooting to Notion extension README (#6375)
- Docs: update for the new API release
- Update doccheck extension (#6359)
- fixed typo in manifest file (#6392)
- Update CODEOWNERs
- 🍿⏱️: Add binge-clock extension (#6247)
- Update the Logitech Litra extension to v0.2.1 (#6332)
- [Update] Chinese Character (#6341)
- Update CODEOWNERs
- Use qs library to properly encode JSON for Things URI Scheme (Fix #6361 and Fix #6286) (#6383)
- [scrcpy] minior change (#5992)
- Update CODEOWNERs
- Add Qonto extension (#5894)
- [Bitwarden] Improve locked vault handling and separate concerns (#6387)
- [AWS] Fix non-aws-vault authentication (#6358)
- Replace QuickActions with Disabled Root Commands (#6204)
- Home Assistant: Hide entities which are hidden or disabled (#6331)
- fix: remove science random data generator (#6328)
- Update pubme extension (#6364)
- Docs: update for the new API release
- Docs: update for the new API release
- Update CODEOWNERs
- Fixed wrong entries
- [Bitwarden] Use session token on every bitwarden cli command (#6324)
- Fix migration page again
- [Laravel Forge] Fix incorrect launchCommand call (#6305)
- Update CODEOWNERs
- Add hubspot-portal-launcher extension (#6249)
- [UUID-Generator] fix: default action (#6295)
- Update CODEOWNERs
- massCode Assistant: Remove extension. (#6301)
- fix: use token from cache (#6299)
- Docs: update for the new API release
- Himalaya: Add folder and account support and menu bar command (#6239)
- Migrate Raycast supported extensions to v1.50.0 (#6272)
- Update CODEOWNERs
- feat: UUID v5 command (#5828)
- Update CODEOWNERs
- Comodoro: Initial commands (#6265)
- Update package.json
- Update CODEOWNERs
- Add vault-manager extension (#5078)
- Rename v.1.50.0.md to v1.50.0.md
- [AWS] Support master credentials use case (#6281)
- [YouVersion Bible Suggest] Update YouVersion Bible Suggest extension to latest (v3.1.0) (#6283)
- Update SUMMARY.md
- Update textlint-rule-aws-service-name version (#6284)
- Docs: update for the new API release
- [Simple Reminder] Add feature to enable mobile notifications with ntfy (#6267)
- [Bitwarden] Vault caching (#5797)
- Jetbrains Toolbox: multi-app version fix (#6273)
- Updates Brasileirão Série A extension (#6274)
- Update CODEOWNERs
- [New extension] Bark (#6202)
- FIX README.md (#6268)
- Migration: always add new line
- Create CHANGELOG.md
- Envato extension - update 1.1.0 (#6219)
- Update CODEOWNERs
- Add ftrack extension (#6228)
- Update CODEOWNERs
- Add blockchain-gas-tracker extension (#6177)
- Update CODEOWNERs
- [New extension]textlint-aws-service-name (#6207)
- Update chatgo extension (#6163)
- Update CODEOWNERs
- [Tailscale] Improve UI for disconnecting exit node (#6241)
- [Gitlab] Add Dropdown to Search Issues and Search Merge Request (#6213)
- Added the ability to search by group name. (#6206)
- Update CODEOWNERs
- Add screenocr extension (#6193)
- Update CODEOWNERs
- Add berlin-public-transportation extension (#6170)
- Update CODEOWNERs
- Add md-to-excel extension (#6158)
- Update CODEOWNERs
- Add whois extension (#6258)
- [unsplash]  Fixed background updates not working. (#6218)
- Update CODEOWNERs
- Update deepcast extension (#6118)
- Close other VSCode editors when opening a new project (#6111)
- Update CODEOWNERs
- MassCode Assistant: Allow setting paste as the default action (#5820)
- Update CODEOWNERs
- Add tempmail extension (#5869)
- Update CODEOWNERs
- Update chatgpt-quick-actions extension (#5962)
- Update CODEOWNERs
- [Transmission] Usability improvements (#5867)
- Update CODEOWNERs
- Browser Bookmarks: Add metadata
- Browser Bookmarks: Open source the extension
- [AWS] Support GetSessionToken with aws-vault (#6220)
- Himalaya: Add background sync (#6215)
- [Simple Reminder] feat: add copy to clipboard action (#6224)
- Brew: Fix brew prefix with custom brew path
- Migration for the auto-generated types
- Update package-lock for migrations
- Add migration for 1.50.0
- Docs: update for the new API release
- Update CODEOWNERs
- Add focus-anchor extension (#6159)
- Update CODEOWNERs
- Add keychain-password-gen extension (#6121)
- Update CODEOWNERs
- Add qotp extension (#6027)
- Update CODEOWNERs
- Add control-d extension (#5811)
- fixed bug were times were off by one day (#6212)
- iTranslate: Optimize Experience (#6217)
- Update CODEOWNERs
- Added the ability to search by group name. (#6205)
- Update CODEOWNERs
- Add dictionary extension (#5648)
- Update CODEOWNERs
- added support for JS Object (#5657)
- Replace encodeURIComponent with escape to handle special characters (fix #6197) (#6199)
- Issue Template: Require the steps to repro
- Spotify Beta: Add album image type to nowPlayingMenuBar icon (#6025)
- Update CODEOWNERs
- Update YouVersion Bible Suggest extension to latest (v3.0.0) (#6173)
- Update Github Gists Extension (#6097)
- Update CODEOWNERs
- simple-reminder: add initial version of the extension (#6057)
- Fix issues #6043 and #5998 (#6172)
- fix quit applications crashing (#6191)
- Update CODEOWNERs
- Add wifi-password-reveal extension (#6106)
- Fox typo (#6174)
- BUGFIX Missing input data (#6162)
- fix: openAI translation may miss first char (#6164)
- Update CODEOWNERs
- [Visual Studio Code Project Manager] Update build identifier for Codium. (#6127)
- Brew: Add option to uninstall casks with \`--zap\` (#6124)
- Update CODEOWNERs
- Brew: Add preference to run commands in iTerm instead of Terminal (#6119)
- [OpsLevel] Update extension. Remove placeholder text (#6154)
- Update CODEOWNERs
- Update API Structure (#6152)
- Add laravel-vapor extension (#6026)
- Update CODEOWNERs
- Bluesky: update icon (#6151)
- Update CODEOWNERs
- Add bluesky extension (#6003)
- Update CODEOWNERs
- Add laravel-artisan extension (#6098)
- Update CODEOWNERs
- Add miniflux extension (#6090)
- [ Quantumcast ] - New Command "Open Cloudflow API Docs" (#6089)
- Update CODEOWNERs
- Add Stockholm public transport extension (#5955)
- [Tinypng] Added destination folder to the settings. (#6102)
- fix: fixes empty collections issue (#6091)
- Update CODEOWNERs
- Update doutu extension (#6123)
- [jenkins] Allow Unsafe HTTPS Requests (#6126)
- prettier extension icon (#6132)
- Increase exception message to diagnose issues #6043 and #5998 (#6068)
- Revert "Flaticons: Fix token expiration handling (#4152)" (#6103)
- Ray-so: Fix code serialization issue
- Himalaya: Cache state and improve error logging (#6095)
- Update CODEOWNERs
- Add Hoogle extension (#5917)
- Update CODEOWNERs
- Add Akkoma extension (#5978)
- fix: add encoding when using univ. link (#6107)
- Update CODEOWNERs
- prettier extension improvements (#6075)
- fix(github-trending): outdated github tranding page scraper (#6125)
- Update CODEOWNERs
- Add markdown-to-plain-text extension (#6021)
- Update CODEOWNERs
- slack: Close right sidebar after navigation to chat (#5980)
- Update CODEOWNERs
- [Safari] Add Search Bookmarks command (#5934)
- Update Laravel Forge Extension (#6063)
- [Sun/Moon Times] Added date selection dropdown (#6116)
- Spotify Beta Check if current data is stale (#6093)
- Updated Lacinka extension
- Spotify Beta improve error catching (#6085)
- Update ArtistActionPanel.tsx (#6084)
- Spotify Beta: Remove Menu Player optimisation (#6082)
- Update getting-started.md (#6081)
- [Git Repos] added "Add to Favorites" action (#6069)
- Update CODEOWNERs
- Rename raindrop-io folder
- Update CODEOWNERs
- Add Porkbun extension (#5952)
- Update CODEOWNERs
- Added Lacinka extension (#5937)
- Transfer Tailscale (#6059)
- Update CODEOWNERs
- Update pubme extension (#5932)
- Spotify Beta: Hide menu bar title if idle for 3 minutes (#6055)
- Update CODEOWNERs
- new-extension: Summation v1.0 (#5800)
- [CURRENCY-EXCHANGE] - Dependencies (#5823)
- Update CODEOWNERs
- Duck Duck Go -> DuckDuckGo (#6036)
- [hyper-focus] readme and other misc updates (#6046)
- new features, update screenshots (#6047)
- Update CODEOWNERs
- Add OpsLevel extension (#5746)
- Spotify Beta: Add keyboard shortcuts to copy URL or open Spotify (#6031)
- Douban: Linting
- Lint
- Update CODEOWNERs
- feat: add douban extension (#5821)
- Add an \'originating browser\' option (#6019)
- [dollar-blue] Fix typo (#6017)
- [Brave] Fix errors in several commands, add some new actions (#5626)
- Update CODEOWNERs
- Create Apple Books extension (#5448)
- Update CODEOWNERs
- [Apple Notes] Add new actions & Fix Bugs (#5835)
- Update CODEOWNERs
- feat(Himalaya): Add initial extension (#5844)
- Remove signatures from Asana, Linear and Jira (#6028)
- Update CODEOWNERs
- Add doccheck extension (#5707)
- Tailscale: remove unused variables, unnecessary labels (#6018)
- [ Quantumcast ] - Update extension with new command (#6008)
- Jira: Attempt to debug missing required component property issue
- Improving sections title (#6013)
- Fixes
- Update CODEOWNERs
- Add charming-chatgpt extension to raycast (#5767)
- [IP-Geolocation] Added preference to change geo coordinates order (Fixes raycast/extensions#5829) (#5969)
- Update CODEOWNERs
- Add duck-duck-go-search extension (#5858)
- Update CODEOWNERs
- [Readwise to Tana]: Supertags depending on source, highlight tags, and more (#5892)
- added new extension sun-moon-times (#5855)
- Add timer to Two-Factor Authentication Code Generator (#5601)
- [Youtube Extension] Minor Bug Fixes (#5966)
- Jira: Fix issue where dropdown wouldn\'t save previously selected values (#6004)
- Update CODEOWNERs
- Add WordPress documentation extension (#5833)
- Update CODEOWNERs
- Update json-format extension (#5772)
- Issue bot: this isn\'t typescript
- Issue bot: remove log
- Issue bot: fix repos.getContent return type
- Issue bot: fix content format issue
- Issue bot: try to debug
- [Hue] Hue API V2 (#5868)
- Issue bot: try with utf8
- Issue bot: try to debug issue
- Issue bot: try to debug issue
- [Gitlab] Delete source branch for new merge requests (#5958)
- Update CODEOWNERs
- Add new Laravel shift extension (#5623)
- Update CODEOWNERs
- Add defly-io extension (#5809)
- Spotify Beta: General improvements (#5946)
- [Extension Update] adds diagonal arrows to typesnob (#5886)
- UUID Generator: Allow customization of primary action. (#5876)
- Update CODEOWNERs
- [NPM-SEARCH] updates to dependencies (#5840)
- Gitmoji: improved fetching + added shortcuts and error toast (#5857)
- Update CODEOWNERs
- Adds Linkding Extension (#5742)
- add recent tags picker to drafts extension (#5912)
- Update CODEOWNERs
- feat(CircleCI): Support only your pipelines (#5766)
- Update CODEOWNERs
- Update deepcast extension (#5717)
- Update CODEOWNERs
- Update imessage-2fa extension (#5755)
- Update CODEOWNERs
- Microsoft Teams (#5739)
- [Change Case] Removed extra preference and added new metadata images (#5903)
- Update CODEOWNERs
- Add eBird extension (#5712)
- Update CODEOWNERs
- Add Purelymail extension (#5703)
- Update CODEOWNERs
- Add dropover extension (#5695)
- Flaticon: trying to catch \`map of undefined\` error 🐛 (#5920)
- Fix
- New logo
- Jira: Fix project that could be null
- Jira: Fix an issue where null priorities make loading issues fail (#5921)
- Update CODEOWNERs
- Add Deta Space Extension (#5689)
- Update CODEOWNERs
- Added ATP live ranking extension (#5688)
- [YouTube] Cache and Aspect Ratio (#5673)
- Update CODEOWNERs
- Add xcode-cloud extension (#5651)
- Update CODEOWNERs
- [New Extension] Keyboard Shortcut Sequences (#5555)
- [GITHUB-GISTS] dependencies (#5825)
- Feedly(QoL changes): List Dropdown for Collections and Read Later (#5512)
- Laravel Docs: disable throttle as it\'s not needed with Algolia (#5902)
- Jira: Fix Cannot read properties of null (reading \'name\') error
- Spotify Beta: Fix Quick Actions playback state revalidation (#5910)
- [vercel] Use the team id for selectedTeam state, fix persistency of team id (#5576)
- Spotify Beta: Remove Menu Bar ellipsis if max text is 0 (#5901)
- Jira: Support Markdown tables
- GitHub: Add docs to configure personal access tokens
- Docs: update for the new API release
- Todoist: Improvements and fixes (#5897)
- Update CODEOWNERs
- Spotify Beta Extension (#5602)
- Update CODEOWNERs
- [Wayback Machine] Add the ability to save websites (#5721)
- Update CODEOWNERs
- Add Excalidraw extension (#5497)
- Update CODEOWNERs
- Update gpt (#5661)
- Update CODEOWNERs
- Lucide icons (#5458)
- Change Case Extension Improvement (#5409)
- Update CODEOWNERs
- Update YouVersion Bible Suggest extension to latest (v2.1.0) (#5889)
- Microsoft Teams Meeting (#5718)
- [AWS] Add AWS Vault Support (#5711)
- [Update Extension] System Monitor - Fix Memory Stat (#5881)
- Update CODEOWNERs
- [file-manager] fix error caused by broken symlinks (#5874)
- GitHub: Opt out of contrast adjustment for menu bar command. (#5879)
- Add more information to error message (#5814)
- [OpenAI Translator] Improve & Feature (#5849)
- Support add task (#5799)
- [Unsplash] OAuth, Like/Dislike Image, UI Improvements (#5729)
- #4485 (tech): Fix render for corrupted OTPs and update deps (#5674)
- Update CODEOWNERs
- [Raindrop] - Add and Delete bookmarks (#5480)
- Update CODEOWNERs
- Update CODEOWNERs
- Delegate to Apple Music search (#5862)
- [Google Chrome] Add the ability to create new window (#5499)
- [idonthavespotify] feature: upgrade api v2 (#5865)
- fix(activity_edit): Fix non decimal time entry (#5785)
- [New Additions] - 2023-03-21 (#5490)
- Updated: Kaalam Extension (#5856)
- [Bitwarden] Display useful login/unlock errors and allow to copy the last error (#5722)
- chore: dependencies (#5824)
- Update type-snob extension (#5873)
- Update google-maps-search extension (#5836)
- Explicitly opt out of dynamic contrast adjustment in extensions that depend on accurate color reproduction. (#5806)
- [CHATGPT] fix & feat 4/9/23 (#5832)
- Update CODEOWNERs
- Fix broken emojis (#5847)
- Update CODEOWNERs
- Improve New Little Arc usability (#5866)
- Update CODEOWNERs
- [google chrome] Added support to match url in bookmark and history search (#5696)
- Todoist: Merge info with title to ease quick-add task experience (#5378)
- Update CODEOWNERs
- Update file-manager extension (#5687)
- [Image Modification] Add "Optimize Images" command, new filters, PDF to image, image to SVG, and more (#5715)
- Update CODEOWNERs
- Update sips extension (#5743)
- chore: dependencies (#5704)
- [Hue] Fixes and improvements (#5647)
- Bear 2 Support for the Bear Extension (#5706)
- feat(readwise-reader): Add search command (#5723)
- chore: dependencies update (#5748)
- [CHATGPT]: fix 4/4 (#5751)
- Update CODEOWNERs
- 1Password: fixed newline in clipboard copy (#5732)
- Update CODEOWNERs
- Transform: Add \`JSON to JS\` command (#5793)
- Update CODEOWNERs
- Update color-picker extension (#5752)
- Added secondary action "Paste in active app" (#5794)
- Things: Fix #5720 (#5802)
- Update CODEOWNERs
- Add thesaurus extension (#5314)
- Update CODEOWNERs
- Google Chrome: fix tab activation (#5683)
- Update CODEOWNERs
- Iconify: Fix search in \`View Icons\` command (#5669)
- GitHub: Notification fixes (#5783)
- Docs: update for the new API release
- chore: dependencies update (#5749)
- Jira: Fix autoCompleteUrl issue
- Misc: Remove extra line break
- Linear: display issue relations in details (#5682)
- Jira: Add typeahead search for filters and projects (#5735)
- [Binance] Fix incompatible api options (#5705)
- Docs: update for the new API release
- [Image Modification] Add WebP support + Path Finder support (#5633)
- [Update] Pexels extension (#5629)
- Update CODEOWNERs
- [New Extension] I Don\'t Have Spotify (#5617)
- Update CODEOWNERs
- [New extension] Bing Search (#5583)
- Update CODEOWNERs
- Add Scrapbox search extension (#5579)
- feat(readwise-reader): Add ability to save links (#5533)
- feat(Apple Notes): Added the function to open notes in separate windows (#5517)
- Update CODEOWNERs
- add Search Sequel Ace lol (#5515)
- Update CODEOWNERs
- Update CODEOWNERs
- [New Extension] RayDocs (#5498)
- Add new Disney extension (#5678)
- add support for VSCode cached projects #5632 (#5665)
- [Search npm] Add favorites and search history (#5624)
- [Downloads Manager] Copy File Action in Manage Downloads (#5672)
- Update CODEOWNERs
- [TMDB] Add support for searching upcoming movies (#5562)
- [Scaleway] Add Secret Manager product (#5614)
- Docs: Add migration note to ESLint page
- Update CODEOWNERs
- Add 2FA Directory Extension (#5577)
- [Bugfix] Open Link in Specific Browser (#5635)
- [Update] Open Path extension (#5660)
- Update CODEOWNERs
- Update Replicate Extension (#5384)
- Update CODEOWNERs
- Add migration for 1.49.0
- Jira is out of beta
- Docs: update for the new API release
- Update CODEOWNERs
- [New Extension] inFakt (#5489)
- Update CODEOWNERs
- [Search Dart or Flutter Package] Added a preference to change the Primary Action (#5479)
- [Update] Hidden Icons extension (#5638)
- Update ifanr extension (#5611)
- 🐞 fix: openai may cause crash (#5615)
- [Update] Menubar Weather extension (#5640)
- [Update] ImprovMX Extension (#5641)
- [Bitwarden] Fix copy TOTP action (#5639)
- Update CODEOWNERs
- Update logitech-litra to v0.2.0 (#5621)
- [CHATGPT]: fix update 29/3 (#5618)
- Update CODEOWNERs
- [Imgur] Album and environment files (#5604)
- Update CODEOWNERs
- Add Emissions Calculator Extension (#5581)
- [Wireguard] Add disconnectAllWireguardConnections command (#5551)
- [Trello] Change response forms to fix issue (#5591)
- [Focus] Bug fix for custom focus duration (#5603)
- Update iata-code-decoder to v1.2.2 (#5613)
- Handle NotePlan 3\'s new calendar formats (#5176)
- [Productlane] - Add primary action to insight creation (#5610)
- added icon for QUEUED in vercast (#5574)
- Update CODEOWNERs
- Glyph Search (#4748)
- Update CODEOWNERs
- Add zalgo-text extension (#5109)
- Update CODEOWNERs
- Add new-relic extension (#5159)
- fix(session): check if user is authenticated before trying to lock (#5609)
- Update CODEOWNERs
- Stock tracker extension (#5443)
- Update CODEOWNERs
- Add zed-recent-projects extension (#5434)
- Update CODEOWNERs
- Update ifanr extension (#5420)
- feat: add support for OpenAI ChatGPT translate (#5424)
- [Quest] Add import and export feature (#5422)
- [Bitwarden] Add vault timeout and password reprompt for other sensitive values (#5414)
- fix(github-trending): cache not invalidate when date changed (#5364)
- Update CODEOWNERs
- New Extensions: ChatGPT (#5253)
- Harvest (#5565)
- Update CODEOWNERs
- Add type-snob extension (#5544)
- [Urban Dictionary] Fixed search bar logic (#5558)
- [Portuguese Primeira Liga] Added detail view for top scorers (#5559)
- [Image Modification] Add Apply Image Filter command (#5519)
- GitLab: improve starred project visibility (#5410)
- Update pomodoro extension (#5532)
- Update CODEOWNERs
- [New Extension] TradingView Controls (#5303)
- Delete package-lock.json
- Update change-case extension (#5486)
- [Music]: Added fallback commands (#5522)
- FIXED: connection name contains space character (#5524)
- Warp Launch Extension bugfix: Open Warp first before running JXA (#5518)
- Update CODEOWNERs
- feat: add filtering pid functionality (#5467)
- Bug fixes for Warp Launch Config Extension (#5493)
- Fixes for jira-search (#5507)
- feat: add useDev support Microsoft Edge Dev (#5341)
- Update CODEOWNERs
- 1Password: make primary and secondary actions configurable (#5405)
- Update CODEOWNERs
- [New Extension]: ImprovMX (#5325)
- Update CODEOWNERs
- [New Extension] OpenAI Translator (#5306)
- Update CODEOWNERs
- add the ability to copy the things uri to the clipboard (#5436)
- Update CODEOWNERs
- Revert "Jira Beta: Revert sprint state changes"
- feat: show team on issues view (#5466)
- [React Icons] Fixes and Improvements (#5432)
- Update iata-code-decoder to v1.2.1 (#5485)
- Update CODEOWNERs
- feat: add volume cap error for alert sound (#5460)
- [New Extension] Lightshot Gallery (lightshot-gallery) (#5143)
- Jira Beta: Revert sprint state changes
- [Multilinks] Add more browser support (#5438)
- Change quotes endpoint (#5461)
- added bundle id for setapp version of Focus app (#5472)
- Docs: Fix "LaunchType.background" typo
- Update Is It Toxic To extension (#5440)
- [Height] Add OAuth and fix bugs (#5423)
- F1: show fastest lap (#5465)
- F1: Update \`@raycast/api\` to latest & show DNFs. (#5456)
- CI: Do not use deprecated set-output
- Update CODEOWNERs
- Add focus extension (#5416)
- Issue Bot: Also allow the OP to close an issue with the comment
- [XiaoQu] #N/A feat: add kube config env variabel support fix #5151 (#5156)
- [Netlify] New logo (#5207)
- [Visual Studio Code - Project Manager] Fixed a problem with the remote path when there is a "." in the path (#5413)
- [Bitwarden] Use transient option when copying values (#5394)
- DEVONThink: Remove buggy property 🔥 (#5402)
- Added support for Editing Daily Logs (#5389)
- [Image Modification] Fix HEIC compatibility and add "Pad Images" command (#5368)
- [Update Extension] Orion - add ability to search tabs (#4861)
- Fix Monzo token refresh (#5390)
- [Trello] Add missing fields to card submission (#5399)
- Update CODEOWNERs
- feat(search-npm): add open package changelog page action (#5290)
- Update screenshots (#5392)
- Update CODEOWNERs
- Add primer extension (#5268)
- Update CODEOWNERs
- [New Extension] Time Until "I" Do (#5261)
- don\'t inject https on non https urls (#5385)
- Feature/gitlab retry failed jobs (#5377)
- Docs: update for the new API release
- Update CODEOWNERs
- Add Productlane extension (#5039)
- Update CODEOWNERs
- [New Extension] Naver Search (#5265)
- Update CODEOWNERs
- [Readwise to Tana]: Add field mapping for highlight URLs (#5365)
- [amazon-aws]: Add Run Profile Script Command (#5357)
- Update CODEOWNERs
- [NBA Viewer] Fix \'View Standings\' command and polish view (#5309)
- Update CODEOWNERs
- feat(Timers): choice of alert sound for custom timer (#5361)
- Update CODEOWNERs
- Feature/gitlab wikis (#5352)
- Add codegeex extension (#5213)
- [LastPass] feature: add ability to search by ID (#5359)
- Update CODEOWNERs
- Add Quest Extension (#5200)
- Implement pagination for getActiveCycleIssues. (#4856)
- Update CODEOWNERs
- add warp launch configuration extension (#5227)
- Update index.tsx
- Update CODEOWNERs
- Moved extension
- Update CODEOWNERs
- add baseUrl preference to github-repository-search (#5281)
- Update CODEOWNERs
- feat(extension): Fix Link Embeds (#5220)
- fix: Open in Devdocs broken (#5348)
- chore(sdk): update sdk scaleway (#5198)
- Google Workspace: Fix Create Google Spreadsheet to use the authenticated user (#5330)
- Update CODEOWNERs
- Add Ableton Live extension (#5161)
- New command: add toggle functionality to Keyboard Layout Switcher (#5122)
- Update CODEOWNERs
- Add proton-version extension (#5051)
- Update CODEOWNERs
- Add wireguard extension (#5063)
- Update CODEOWNERs
- Add kafka extension (#5077)
- Update CODEOWNERs
- Add nmbs-planner extension (#5068)
- Add Copy Glyph action to fontawesome extension (#5065)
- Update CODEOWNERs
- Initial commit (#5327)
- feat(Timers): volume setting, pausable stopwatches, and bugfixes (#5284)
- Update Claris snippets (#5333)
- Update CODEOWNERs
- [Bitwarden] Generate password quickly (copy and/or paste right away) (#5334)
- [Bitwarden] Add Open in Browser action (#5335)
- [Bitwarden] Add Show Card Details action (#5336)
- History for numi command (#5338)
- Update CODEOWNERs
- Added mixpanel extension (#5019)
- ESLint: Migrate Asana, GitHub, Google Workspace, Linear, and Zoom (#5329)
- Update CODEOWNERs
- Add typer extension (#5012)
- Update CODEOWNERs
- [New Extension] added Package Tracker extension (#4812)
- Update CODEOWNERs
- [New Extension] AirPods Noise Control (#4838)
- [two-factor-authentication-code-generator] change to paste from copy (#4443)
- [Bitwarden] Reorganize and cleanup codebase (#5107)
- Update CODEOWNERs
- feat(moco):Nondecimal time and new activity start method (#5320)
- feat(amazon-aws): add show all action button for viewing all SSM params (#5235)
- Add option to define default action in Tailwind CSS (#5308)
- Update CODEOWNERs
- Use private scheduling links in Savvycal (#5311)
- Update CODEOWNERs
- [Google Chrome] Close tabs (#5273)
- Update Claris snippets - Dynamic Fields (#5279)
- [LastPass] feature: speed up extension by replacing \`lpass ls\` instead of \`lpass export\` (#5289)
- [Music]:  fixed \`Library\` localization (#5298)
- Upgrade WhatsApp extension dependencies (#5310)
- [Trello] Fix broken search function (#5312)
- Update web-audit extension (#5254)
- Added new feature (#5267)
- [V2EX-Viewer] Add new command and better ux action (#5212)
- [Visual Studio Code - Project Manager] - fix for 5260 (#5280)
- fix: Fixed IP Lookup not working , Remove obsolete code (#5291)
- [CircleCI] fix: pipeline.vcs might be undefined (#5269)
- edit raw xml (#5257)
- Update CODEOWNERs
- Update myip extension (#5262)
- Jira: Add various fixes and improvements
- Update CODEOWNERs
- Added new commands to the existing extension (#5218)
- Update host-switch extension (#5233)
- Update scrcpy extension (#5033)
- ESLint: Add migration script
- Docs: update for the new API release
- Fix local cert ignore setting (#4906)
- Update CODEOWNERs
- Add new little arc command (#5191)
- Update CODEOWNERs
- Add raycast-wemo extension (#5005)
- Update CODEOWNERs
- feat: initial extension commit (#5048)
- [NixPkgs Search] Fix ES URL (#5124)
- feat & refactor: add new command (#5202)
- [Image Modification] Fix localization issue (#5206)
- Arc: Support fallback text in commands (#5168)
- Docs: update for the new API release
- Update CODEOWNERs
- support copy clone urls of a project (#5052)
- Update CODEOWNERs
- Update icons in zotero extension (#5155)
- Update CODEOWNERs
- pick-figure supports random range (#5153)
- Update CODEOWNERs
- Add "Just Delete Me" extension (#5164)
- Docs: update for the new API release
- Hypersonic: v2.0.4 (#5170)
- Make notes\' file extension required (#5177)
- Spotify Player: Filter out falsy playlists. (#5187)
- Update CODEOWNERs
- Add github-trending extension (#4999)
- Changelog
- feature: add ability to sync LastPass daily or weekly (#5126)
- [Pipe Commands] add tab and file input types (#5158)
- Update contentful extension (#5102)
- update bob bundleId (#5167)
- [Readwise to Tana] Fix ordering, clean titles, and handle line breaks (#5171)
- Update CODEOWNERs
- [New Extension] Image Modification (#4935)
- Update README of Typefully extension (#5174)
- Update CODEOWNERs
- added moneylover (#4918)
- Debounce search input to reduce API calls (#5111)
- Migrate to Raycast useFetch (#5003)
- Update CODEOWNERs
- [Sentry Extension] Added the ability to integrate with a self-hosted Sentry instance (#4864)
- Update CODEOWNERs
- Iconify: Add pagination to avoid crashes, switch from list to grid. (#5175)
- Timeular total daily time (#5056)
- Update CODEOWNERs
- Add buddy extension (#4967)
- fix: remove duplicates from repo list (#5046)
- Update CODEOWNERs
- Adding support for more than one Elgato Key Light (#4821)
- fix(amazon-aws): profile selection (#5141)
- Update logitech-litra to v0.1.0 (#5144)
- Update CODEOWNERs
- [Tim] Add new commands (#5160)
- fix(openai-gpt3): set gpt-3.5-turbo token limit to 4096 (#5162)
- Update host-switch extension (#5103)
- [Github] Add option to include owner name alongside repository name in search results (#5091)
- Update CODEOWNERs
- add get ssh key (#5028)
- Update CODEOWNERs
- [Morning Coffee Extension]: Fix typo in command description (#5092)
- Web Audit extension (#4917)
- Terminal Finder: Unset \`LC_ALL\` environment variable before running AppleScripts. (#5097)
- Update CODEOWNERs
- openai-gpt3: add support for gpt-3.5-turbo model (#5090)
- feat(moco): Add MOCO extension (#4955)
- [Github] Make visited repository searching case-insensitive (#5076)
- Update CODEOWNERs
- [Calendly Share Meeting Links] Increase Number Of Fetched Event Types (#5011)
- Update toggl-track extension (#5049)
- Update CODEOWNERs
- Everhour: Add recent tasks list and show time for last 7 days. (#5023)
- Update CODEOWNERs
- [ New Extension ] - Quantumcast (#4982)
- Update CODEOWNERs
- Add criteria for drafts to be saved (#4960)
- Major improvements to the Wikipedia extension (#4958)
- Update CODEOWNERs
- Add bettertouchtool extension (#4952)
- Add .NET API Browser extension (#4920)
- Update CODEOWNERs
- quick-open-project: Allow including VSCode workspaces (#4518)
- [Github-for-enterprise] dependency upgrades (#4653)
- Update CODEOWNERs
- Updating applescript for ventura 13 (Change scroll direction extension) (#4910)
- Update CODEOWNERs
- Update logitech-litra to v0.0.1 (#4738)
- Update music dislike song (#4911)
- TailwindCSS: Remove \`Search Colors\` tinted-image workaround. (#5067)
- Add new preference option to choose default action and update screenshots (#5055)
- Removed package-lock file
- [Xcode] Apple Developer Documentation Entry URL Bug Fix (#4993)
- perf: add support for fallbackText (#5057)
- Iconify: Fix \`Search All Icons\` crash when a requested ID is not part of the response. (#5066)
- Update CODEOWNERs
- [ New Extension ] - Morning Coffee (#4983)
- Update CODEOWNERs
- [npm] Improve startup speed (#5014)
- Linear: Add multiple attachments when creating an issue (#5044)
- Misc: No need to specify the source twice
- Font Awesome: Remove HTTP Server (#5043)
- Update CODEOWNERs
- [Quit-Applications] Add app icons (#4995)
- YC: Add extension (#5025)
- Docs: Update the utils docs
- Update CODEOWNERs
- add code-cushman model (#5041)
- Fix for #4816: add support for SetApp flavour of NotePlan3 (#4828)
- [dict.cc] feat: Translate from Clipboard command (#4868)
- [Tuya] Add toggle and work mode settings for light source devices (#5029)
- [Update Matter] Adding option to filter favorites (#4943)
- Docs: update for the new API release
- Jira: Add "beta" to extension\'s title
- Update CODEOWNERs
- Jira: Add Jira Beta extension (#5013)
- Update CODEOWNERs
- Update podcasts-now to v0.1.0 (#5010)
- [New Extension] LastPass (#4557)
- Update Grafbase extension (#4932)
- Update CODEOWNERs
- HubSpot: open contacts and deals in browser (#5006)
- add indicators for jobs that are allowed to fail (#4961)
- Added HTTPS check (#4965)
- Support dash v4 (#4912)
- Docs: update for the new API release
- [FEAT] Add accessories to Envoyer project details (#4938)
- Update Zotero extension (#4940)
- [Internet Radio] Bug fixes and small enhancements (#4931)
- Docs: update for the new API release
- Docs: update for the new API release
- Update CODEOWNERs
- Add Humaans Extension (#4893)
- Linear: Add support for roadmaps (#4903)
- Docs: update for the new API release
- Add arguments property for commands (#4930)
- Jupiter Aggregator: switched back to axios fetch method for compareTokens() (#4892)
- Add migration for 1.48.0
- Docs: update for the new API release
- Update update-balance-form.tsx
- Monse: New command to list bank accounts (#4855)
- [GitHub] Option to exclude archived repos when searching (#4908)
- Update CODEOWNERs
- [New Extension] Podcasts Now (#4595)
- Update CODEOWNERs
- New Extension: create-t3-app (#4467)
- Update CODEOWNERs
- [New Extension] CRAN/E packages and authors search (#4894)
- Update CODEOWNERs
- omni-news initial release (#4461)
- [Serie A] refine fixtures & results, add 2 new commands (#4901)
- fix: refine fixtures & results, add more club information (#4899)
- [LaLiga] refine fixtures & results, add other competitions command (#4900)
- Update CODEOWNERs
- [New Extension] Search Universities worldwide (#4863)
- [Toothpick] Refactor + Jabra Elite 85t (#4852)
- Update CODEOWNERs
- New extension: Parallel dollar in Argentina (#4850)
- Update CODEOWNERs
- New extension: Beancount Meta (#4491)
- Fix max heap (#3625)
- Update CODEOWNERs
- Add Jupiter Aggregator Extension (#4656)
- [Fix] Fix map issue on timezone-converter extension (#4890)
- Update CODEOWNERs
- [New Extension] Height (#4846)
- Update CODEOWNERs
- fix(Apple Notes) Error handling and prompts (#4806)
- add option for 90 minute pomodoro (#4786)
- [Extensions Update] Mayar Extensions with Menu Bar (#4860)
- Update CODEOWNERs
- feat(readwise-reader): Initial commit (#3887)
- Update CODEOWNERs
- Add "roam research" extension (#4482)
- (feat): chatgpt3-prompt remove result.json connect the api and readme update (#4854)
- Update CODEOWNERs
- [New Extension] Add timezone-converter extension (#4811)
- Update CODEOWNERs
- [New Extension] Directus documentation search (#4789)
- Fix for #4835, adds support for less than 1 day due date (#4837)
- [Laravel-Valet] Improvements and new features (#4857)
- Fixes the name used to access date/data ranges (#4866)
- Update CODEOWNERs
- [New Extension] Add the-verge extension (#4833)
- Docs: Check the http response code
- Manual images update (#4845)
- Linear: Update SDK version. (#4843)
- Update CODEOWNERs
- Add discord-timestamps (#4746)
- Misc: Limit length of labels
- Update CODEOWNERs
- Color picker: Fix error message if menu bar component disabled (#4840)
- Update CODEOWNERs
- Twitter Extension: Accept default value via launch context (#4830)
- Update CODEOWNERs
- [New Extension] Send To Memos (#4723)
- Transfer Grafbase (#4829)
- Update CODEOWNERs
- mayar raycast extension (#4804)
- Update supabase docs links (#4825)
- Update CODEOWNERs
- Twitch Logs - View twitch chat logs  (#4800)
- Country Lookup: Search by TLD
- Dynamically generate version dropdown (#4798)
- Update CODEOWNERs
- temporary-email: fix maildrop url (#4819)
- Update CODEOWNERs
- [New extension] Update Clash Subscription (#4747)
- Update CODEOWNERs
- [Arc] Add the ability to create a quicklink from a tab (#4790)
- Add Laravel 10.x documentation, move version switcher to view (#4795)
- Obsidian Bookmarks: Corrected spelling
- Update CODEOWNERs
- [New Extension] Ligue 1 (#4803)
- [Readwise to Tana]: New field mappings for highlights and author supertag (#4797)
- Update CODEOWNERs
- [New Extension] Tuya smart extension (#4728)
- Update CODEOWNERs
- [New Extension] BeeRaycast  (#4752)
- Update CODEOWNERs
- New extension - Postman (#4741)
- remove extra whitespace when copying or pasting codes (#4793)
- Update CODEOWNERs
- [Readwise to Tana]: Add category filtering and more field mappings (#4788)
- Update package.json
- New Extension: Grafbase (#4785)
- Update CODEOWNERs
- [New Extension] Anilist Airing Schedule (#4756)
- [Update] JSON format  (#4753)
- Update CODEOWNERs
- [New Extension] Splitwise  (#4725)
- [Trello] Add creating Trello todo to extension (#4699)
- [dict.cc] feat: Play audio support (#4702)
- Update CODEOWNERs
- [New Extension] Readwise to Tana (#4703)
- Hiit: Updated extension
- Update CODEOWNERs
- Add Epoch to Timestamp extension (#4755)
- Update CODEOWNERs
- Fix typo with the package name (#4781)
- Update Extension: Apple Notes - add fallback behaviour and fix window activation (#4501)
- Update CODEOWNERs
- Update package
- Update CODEOWNERs
- [New Extension] Microsoft OneNote (#4552)
- Update CODEOWNERs
- feat: detect when the input text is an URL and provide the "go to" option if so (#4767)
- Pie for Pi-hole extension update: reflect pi-hole api auth changes (#4773)
- [New extension] HIIT (#4672)
- Toggl Track Extension Update - Pull up to 500 projects from API (#4769)
- [Plausible Analytics] Support for self hosted instances (#4596)
- fix typo (#4768)
- Docs: Update \`storage.md\`.
- Update CODEOWNERs
- Add link to API key page on openai (#4760)
- Fix broken markdown links (#4761)
- New Extension: Fluent Outdoors (#4474)
- Update CODEOWNERs
- Add palette-picker extension (#4693)
- Warp support for terminal finder (#4075)
- Update CODEOWNERs
- New extension: UTM virtual machines (#4488)
- [confluence search] fix user icon & add type icon (#4660)
- [1Password] Updates (#4682)
- Update CODEOWNERs
- Add Grid layout support for kaomoji extension (#4463)
- feat: add ot extension (#4497)
- Update CODEOWNERs
- New Extension: Websocket Debugging (#4206)
- Fix Craft extension to support Setapp version (#4243)
- [feat][date-format-converter] support convert unix timestamp to ISO date string. (#4131)
- add buy me a coffee link (#4716)
- [UPDATE Obsidian] Several QOL improvements (#4727)
- [Tinypng] Add options to overwrite images. (#4729)
- Update CODEOWNERs
- [Toothpick] Mapped Google Pixel Buds Pro (#4720)
- Update CODEOWNERs
- [New extension] Wayback Machine (#4680)
- Update CODEOWNERs
- fix: fixed typo (#4719)
- [New Extension] Next Run (#4696)
- Update CODEOWNERs
- Update hacker-news extension (#4715)
- CI: post errors to separate slack channel for better readbility
- Typefully: Fix fetch import
- Update CODEOWNERs
- [Color Picker] add a hex lower case format (#4712)
- Update CODEOWNERs
- [New Extension] Local Switch (#4581)
- Update CODEOWNERs
- Update CODEOWNERs
- [New Extension] Lega Serie A (#4662)
- add wordle extension (#4655)
- Google Translate multilanguage (#4704)
- [Clockify] Use project\'s default for the billable field (#4705)
- Color Picker: Add preference for HSLA
- Color Picker: Rename menu bar command
- [Internet Radio] Search stations database, import/export stations, configure audio app, and more (#4661)
- Update CODEOWNERs
- Update Format JSON Extension (#4654)
- Update CODEOWNERs
- [YouTube] Add search from root for Search Videos and Search Channels (#4535)
- add action to create new issue in project (#4551)
- Update CODEOWNERs
- PaperMatch (New Ext) – Initial Commit (#4594)
- Linear: add \`issueUnassignedFromYou\` notification type. (#4690)
- Update CODEOWNERs
- [Spotify-Controls] Add step setting for volume commands (#4646)
- Linear: Adjust colors contrast in light mode (#4669)
- [LaLiga] Update Standings, metadata (#4681)
- [quip]: fix package.json title (#4684)
- [Bundesliga] Fixture planned kickoff time (#4683)
- Update CODEOWNERs
- [New Extension] Firestore Import Export Extension (#4600)
- Update CODEOWNERs
- Word search for Vocabulary.com (#4636)
- Reflect extension (#4631)
- Update CODEOWNERs
- New Extension: Quip (#4632)
- Fix Google Translate (#4667)
- ChatGPT3: Added missing icon
- Update CODEOWNERs
- Added metadata
- [New Extension] chatgpt3 prompts add (#4593)
- Transfer Pinata (#4668)
- Update CODEOWNERs
- Add color picker extension (#4470)
- feat: add new command for "visual-studio-code-recent-projects" (#4650)
- Update CODEOWNERs
- [New Extension] Office2PDF (#4541)
- Update extension: Easy New File (#4537)
- [DevDocs] add deeplink support (#4529)
- Update CODEOWNERs
- Major update to Solana explorer (#4507)
- Update CODEOWNERs
- [Update Extension] Auto detect the source language (#4614)
- Toggl Track: Upgrade to API v9 (#4476)
- Audio Device Extension Improvement - Add Toggle Favourites (#4441)
- Update CODEOWNERs
- New Extension: Knowwa (#4401)
- Update CODEOWNERs
- [New Extension] Jump (#4348)
- Update CODEOWNERs
- add option to choose image on interval end (#4617)
- added Portuguese, Chinese, Persian, Arabic, Polish and Dutch languages (#4637)
- Add actions to Searchcaster extension (#4643)
- Asana: Added start date functionality for Task creation (#4276)
- Update CODEOWNERs
- Fix/timeular/convert note text field to text area (#4579)
- [Update Extension] add hex to string conversions (#4611)
- Update CODEOWNERs
- [Update Extension] System Monitor - Add \`uptime\` (#4634)
- Update extension: IP Geolocation (#4641)
- Update CODEOWNERs
- [Internet Radio] Add "Toggle Play/Pause" command (#4616)
- Update descript-to-youtube readme
- Update CODEOWNERs
- New Extension: Descript to YouTube Chapters (#4628)
- Docs: update for the new API release
- [Update Extension] Orion - add option to use release candidate version (#4624)
- [1password] cli support (#4298)
- Update CODEOWNERs
- Update raycast2github.json
- [code-stash] Add new language types (#4575)
- feat: shuffle command (#4582)
- Update package.json
- Update CODEOWNERs
- New Extension: Gitpod 🍊 (#4336)
- Update CODEOWNERs
- [Apple Maps Search] Update default directions to option (#4618)
- [Jisho] Add Search History (#4480)
- Update CHANGELOG.md
- [extension][memo] add feedback button (#4609)
- [Xcode] Add command to open URL in Simulator (#4533)
- [Fantastical] Fixed bug for getting the name of an app & added two new commands which allow you to quickly add events without opening the app (#4567)
- Update CODEOWNERs
- [Premier League] Update Standings, metadata (#4570)
- Fix Xcode developer documentation URL (#4562)
- Transfer Linear (#4574)
- Update CODEOWNERs
- New Extension: Pinata (#4422)
- Update CODEOWNERs
- New Extension: Finary (#4572)
- [Pokédex] Add gen 9 Pokémons (#4571)
- Typefully improvements (#4569)
- Fixed a name from the amazon-aws service list and updated the icon (#4548)
- Update CODEOWNERs
- Format Prettier for Markdown Script (#4498)
- Display a new icon next to newest proposals (#4553)
- [Currency exchange] Add new function for exchange based on historical currency (#4539)
- Update CODEOWNERs
- New Extension: zNotch to control macbook\'s notch (re-submit) (#4237)
- Update CODEOWNERs
- Linear reminders (#4544)
- Update Extension: Dock Tinker – add toggle to lock Dock contents (#4420)
- Update CODEOWNERs
- Bonk price - The price of  on your menu bar (#4142)
- Docs: update for the new API release
- Update CODEOWNERs
- Silent Mention Extension (#4543)
- [Xcode] Bug Fix (#4530) (#4531)
- Update extension: SM.MS (#4538)
- [Fix bug] Update Extension: Append Clipboard (#4536)
- [Bike] Extract Links, new actions, & bug fixes (#4534)
- Update CODEOWNERs
- New Extension: ESV Bible (#4426)
- Bitbucket: Added a few useful copy to clipboard links in Action Panel (#4471)
- Update CODEOWNERs
- Added myextension: trackFlight! (#4263)
- Update CODEOWNERs
- Toggl Track: Sort time entries starting from latest (#4450)
- Update CODEOWNERs
- feat: ✨ New Extensions: Oh My Zsh Git Alias (#4062)
- Docs: update for the new API release
- Update package.json
- Update CODEOWNERs
- New extension: Bitrise (#4089)
- Update CODEOWNERs
- spotify-controls: add toggle private session (#4510)
- Migration: Add migration for 1.47.0
- Docs: update for the new API release
- Update CODEOWNERs
- Netlify Extension: update icon (#4517)
- Harvest (#4519)
- [Bundesliga] Fix crawling data state, update standings view (#4521)
- Transfer Netlify (#4515)
- Update CODEOWNERs
- add a new Raycast extension called \`monorepo-manager\` (#4364)
- Update CODEOWNERs
- Update package.json
- Update CODEOWNERs
- New Extension: Sleep Timers (#4267)
- Update CODEOWNERs
- [New Extension] Internet Radio (#4427)
- [Bitfinex] fix validation in EditOfferForm (#4506)
- [DekuDeals] Update from List to Grid (#4349)
- Arc: Pro preferences (#4468)
- [Bike] Add Search Rows and Copy Row URL commands (#4440)
- VS Code: Refactor codebase for improved maintainability (#4479)
- [Mochi] fix README (#4481)
- Update CODEOWNERs
- Typefully: Improve UI of lists and add notifications to menu bar (#4486)
- [Netlify] New commands and improvements (#4270)
- Update CODEOWNERs
- New Extension: LeetCode (#4428)
- Two new commands (#4464)
- [Man Pages] Add ability to reload man page entry cache + add preference setting for crawl directories (#4458)
- Fix package.json in Hypersonic (#4457)
- Stalebot: Updated label
- Stalebot: Added On hold
- [Ray.so] Rename spacing to padding
- perf(Google Chrome): get open tabs faster (#4425)
- Bot: Update hint to close issue (fixes RAY-8528)
- Hacker News: Fix flickering (#4449)
- reverso-context: Added 2nd command for 2nd langs pair (#4415)
- release: v2.0.3 (#4412)
- Update CODEOWNERs
- Whosampled: Added wording
- New Extension: WhoSampled (#4388)
- Update CODEOWNERs
- StoicQuotes: Get a random quote (#4377)
- Fix bug in Searchcaster extension (#4438)
- Issue Bot: Remove extra log
- Issue bot: Add more logs
- [Ray.so] Fix ray.so URL format
- Issue Bot: Fix missing login access
- Issue Bot: Add more logs
- Issue Bot: Fix regexes
- Issue Bot: Add more logs
- Issue Bot: Add more logs
- Corrected author
- Issue Bot: Add some log
- handle raycast.com as well as www.raycast.com
- Update CODEOWNERs
- feat(edge): added profiles support (#4367)
- Hacker News: Improve UX (#4410)
- Update CODEOWNERs
- Show year in progress in Raycast (#4374)
- feat(vivaldi): added profiles support (#4368)
- feat(brave): added profiles support (#4366)
- Update CODEOWNERs
- [Toothpick] Mapped Sony WF-1000XM3 (#4431)
- New Extension: Cuid2 Generator (#4356)
- Update CODEOWNERs
- New extension: Imgur - Upload Media & View Images (#4355)
- Update CODEOWNERs
- Restore Old Photo Extension (#4406)
- [Music]: Add shuffle command (#4419)
- feat: Handle all non-supported characters (#4416)
- Update CODEOWNERs
- New extension: \`fantasy-premier-league-rankings\` extension (#4208)
- Updated wording
- Update CODEOWNERs
- add iTerm extension (#4111)
- Update CODEOWNERs
- New extension: Mochi (#4305)
- Docs: restore launchCommand docs.
- Docs: update for the new API release
- Quit Application Extension: Support restart App (#4409)
- Linear: Add attachments on Create Issue (#4408)
- Update CODEOWNERs
- [Wikipedia] Add Image in the Details Page (#4362)
- feat(chrome): added profiles support (#4365)
- Delete sizewatcher.yml
- Create sizewatcher.yml
- [code-stash] Import action (#4335)
- [Music]: Fixed issues (#4346)
- [Xcode] Improve Recent Builds performance (#4357)
- Tailwind CSS extension improvements (#4360)
- Added two new commands (#4347)
- kinopio-inbox: update api key instructions (#4353)
- feat(iridium): added profiles support (#4369)
- New action icons & argument option for set volume (#4387)
- Update CODEOWNERs
- [Docsearch] - fix searchbar text disappearing (#4395)
- Update CODEOWNERs
- add italian language (#4402)
- add codex ai model (#4405)
- Add script to get wrong mapping
- Fix mapping
- Downloads Manager: Add preference for folder and add Quick Look (#4375)
- Todoist: Add various actions and new completed tasks command (#4344)
- [Asana] Add action to copy task ID (#4354)
- Arc: Close Raycast when opening links in little Arc
- Updated volume behaviour (#4345)
- Arc: Remove unused import
- Arc: Improve stability of \`Search with Google\` action
- Arc: Remove unnecessary fallback
- Update CODEOWNERs
- Add Laravel Valet Extension (#4236)
- [Man Pages] Fix TypeError & PDF Viewing bugs (#4328)
- Arc: Clean up unused depenendencies
- GitHub: Clear fields when creating issues or pull requests (#4332)
- Remove old stale bot
- Update CODEOWNERs
- Add Greek and Turkish languages to wikipedia search (#4326)
- Update CODEOWNERs
- New extension: Slugify (#4266)
- SSH Tunnels: Corrected title
- NATO: Added missing metadata images
- Update CODEOWNERs
- New Extention: SSH-Tunnel-Manager (#4017)
- Arc: Add universal search command and menu bar command (#4294)
- Fix parcel tracker bug and api server (#4325)
- Linear: Add due date action (#4327)
- Linear: Add "Quick Add Comment to Issue" command (#4309)
- Update CODEOWNERs
- New Extension: Add NATO Phonetic Alphabet (#4183)
- [Coffee] bug fix (#4324)
- Update CODEOWNERs
- New extension: Moon Phase (#4296)
- [node-js-eval] Fix a bug with circular structures breaking (#4278)
- Update CODEOWNERs
- New Extension: MouseHunt Helper (#4277)
- Fix isWeChatTweakInstalled (#4302)
- [Toothpick] Mapped Sony WF-1000XM4 (#4307)
- feat: add 12 hours system (#4320)
- Update CODEOWNERs
- Add PATCH method and change methods icons as per issue request #4218 (#4310)
- Docs: Mention that \`launchCommand\` can throw in case the command is missing or deactivated.
- Update CODEOWNERs
- Messages 2FA Codes: Added polling + general cleanup (#4279)
- Add migration for 1.46.0
- Update changelog
- Add changelog for 1.46.0
- Docs: update for the new API release
- Update CODEOWNERs
- Add Chatwork Search Extension!! (#3431)
- Update CODEOWNERs
- Small update
- [extension][memo] add new extension: memo (#3930)
- Update CODEOWNERs
- Searchcaster extension improvements (#4285)
- Update CODEOWNERs
- [new extension] hyper focus (#4101)
- Update CODEOWNERs
- New Extension: Kinopio (#4055)
- feat: Mailsy (#4238)
- Update CODEOWNERs
- [New Feature] Punto: Layout switcher (#4135)
- Update CODEOWNERs
- Add Mem.ai Extension (#4117)
- [Music]: Add Volume control and new Playlist command (#4264)
- Fix Laravel Livewire Squishy Icon (#4244)
- fix: get bing web translate token failed (#4288)
- add new commands (#4292)
- Updated readme to point to the specific youtube api (#4293)
- dropbox: fix auth (#4291)
- Arc new tab (#4280)
- Update CODEOWNERs
- Git branch name generator extension (#4182)
- Spotify Player: Allow no-view commands (\`Like Current Song\`, \`Dislike Current Song\`, \`Just Play\` and \`Star Radio\`) to initialize authorization. (#4253)
- Update CODEOWNERs
- Add New Extension WeChat (#4211)
- Update CODEOWNERs
- [Github] linked branch actions (#4172)
- Update CODEOWNERs
- bitwarden: Master Password Reprompt + Cleanup + Refactoring (#3413)
- Update CODEOWNERs
- New extension: Simplelogin.io (#4189)
- Update CODEOWNERs
- feat: add quick-capture command (#4128)
- Update CODEOWNERs
- [Quit Applications] remain open after application quit (#4167)
- [jira-search] Added a filter in Search Issues to show my issues (#4154)
- Update the swift evolution extension (#4227)
- Update CODEOWNERs
- [Arc] Fix version check issues in Arc Extension (#4261)
- Arc: Add new command to open tab
- Arc: Improvements to search tabs and spaces (#4240)
- Update CODEOWNERs
- Add One Tab Group Extension (#4221)
- Update CODEOWNERs
- Writer\'s brew - new extension (#4132)
- CSS.GG Grid View (#4170)
- Update CODEOWNERs
- fix: Capitalization on extension name (#4235)
- Todoist and GitHub: Update Raycast utils to prevent JSON parsing errors (#4233)
- [Sonarr] HTTPS & URL Base Support (#4209)
- Docs: update for the new API release
- Slack: Updated README
- Update CODEOWNERs
- Add new command - Dice & Coin (#4169)
- [New Extension] Random Phone Number (#4037)
- [todoist] fix focused task when not listed in menubar (#4201)
- [Matter] Added favorite option, better article preview images (#4178)
- perf: try to get system proxy from env first (#4185)
- Update CODEOWNERs
- Add new command to deploy ECS service (#4168)
- reverso-context: improved guessing of the input language (#4127)
- Update CODEOWNERs
- New extension: Korean Spelling Checker (#4102)
- Update CODEOWNERs
- New extension: drupal.org (#4087)
- Update CODEOWNERs
- NBA Game Viewer fixes (#4192)
- Update CODEOWNERs
- Add StoryTime Extension (#4153)
- Elron - enable checking times for more dates (#4139)
- fix(config): usage of load config break (#4143)
- Update CODEOWNERs
- react-docs (#4162)
- Update CODEOWNERs
- Add Lyrics Extension (#4166)
- [code-stash] Add edit command (#4163)
- Update CODEOWNERs
- Add Contentful extension (#4036)
- azure: Corrected filename and paths
- Update CODEOWNERs
- New Extension: Matter (#4059)
- Update CODEOWNERs
- [New Extension] React Icons (#4051)
- feat(microsoft-azure): added microsoft azure extension (#3996)
- Flaticons: Fix token expiration handling (#4152)
- Update CODEOWNERs
- add new extensions: JSON Editor (#4042)
- Flaticon: Replace global fetch with cross-fetch (#4147)
- Static Marks: Replace global fetch with cross-fetch (#4148)
- Pixabay: Replace global fetch with cross-fetch (#4150)
- PurpleAir: Replace global fetch with cross-fetch (#4151)
- Update CODEOWNERs
- Jotoba Extension Update (#4073)
- Update CODEOWNERs
- Added removed settings.json
- [New Extension] - Brave Search (#4094)
- Add screen sharing recents extension (#3903)
- World Cup: Replace global fetch with cross-fetch (#4149)
- [Easydict v2.7.0] ✨ Use list tag accessory to show exam type (#3917)
- [improvement] Simulator control support open and bring front selected device window. (#4146)
- Only run stale bot on the upstream
- Migration: Up to 1.45.0
- Update CODEOWNERs
- New extension: carbon for raycast (#3962)
- feat(gitlab): filter todos created by someone (#3964)
- Update CODEOWNERs
- Add the Ukrainian language to the Deepcast extension (#4045)
- ✨ (todoist) Add focus feature (#3978)
- Update CODEOWNERs
- Pomodoro: Fix menu-bar icon in light theme (#4066)
- Update stale.yml
- Update stale.yml
- Update CODEOWNERs
- Visual Studio Code: Add support for VSCodium (#4035)
- Update stale.yml
- Update stale.yml
- Update CODEOWNERs
- feat(google-chrome): added search bookmarks, refactored to useSQL hook, code cleanup (#3940)
- Update stale.yml
- Update CODEOWNERs
- Add Simulator Control extension (#4116)
- Merge branch \'main\' of https://github.com/raycast/extensions
- Issue Bot: Give the ability to authors to close their issues
- Update CODEOWNERs
- [New Feature: Lorem Ipsum] add generate words command (#4129)
- Update CODEOWNERs
- feat(scaleway): add appleSilicon, elasticMetal, domains, iot, loadbalancer, transactionalEmail (#4069)
- Library Genesis: Feature Update (#4050)
- Update stale.yml
- Update CODEOWNERs
- raycast2github: Updated user
- Sourcegraph: Code Search History and improved search results metadata (#4018)
- Updates bitly extension to use ray clipboard api (#4033)
- Zendesk Extension bug fix: Fixed URLs not opening properly if locale was uppercase (#4030)
- Icons8 Minor Update (#4020)
- stale.yml debug
- stale.yml - testing
- Added stale.yml
- Hypersonic: Fixed owner
- [todoist] Add possibility to specify the number of days in Upcoming view for Menu Bar (#3981)
- Hypersonic: v2.0.2 (#4034)
- Update CODEOWNERs
- [Netlify] Upgrade \`@raycast/api\` from 1.28.0 to 1.42.0 (#4014)
- Update CODEOWNERs
- [bitbucket] Changed the SearchList implementation to work with workspaces with large number of repositories (#4106)
- Misc: Fix link to issue templates
- Not on holidays anymore
- Update extension: World Clock (#4086)
- Add initial cache render (#4091)
- Update CODEOWNERs
- new extension preference - Add Calendar focus on command completion (#3943)
- Update CODEOWNERs
- [Wikipedia] Multi Language Support (#3976)
- [Netlify] fix: View Members command when \`full_name\` is empty (#4016)
- Gitmoji update (#4108)
- Tmdb update (#4107)
- [AWS] Add CloudFormation Stack Drill Down (#4054)
- Raindrop.io - Fix collections issue (#4085)
- fix: fix handle error for menu bar command in todoist extension (#4057)
- Shell: Fix run with argument (#4063)
- [Xcode] Add Code Snippet Commands (#4098)
- 🐛 fix: update regex to validate API keys (#4070)
- fix(Timers): show 2 minut…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new extension Label for PRs with new extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants