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

[NextDNS] optimistic update attempt #2

Merged
merged 5 commits into from
Aug 29, 2024
Merged

[NextDNS] optimistic update attempt #2

merged 5 commits into from
Aug 29, 2024

Conversation

xmok
Copy link
Collaborator

@xmok xmok commented Aug 29, 2024

@pernielsentikaer instead of using onRemove and utils, why not pass the entire mutate to the list-item component and handle everything over there? This PR shows how we can achieve this.

@xmok
Copy link
Collaborator Author

xmok commented Aug 29, 2024

In the lates commit we also have error handling for the case of "200 OK" yet an error.
Passing mutate directly to list-item will let us handle all the toggle, add, remove cases for both allowlist and denylist in single functions rather than use onRemove and similar in AllowList and DenyList separately. But we can also do it the way you have done - your call 💪.

pernielsentikaer pushed a commit that referenced this pull request Aug 29, 2024
- Merge branch \'contributions/merge-1724887250511210000\'
- Pull contributions
- chore: fix lint
- Merge pull request raycast#3 from Ph-lo/fix-first-icon-swap
- chore: changelog
- Merge pull request #2 from Ph-lo/fix-first-icon-swap
- fix: first icon swap refresh, handling path with space & sanitizing handled by quoting
@pernielsentikaer
Copy link
Owner

Your idea sounds more solid indeed, I might have forgot to pull before going ahead 🫠

@pernielsentikaer
Copy link
Owner

I should have started this in a branch for sure 🫠

@pernielsentikaer
Copy link
Owner

@xmok do you think you can help with the merge conflict, let's continue with your ideas

@xmok
Copy link
Collaborator Author

xmok commented Aug 29, 2024

Yes I've checked out your latest changes locally first to review then I'll see the conflicts.

@pernielsentikaer
Copy link
Owner

pernielsentikaer commented Aug 29, 2024

Sorry about that, I like your idea better 🔥 You can also just push directly to main 🤖

@pernielsentikaer
Copy link
Owner

Maybe it's better to start over and move the files to a branch?

@pernielsentikaer
Copy link
Owner

You're da best

@xmok
Copy link
Collaborator Author

xmok commented Aug 29, 2024

OK I think we're good to go. Had to mix and match some of the code but we're in a good place now. It can definitely be optimized but the main mutate functions seem to be working ok i.e I can add and toggle!

@xmok xmok merged commit 9ad31a0 into main Aug 29, 2024
5 of 6 checks passed
@xmok xmok deleted the optimistic-update branch August 29, 2024 23:26
@pernielsentikaer
Copy link
Owner

Updated the code some more, it's starting to look pretty dope 🙂

pernielsentikaer added a commit that referenced this pull request Sep 1, 2024
* Initial version

* Added WIP toggleSite

* Added simple optimistic update for allowlist - WIP

* Added WIP toggleSite

* Added WIP toggleSite

* Added WIP toggleSite

* Added WIP toggleSite

* [NextDNS] optimistic update attempt [mutate+components] (#2)

* [NextDNS] optimistic update
* [NextDNS] error handling for POST and more
* [NextDNS] solve more merge conflicts
* [NextDNS] 'domain-list' handles all the list now

* Added delete domain

* Update

* Update

* Added so domain is added first in the list in optimistic update

* Started on logs

* logs

* wording

* asets

* Prettier please

* Fixed eror in logs

* [NextDNS] improve types

* [NextDNS] remove old component + add domain as toast message

* [NextDNS] remove extra console.log

* [NextDNS] ye olde lint

* Update CHANGELOG.md

* Update extensions/nextdns/src/libs/utils.ts

Co-authored-by: stelo <[email protected]>

* Update extensions/nextdns/package.json

Co-authored-by: stelo <[email protected]>

* Update extensions/nextdns/src/libs/api.ts

Co-authored-by: stelo <[email protected]>

* Fixed errorView

* Fixes

* Fixes

* Added confirmAlert

* Fixed sohrtcut

* README

* Update extensions/nextdns/src/libs/api.ts

Co-authored-by: stelo <[email protected]>

* Update extensions/nextdns/src/components/empty-view.tsx

Co-authored-by: stelo <[email protected]>

* Updated function

* [NextDNS] add missing closing bracket in searchbarplaceholder

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Syed M Mokaarim Bin Razi <[email protected]>
Co-authored-by: stelo <[email protected]>
Co-authored-by: raycastbot <[email protected]>
pernielsentikaer added a commit that referenced this pull request Dec 6, 2024
* Add wip extension

- Get ready for launch
- Fix building errors
- Fix linting issues
- Use new API
- Remove input labels
- Add support for pasting attachments
- Merge pull request #2 from alexstyl/patch-1
- Update README.md
- Add proper README
- Add attachments
- Add search/filtering
- Update for new API
- Add OAuth
- Initial prototype

* Add screenshots

* Update wip extension

- Allow pasting text from clipboard
- Compress images
- Return up to 100 projects

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>
pernielsentikaer added a commit that referenced this pull request Dec 6, 2024
* Add servicenow extension

- Make extension public
- Update README.md
- Create servicenow 2024-10-12 at 22.01.55.png
- Store prepping
- Updated assets
- cleanup
- Added Browser commands
- Added commands for quick search and open instances in browser
- Improved usage of mutations
- Improve refreshing of history when deleting selectedInstnce
- Added quick search and reviewed navigation title
- Update package.json
- Replaced white icons by gray
- Open in ServiceNow instead of browser and changed order of actions
- Merge pull request #1 from SwissFlowIt/roberto-search-history
- Update README.md
- Update README.md
- Update README.md
- Update README.md
- Code cleanup
- Simplified usage of cached instance
- Actions component refactoring
- Added submenu for selection of the instance
- Replaced instance icons
- Fix for when some tables appear duplicated in the search
- Used cached Instance everywhere instead of local state
- Improved error handling
- Fixed history fetch and refresh
- Fixed issue when ACLs don\'t allow to read fields
- Used cachedState in lit dropdowns
- Added result display component
- Improved list visualization
- Improved results filtering
- Allow to filter results by different values
- Refactored into components
- Replaced axios by useFetch
- Improved usage of colors and icons
- Show results in List
- Basic retrieval of content from ServiceNow
- Initial commit

* Update servicenow extension

- Fixed eslint
- Fixed eslint

* Fixed issue in quick-search-selected-instance

* Update servicenow extension

- Updated dist
- Updated metadata images
- Show more details from Documate results
- Fixed draft recovery in Add instance profile
- Search and quickly search selected instance were not using the right instance profile

* Update servicenow extension

- Updated dist
- Fixed open select instance and open current url in selected instance

* Update servicenow extension

- Update open-current-url.ts
- Refactored commands to don\'t depend on other commands
- Update .gitignore
- Delete dist directory
- Merge branch \'master\' of https://github.com/SwissFlowIt/raycast-servicenow
- Merge branch \'roberto\'
- Delete dist directory
- Merge branch \'roberto\'
- Merge pull request raycast#4 from SwissFlowIt/roberto
- Merge pull request raycast#3 from SwissFlowIt/roberto
- Merge pull request #2 from SwissFlowIt/roberto

* Update servicenow extension

- Update package.json
- Added Explore tables command

* Added shortcut to Remove from History action

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Replaced shortcut for Clear All Items from History by the Common.RemoveAll

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Update servicenow extension

- Merge branch \'contributions/merge-1729084890358269000\'
- Pull contributions
- Updated action shortcuts with Raycast\'s Common
- Update package.json
- Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>
pernielsentikaer pushed a commit that referenced this pull request Dec 6, 2024
- Bump depdendencies
- Consume new API
- Merge pull request #2 from doktor500/tv-guide-v2
- Downgrade eslint to 8.X
- Add eslint file
- Fix lint issues
- Renamet metadata directory to docs
- Fix changelog typo
- Update changelog date
- Update changelog
- Merge pull request #1 from doktor500/tv-guide-v2
- Formatting
- Refactor
- Imrpove markdown
- Always display up to date channel schedule
- Rename file
- Rename to DTO
- Bump dependencies
- Fix imports
- Fix time issue
- Display if a program is live
- Set selected program based on user interaction
- Refactor types
- Fix timezone issue
- Move get program details to repository
- Add maybe type
- Rename property
- Display program details
- Fix lint
- Optimise icon generation process
- Extract toId function
- Drop previous broadcasted programs when the list is too long
- Fix flickering issue
- Fix keys
- Restructure directories
- Refactor Channel details component
- Refactor Channel component
- Extract icon utils
- Refactor channels component
- Fix lint
- Use navigation api
- Selected channel view
- Create all channels view
- Use reducer
- Remove type
- Fix lint
- Update raycast username
- User friendly error handling
- Set live stream icon
- Bump dependencies
- Wait for icons to be loaded
- Fix metadata and readme
- Update CHANGELOG.md
- Fix lint
- Cleanup
- Update changelog
- Extract constant
- Bump dependencies
- Resize icons
- Optimize
- Pull contributions
- Remove live logic
- Update demo.gif
- Fix title
- Add screenshot
- Fix icon
- Bump dependencies
- Initial version
pernielsentikaer pushed a commit that referenced this pull request Jan 10, 2025
* Update markdown-codeblock extension

- chore: added-astro-block (#2)
- Pull contributions

* fix: added changelog

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>
pernielsentikaer pushed a commit that referenced this pull request Jan 10, 2025
* Update battery-health extension

- Add publish script
- Add fallback if no capacity value is available
- Add maximum capacity value (#2)

Co-authored-by: Jatin Kumar <[email protected]>

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Jatin Kumar <[email protected]>
Co-authored-by: raycastbot <[email protected]>
pernielsentikaer added a commit that referenced this pull request Jan 13, 2025
* Update pieces-raycast extension

- Merge branch \'contributions/merge-1735946476798\'
- Pull contributions
- packagelock
- Merge pull request raycast#44 from pieces-app/reformat
- reformtat
- Merge pull request raycast#43 from pieces-app/port-scanning
- bump version
- add missing apis
- Merge pull request raycast#41 from pieces-app/feat/url-params
- fix port scanning
- chore: add url params
- feat: add toast notifications for raycast api operations
- fix: don\'t prompt for install if the apple script stderr
- Merge branch \'contributions/merge-1722267309615891000\'
- Pull contributions
- Merge pull request raycast#39 from pieces-app/fix/review-feedback
- fix: use raycast open
- chore: adjust feedback for review
- Merge pull request raycast#38 from pieces-app/chore/unit-testing
- chore: remove log
- feat: add tests
- feat: add tests
- chore: adjust extension title
- chore: fix image dimensions
- chore: formatting fix
- chore: add test
- feat: add fetch asset unit test
- chore: add gifs to metadata folder
- feat: add images to the readme
- chore: add section to install pieces os
- Merge pull request raycast#36 from pieces-app/fix/search-command
- fix: check for deleted indicie
- chore: verison bump
- Merge pull request raycast#35 from pieces-app/fix/search-command
- fix: issue in search command
- Merge pull request raycast#34 from pieces-app/fix/undefined-error
- fix: async race condition
- Merge pull request raycast#30 from pieces-app/update-testing-readme
- chore: more release prep
- chore: change author
- chore: extension icon
- Update README_DEVELOPMENT.md
- Merge pull request raycast#29 from pieces-app/chore/readme
- chore: adjust developer readme
- chore: adjust package.json
- chore: switch app to raycast
- chore: update readme
- Merge pull request #2 from pieces-app/feat/init
- chore: add comments
- chore: add annotations
- feat: searching snippets
- feat: add asset fetching code
- feat: hook up preferences
- feat: add preferences
- feat: add health check to react commands feat: update browser history UI
- chore: add health check to no-view commands
- feat: working automatically updating
- feat: auto update
- feat: install check
- chore: refactor clipboard + browser history
- feat: save browser history to pieces
- fix: rendering directories
- fix: importing errors
- feat: add code back in
- Merge pull request #1 from pieces-app/chore/wipe
- chore: wipe code
- feat: first commit

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>
pernielsentikaer added a commit that referenced this pull request Jan 13, 2025
* Add elevenlabs-tts extension

- chore: apply changes from Raycast collaborator (raycast#28)
- fix: check file exists before cleanup (raycast#27)
- fix: show error toast for invalid ElevenLabs API key (raycast#26)
- refactor: use auto-generated Raycast preference types (raycast#25)
- docs: move images to images/ folder (raycast#24)
- docs: update README (raycast#23)
- docs: add changelog (raycast#22)
- feat: add Node.js version management and CI unit testing workflow (raycast#21)
- security: bump cross-spawn to 7.0.6 (raycast#20)
- fix: removes refs to default hotkey (raycast#19)
- fix: refactor into separate files (raycast#18)
- fix: add more comments (raycast#17)
- fix: add unit tests (raycast#16)
- fix: refactor into AudioManager (raycast#15)
- fix: remove \'play-sound\' dependency (raycast#14)
- Revert "fix: refactor into separate files (raycast#10)" (raycast#13)
- Revert "fix: add more README instructions (raycast#11)" (raycast#12)
- fix: add more README instructions (raycast#11)
- fix: refactor into separate files (raycast#10)
- feat: rename extension to \'ElevenLabs TTS\' (raycast#9)
- fix: update extension icon (raycast#8)
- fix: run prettier (raycast#7)
- fix: pin dependencies (raycast#6)
- fix: add more comments (raycast#5)
- fix: add more logging and error handling (raycast#4)
- fix: use websockets for faster TTS streaming (raycast#3)
- fix: add toasts for UI feedback (#2)
- feat: use elevenlabs for TTS since it\'s better (#1)
- initial commit

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>
pernielsentikaer pushed a commit that referenced this pull request Jan 21, 2025
* Add timecrowd-tracker extension

- Merge pull request raycast#11 from machamp0714/issue-10
- Change changelog
- Change category
- Add keywords
- Update display team name
- Update README
- Add screenshot
- Change icon
- Change icon
- Remove oauth command
- Add placeholder
- Add Clock icon
- Change command name
- Merge pull request raycast#9 from machamp0714/issue-7
- Update get task title form viewing screen
- Fix validation rule and form label
- Update group categories in teams
- Add action for start task
- Merge pull request raycast#6 from machamp0714/ghcw-session-7dda
- Refactor import
- Refactor hooks
- Refactor api
- Add action for stop time entry
- Add action for start task
- Update display running time entry
- Move category colors
- Merge pull request raycast#4 from machamp0714/ghcw-session-2e4c
- Create list daily activities
- Create hooks for fetch daily activities
- Create api layer
- Add func for get access token
- Install dayjs
- Merge pull request #2 from machamp0714/issue-1
- Create oauth command
- first commit

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>
pernielsentikaer added a commit that referenced this pull request Jan 21, 2025
* Add Frame Crop - Discover Art for your TV (#15572)

* Nature Sounds initial commit.

* Compressed audio a bit.

* Corrected so it's not possible to play "Stop All Sounds"

* Initial commit

* Update readme.

* Removed old extension.

* Delete original image, after resize.

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update claude extension (#15705)

* Update claude extension

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update privileges to work with v2 (#15599)

* Update privileges to work with v2

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* [Toggl-track] Update toggl-track extension (#15600)

* Update toggl-track extension

- Fix lint and update changelog
- Add UpdateTimeEntry command and update and remove time entry functionality
- Initial commit

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update CODEOWNERs

* Add ai-text-to-calendar extension (#15605)

* v1

* update: changelog & readme

* fix: changelog title

* del: image

* Update ai-text-to-calendar.ts

* Update ai-text-to-calendar.ts

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Fixed image path issure in README.md. (#15803)

* Fixed image path issure in README.md.

* Update extensions/datetime-format-converter/CHANGELOG.md

Co-authored-by: LitoMore <[email protected]>

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: 杨欣雨(yangxinyu01) <[email protected]>
Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: LitoMore <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* [Compress PDF] update SDK to fix issue of not compressing due to vuln (#15766)

* [Compress PDF] update SDK to fix issue

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update `HetrixTools` extension - View Blacklist Monitors (#15765)

* [HetrixTools] view blacklist monitors

* [HetrixTools] add blacklist metadata image

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update media-converter extension (#15800)

* Update media-converter extension

- fix-lint
- add quick convert command
- Initial commit

* fix quick convert error

---------

Co-authored-by: Leandro Maia <[email protected]>

* [Browser Bookmarks] Use latest logo since rebrand for zen. (#15807)

* Updated to latest logo since rebrand.

* Use better 512 version of logo.

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* [Mail] Fix timeout error messages with refresh mail (#15795)

* Increase command timeout, add error catch block, and reduce message limit options

* Update CHANGELOG.md

* Update bring extension (#14838)

* Update bring extension

- Update bring extension
- Initial commit

* Update bring extension

* Update bring extension

* Update bring extension

* Update bring extension

* Update bring extension

* Update bring extension

* Update bring extension

* Update bring extension

* Update bring extension

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* [Docker Hub] fix docker hub images search (#15488)

* fix docker hub images search

* add changelog entry, apply lint fixes

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* toggle grayscale extension (#15516)

* toggle grayscale extension

* bug fixes

* Moved to right position

* update

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: zcsabbag <[email protected]>
Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* [Zen Browser] Updated to latest logo since rebrand. (#15806)

* Updated to latest logo since rebrand.

* Use better 512 version of logo.

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update fetch-youtube-transcript extension (#15785)

* Update fetch-youtube-transcript extension

- Dev branch merged and version number changed
- ytdl-core removed and yt-caption-scraper added

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* [GitHub] Regenerate GraphQL related code with latest schema (#15755)

* chore(github): regenerate github graphql code with latest schema

* docs(github): Update GraphQL generated types

* Docs: update for the new API release

* Update pomodoro extension (#15777)

* Update pomodoro extension

* Add show weekly and daily stats preference

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update anki extension (#15733)

* Update anki extension

- Merge branch \'contributions/merge-1733543209475\'
- Pull contributions
- Updated raycast api package and correct linting issue
- Fixed turndown configs to support markdown syntax

* Updated package-lock.json file

* Added Rating field type (#15794)

* feat: Added Rating field type

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Quick open project: fix keybinds (#15700)

* Use cmd-shift-o to open a project with both editor and terminal

This conflicted with the keybind for opening with the alternate editor.

* Use a more standard cmd-shift-c for copying the path to the clipboard

* linter fix

* Add changelog entry

* update

* update

* Fix icon

* update

* update

* Update package-lock.json

* Update package.json

* Update package.json

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Update spanish-tv-guide extension (#15760)

- Update title
- Bump dependencies
- Calculate if a program is live client side as the API is now cached

* Update CODEOWNERs

* [Doppler Share Secrets] View Projects with their Configs, Environments and Secrets (#15720)

* [Doppler] add search-projects

* [Doppler] extension ready for combine

* Update

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* feat: add new extension jue-jin (#15701)

* feat: add new extension jue-jin

* fix: change text value localization to US english

* chore: clean up code

* fix: changed the extension name and added README_CN

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update date-format-converter extension (#15743)

* Update date-format-converter extension

- Add Insert Natural Language Date command
- Initial commit

* Update CHANGELOG.md

* Restore original command name

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update jira extension (#15621)

* Update jira extension

- Fix gitignore
- Add ability co autoamatically copy newly created issue url to the clipboard
- Initial commit

* Update CHANGELOG.md

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Santiago Perez <[email protected]>
Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: Thomas Lombart <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update CODEOWNERs

* Add Elixir extension (#15580)

* feat: add elixir extension

* fix(lint): add eslint configuration and fix lint errors

* refactor: improve liste item loading to prevent flickering

* Update the way we're loading list items for both the
`search-functions` and `search-modules` commands, as well as the
`ModuleDetail` component, so as to leverage promises and use the
`<List>` component `isLoading` prop, that way we can avoid the empty
state flickering.

* chore: remove empty component file

* Delete `src/components/ListItem.tsx` as this file was completely
empty. This was probably committed on accident when creating the
`ListItems` component, which itself has a `ListItem` function
responsible for creating the element for a list item.

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* [Pomodoro] Move timer to dropdown menu if it's hidden (#15813)

* [Pomodoro] Move timer to dropdown menu if it's hidden

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* [GitHub] Specify git clone protocol (#15818)

* add function to build clone command

* define repositoryCloneProtocol preference

* respect clone protocol preference in clone and open, copy clone command

* respect repositoryCloneProtocol in clone with options

* add sushichan044 to contributors

* Add changelog: support specifying git clone protocol in extension preferences

* Update CHANGELOG.md

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Update CODEOWNERs

* [Claude] Remove duplicate action and use latest Haiku models as fallback model (#15828)

* set haiku 3.5 as default model

* remove duplicated "Copy Question" action, use existing action with tweaked conditions

* update changelog

* update correct file

* Update CODEOWNERs

* Update spiceblow-database extension (#15812)

* Update spiceblow-database extension

- nn
- changelog
- nn
- correctly pass args to pools
- add generateOrderByClause, max 3 conn pool
- Pull contributions
- fix changelog, merge
- Pull contributions
- fix error retry logic with output shape
- add deselect all rows
- add ability to select in custom queries too
- add selection feature to delete many rows
- remove count subtitle
- higher freeRequestsCount
- nn
- handle undefined
- Merge branch \'main\' of https://github.com/remorses/search-database-raycast
- use select for enum values
- regen lock
- nn
- nn
- use server
- add quotes in the schema, models got a update that reuses old inputs a lot, speculative decoding probably with low threshold
- fix startsWIth issue
- more logs, do not use subquery so mysql knows the original name of tables
- add more actions in default view
- rename a thing
- retry sql generation and filter if there is an error
- gen client
- add subtitle
- changelog: update
- Merge branch \'main\' of https://github.com/remorses/search-database-raycast
- updates
- changelog: update
- put copy row value first
- changelog: update
- add ordering of tables, last used elements are first
- show blob if type is string
- add action to copy graph image to clipboard
- package lock
- Merge branch \'main\' of https://github.com/remorses/search-database-raycast
- gen again
- updating image handling for graphs
- update spiceflow
- add new method
- added count rows action
- update readme
- limite generated query rows on testing
- remove ./
- Pull contributions
- update query name isntead of edit
- don\'t use throttle, much better responsiveness
- add graph image
- add graph keyword
- remove cmd backspace
- pop after delete
- fix stale id token
- new client
- always use Sql
- better draftValues handling
- use drafts correctly
- readme: update
- graph feature
- longer description
- Merge branch \'contributions/merge-1727772560071422000\'
- Pull contributions
- use SQL
- nn
- nn
- fix api url
- lint things
- add max categories
- nn
- nn
- nn
- don\'t use index, no sense
- types
- chaning the type
- fix empty category
- graph works
- graph endpoint works
- nn
- nn
- nn
- nn
- sdf
- better searchable types handling
- add way to inspect column values in bigger screen
- use id for search filter cache
- remove comment
- allow updates explicitly in postgres
- group by not possible in postgres
- allow group by without aggregation
- allow update, after read only
- fix lints
- add previous query, faster query generation via speculative decoding
- remove enableDrafts
- nn
- added canBeUpdated to table fields
- added RowUpdatesActions, some columns don\'t have table info data, ignore them
- increment requests used
- rename extension
- remove example row
- change ext id
- store search text for later
- fi rediretion to new db
- fix adding first database
- nn
- fix query timing
- fix console.time usage
- use prod website
- fix api
- update icon
- update lock
- updates
- adapting for stripe
- cleaning up
- fix lint
- get schema only of necessary tables
- wait more if i types slower because i am drunk
- show spinners
- store all state in local storage
- add <RunTransactionQueries />
- support dedplicate, allow me to delete single tables in a custom query
- add more revalidate
- updates
- nn
- enabled drafts
- n
- nicer errors, use serialization for transactions
- nn
- handle more errors in findRowsForUpdate
- update raycast
- a bit faster things
- faster search table
- fix warning
- add support for transactions
- much better custom queries
- add is loading state, fix mysql custom queries
- add ability to duplicate, show default values in the update fields
- fix
- fix numbers
- fix all fields search
- nicer looking queries
- fix updates for custom queries
- fix lint
- nn
- changed google id
- customize login section
- fix updating time values
- fix fields getting updated too much
- nn
- nn
- new screen
- add signal in api client
- throttle generateSearchCondition more
- removed cmd enter
- removed any types
- support order by
- fix updating logic for form
- fix delete for custom query
- added delete row components
- add ability to insert new rows
- more robust types handling
- renamed a file
- use pg types for types
- unfied database functions
- more reactive
- fix lints
- lints
- nicer code
- show parameters, better loading, update row is primary action
- less logs
- nn
- more revalidation
- fix mysql bug
- mysql update works too
- adding update support
- nn
- added screenshots
- readme
- nn
- nicer errors
- mysql works
- preparing for mysql
- suppring another db
- form errors
- store database type
- putting pg related stuff in pg
- use cache for state
- use dropdown for databases
- using zustand for state
- cleaning up
- nn
- remove some any
- separate raycast utils
- nn
- nn
- fix lint
- linter
- change description
- less push
- add app in dock
- app link works
- try creating an app folder
- trying to set icons
- adding icon in dock
- nn
- npm i
- nn
- nn
- removed some packages
- using server for openai calls
- adding support for api client
- add licensing support
- nn
- readme: update
- added update feature again
- support more images, count rows
- removed useless name field
- added bestfield dropdown
- let me update queries
- search-database: show images
- nicer metadata
- more types handling
- fixes
- natural text works well now
- search-database: queryProps simpler
- utils: nn
- more aborting
- using searchTableRowsOrCustomQuery
- nn
- natural language search
- added useTableFiltering
- separator
- fixes
- generate object with best field and name
- fixes
- custom query works
- generate query works
- added query generation with openai
- adding query generation
- pretty
- nn
- search-database: stuff
- added databases support
- add more stuff
- src: added search ability
- src: fix pagination
- it shows the rows but not pagination
- show table info
- works
- init

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* feat: add hephaestus a json tool for developer (#15627)

* feat: add hephaestus

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update bitbucket extension (#15657)

* Update bitbucket extension

- Install prettier
- Initial commit

* Changelog

* Update CHANGELOG.md

---------

Co-authored-by: Kalvin Mizzi <[email protected]>
Co-authored-by: Per Nielsen Tikær <[email protected]>

* Update CODEOWNERs

* Add modrinth extension (#15658)

* Add modrinth extension

- Deleted file?
- Adjusted project name
- Added gitignore
- V1.0
- Complete base functionality
- Moved DetailView to proper location
- Working build
- Expanded Changelog View and compacted dropdown; Project select wip.
- Working Search, Detail, and Changelogs
- Working Search, Detail, and Changelogs
- Working List View

* Adjusted README according to Raycast requirements

* Cleaned up and optimized codebase

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update music-link-converter extension (#15662)

* Update music-link-converter extension

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update CODEOWNERs

* Add trek extension (#15353)

* init

* some fixes and enhancements

* Update trek extension

- feat: new commands and favorites
- fix: properly render html for basecamp api

* fix: type issues

* Update CHANGELOG.md

* Update package.json

* update

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update dust-tt extension (#15811)

* Upg dust-tt/client to fix issue with enums

* Ugd: update changelog

* upgrade again

* upgrading package.lock

* Upg dust package

* [Plex] sort library items + add missing Action icon (close issue) (#15825)

* [Plex] sort library items + add missing Action icon

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update readwise-reader extension: add save links command (#15255)

* Update readwise-reader extension

- Merge branch \'contributions/merge-1730944054532188000\'
- Pull contributions
- update changelog
- filter non-url string(compatible with safari)
- add save links
- Initial commit

* Update readwise-reader extension

- fix lint
- Merge branch 'contributions/merge-1730944054532188000'
- Pull contributions
- update changelog
- filter non-url string(compatible with safari)
- add save links

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update CODEOWNERs

* Update toggl-track extension (#15831)

- docs: update changelog
- feat: add shortcut duplicate to create similar time entry button
- Initial commit

* Added last modified info (#15829)

* added last modified date

* updated changelog

* Update text-shortcuts extension (#15683)

* Update text-shortcuts extension

- 📦️ updates packages
- ⚡️ added miss publish script
- 🔖 updated CHANGELOG
- ✨ added/fixed decode uri, md5 and lint source code
- Initial commit

* 📦️ fixes pakages

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update media-converter extension (#15819)

- add heic support and fix bugs
- Initial commit

Co-authored-by: Leandro Maia <[email protected]>

* Update jetbrains extension (#15834)

- Better Toolbox Integrations
- Initial commit

* Update Currently Playing (#15728)

* Update Currently Playing command

* Update changelog

* Update CODEOWNERs

* Update browser-history extension (#15708)

- Fix for Safari
- Initial commit

* Update CODEOWNERs

* Add bbc-news-headlines extension (#15709)

* initial commit

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Add big-o extension (#15711)

* first

* metadata

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update safari extension (#15722)

* Update safari extension

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update CODEOWNERs

* Update search-npm extension (#15824)

* Update search-npm extension

* Update search-npm extension

* Update search-npm extension

* Update search-npm extension

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update jetbrains extension (#15838)

* Update jetbrains extension

- check for build
- Initial commit

* update changelog

* Clarify docs around contributing to and publishing extensions (#15880)

* Clarify docs around contributing to and publishing extensions

* Update docs/basics/publish-an-extension.md

Co-authored-by: LitoMore <[email protected]>

* Update docs/basics/publish-an-extension.md

Co-authored-by: Mathieu Dutour <[email protected]>

---------

Co-authored-by: LitoMore <[email protected]>
Co-authored-by: Mathieu Dutour <[email protected]>

* Docs: update for the new API release

* Docs: update for the new API release

* Docs: update for the new API release

* Docs: update for the new API release

* Update jetbrains extension - fix crashing search recent projects command (#15889)

* Update jetbrains extension

- fix: crashing search recent projects command
- Initial commit

* chore: update changelog

* Update extensions/jetbrains/src/util.ts

Co-authored-by: George <[email protected]>

* fix lint

---------

Co-authored-by: George <[email protected]>

* Update CODEOWNERs

* Add hidemyemail extension (#15487)

* Add hidemyemail extension

- Removed sample data
- Update README.md
- Added form description login page and screenshots
- Added screenshots
- Initial commit

* Fixed some typescript errors

* Fixed linting

* Update hidemyemail extension

- Added preference/functionality for sorting list on creation date
- Removed leftover console log

* Updated ReadME

* Implemented suggestions

* Added guards useEffect for react strict mode

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* update llama 3.3 versatile (#15726)

* update llama 3.3 versatile

* Update CHANGELOG.md

added the new llama 3.3 70b

* fixed names

* added 'Llama 3.3 70B SpecDec 8k'

* updated package.json

---------

Co-authored-by: Maximilian <[email protected]>

* [Raycast Notification] Add support for macOS built-in Notification Center (#15690)

* [Raycast Notification] Add support for macOS built-in Notification Center

* Update description

* Update API

* Update doc

* Fix conditions

* Add more examples

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update CODEOWNERs

* update hoarder extension (#15820)

* update hoarder extension

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update supernotes extension (#15902)

- Remove duplicate screenshot
- Use local time when appending to Daily cards
- Pull contributions

* Update homeassistant extension (#15894)

* Update homeassistant extension

- Update homeassistant extension
- Initial commit

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update `Mempool` extension - cache through hook + show economyFee (#15893)

* Update CHANGELOG.md

* Update CODEOWNERs

* [GitHub] Use a new icon with indicator for unread state (#15904)

* [GitHub] Use a new icon with indicator for unread state

* Add preferences

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update nextdns extension (#15853)

* Update nextdns extension

- Fixed issue with deviceName
- Initial commit

* Update CHANGELOG.md

date typo

* Update CHANGELOG.md

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Update CODEOWNERs

* Update fetch-youtube-transcript extension (#15854)

- Merge branch \'contributions/merge-1734176289015585000\'
- Pull contributions
- Merge branch \'contributions/merge-1734175893227915000\'
- Pull contributions
- Version Changed to 1.1.4
- Merge branch \'dev\': Update CHANGELOG.md with recent date and formatted language list
- Multiple Language Support Added
- Pull contributions

* Update raycast-ia-writer extension (#15908)

* Update raycast-ia-writer extension

- Merge branch \'contributions/merge-1734425284272345000\'
- Pull contributions
- Merge branch \'contributions/merge-1734083074433\'
- Pull contributions
- Merge branch \'contributions/merge-1734082266019\'
- Pull contributions
- Merge branch \'contributions/merge-1734081860035\'
- Pull contributions
- chore: resolve publish conflict
- Pull contributions
- Merge branch \'main\' of https://github.com/xvvhang/raycast-ia-writer
- doc: update CHANGELOG.md
- Merge pull request #1 from xvvhang/develop
- feat:  add new command daily note and sdk code for ia writer url scheme
- chore: upgrade raycast api
- fix: lint
- Merge branch \'contributions/merge-1711507068453490000\'
- Pull contributions
- doc: update logo
- fix: remove note saved toast
- fix: lint
- doc: README.md
- doc: metadata & README.md
- feat: installation check
- fix: typo
- chore: update assets and lints
- fix: typo
- doc: update README.md
- init

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update homeassistant extension (#15903)

* Update homeassistant extension

- Update homeassistant extension
- Initial commit

* Update homeassistant extension

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Add danbooru extension (#15655)

* Add danbooru extension

- fix: gitignore for jetbrains
- refactor: linting
- fix: remove any() usage
- add screenshots
- remove mention of valid tags
- readme more detailed
- prepare for store
- searchDanbooru command

* fix: implement PR fixes

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update media-converter extension (#15845)

- update change log and readme
- fix-lint
- fix heic not working -- refactor convert images to sip
- fix bug where converting to heic on converter form wasnt working
- Initial commit

Co-authored-by: Leandro Maia <[email protected]>

* Update flighty extension (#15876)

* Update flighty extension

- Hide cancelled flights
- Initial commit

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* slack-status: Added support for pausing notifications (#15865)

* Update slack-status extension

- Support pausing notifications
- Initial commit

* Update slack-status extension

- Actually set optimistic values
- Make TypeScript happy
- Use \'{PR_MERGE_DATE}\' in CHANGELOG

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update date-format-converter extension (#15872)

- Update date-format-converter extension to correctly display UTC time in utcIsoFormat
- Initial commit

* Update CODEOWNERs

* Update unicode-symbols (#15915)

* Update unicode-symbols

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update gitlab extension (#15906)

- Fix "Ignore SSL Errors" setting not working on some features
- Initial commit

* Update CODEOWNERs

* feat: add React DevTools (#15548)

* feat: add Application shortcuts

* update README

* update CHANGELOG

* rename it to react-devtools

* update package-lock.json

* update README

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update obsidian-bookmarks extension to allow subdirectories in bookmarks folder (#15407)

* Update obsidian-bookmarks extension

- allow subfolder search for bookmarks and search filtering by subfolder
- Initial commit

* fix linter errors

* insert some default value for tags during search to make the function friendlier to files created outside of the bookmark extension

* Add requiredTags, which will be automatically added to all saved notes if present. During search, only notes with requiredTags will be displayed

* Set a default title for files without that frontmatter field. Will make extension play nicely with files created outside of extension

* Optimize a bit by moving up filtering based on requiredTags

* Optimize a bit by moving up filtering based on requiredTags

* Update obsidian-bookmarks extension

- Small file read optimization
- Optimize a bit by moving up filtering based on requiredTags

* Show cached files first to make search feel more responsive on load. Make cache saving more robust

* Add modifiedtime property to local storage. Use localstorage as cache when loading files from obsidian, skip files which have not been modified since they were cached. Big speedup in search

* Add modifiedtime property to local storage. Use localstorage as cache when loading files from obsidian, skip files which have not been modified since they were cached. Big speedup in search. Fix a few typing warnings

* Migrate useTags to more efficient caching flow. Fix error with mtime for newly saved files

* update new file mtime.

* Stream in results from getObsidianFiles for more responsive search

* Change shortcut for show details to mitigate reserved for raycast warning. Now is cmd+i (was cmd+p)

* add actions to clear file and tag cache

* fix bug with save bookmark in which the Fetching link details toast never disappears sometimes

* Add some error state notifications in the URL bar and in toast which notify the user if a link is a duplicate (already bookmarked), and allows them to see the existing bookmark via toast

* Update TODO file to reflect recent changes addressed in this pull request

* Allow user to specify a save location separate from bookmarksPath. bookmarksPath is now the default search root, saveSubfolder is the default save location. If not specified, default to the old behavior and use bookmarksPath as the save root

* allow the user to specify subfolders to ignore. Bookmarks in these folders will not appear in search results

* update changelog

* Update obsidian-bookmarks extension

- Make recursive search and the duplicate check configurable, to enable the original behavior of the extension. New options are on by default
- Added a preferences option to use the raycast broswer extension to get the active tab title and url when saving a bookmark. Falls back to jxa method if disabled. Preference is disabled by default, which will yield the original behavior
- Add action to use raycast extension to pull page content into the notes section while saving a bookmark

* Update obsidian-bookmarks extension

- Update changelog, fix unused variable
- Make recursive search and the duplicate check configurable, to enable the original behavior of the extension. New options are on by default

* make page content fetch start under a top level header

---------

Co-authored-by: Quintin Fettes <[email protected]>

* Update CODEOWNERs

* Update raycast-apple-intelligence extension (#15869)

* Update raycast-apple-intelligence extension

- Merge branch \'contributions/merge-1734238380067\'
- Pull contributions
- ✨ Some new commands
- 🔧 Fix package-lock.json
- first commit

* 📝 Update CHANGELOG

* 🔥 Decoupled Siri command

* 📝 Slight change to description

* 🔥 Remove Siri file

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* feat(search-npm): various fixes and updates (#15855)

* feat(search-npm): various fixes and updates

* tidy parsing and remove other dependencies

* Bug fixes for Figma file search extension (#15848)

* updated to how figma pages are triggered

* updated changelog

* Add `Sav` (sav.com) extension - View Domains + Change Nameservers (#15847)

* [Sav] 1st pass with hook and support custom URL

* [Sav] update ns

* [Sav] remove url Preference + metadata images + lint

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Add prompt-stash extension (#15614)

* Add prompt-stash extension

- new screenshot
- style: update extension name and title in README and package.json
- docs: update README with detailed extension description and usage
- refactor: update hooks to use useNavigation and confirmAlert
- ♻️ refactor(ui): Details
- feat: hooks to manage prompts, config file, filters
- initial commit, basic skeleton

* feat: add keyboard shortcut and style to delete prompt action in Command component

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* fix: updated select field with preference (#15805)

* fix: updated select field with preference

* fix: linting issue

* Update Select.tsx

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Docs: update for the new API release

* [United Nations] Enhance search experience (#15943)

* [United Nations] Enhance search experience

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update how-long-to-beat extension (#15936)

* Update how-long-to-beat extension

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update fetch-youtube-transcript extension (#15934)

- Changelog updated and version updated
- Merge branch \'dev\'
- Error handling issue - Transcript not available resolved

* Update wip extension (#15937)

* Update wip extension

- Merge branch \'contributions/merge-1734539435869\'
- Pull contributions
- Merge branch \'contributions/merge-1734539337087\'
- Pull contributions
- Fix clipboard uploads
- Improve description

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update video-call-reactions extension (#15932)

* Update video-call-reactions extension

- Merge branch \'contributions/merge-1734517322372590000\'
- Pull contributions
- Sequoia compatibility
- Sequoia update
- Sequoia update
- Updated compatibility for macOS Sequoia 15.0

* update

* update

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Sourcegraph: Smoother search and bug fixes (#15862)

* Publish raycast-sourcegraph@ec23429

Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/ec23429

* Publish raycast-sourcegraph@fcbab75

Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/fcbab75

* Publish raycast-sourcegraph@6f1b19b

Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/6f1b19b

* Publish raycast-sourcegraph@ba48cdc

Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/ba48cdc

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Fix bug where currently playing opens Music app (#15846)

* Update fotmob extension (#15716)

- Fixed issue with fetching team details
- Initial commit

* Update CODEOWNERs

* Update wayback-machine extension (#15953)

* Update wayback-machine extension

- Update
- Initial commit

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* [Netlify] Paginate Sites + Cache Sites through `useCachedPromise` + Default of 100 Sites shown (#15870)

* [Netlify] paginate & cache Sites & default of 100

* [Netlify] complexity tweak in Sites call

* [Netlify] ye olde lint

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Add shopify-polaris-docs extension (#15754)

* Add shopify-polaris-docs extension

- Remove unwanted console.log
- Adding preview images
- Updating changelog
- Creating Polaris Shopify docs search

* Update extensions/shopify-polaris-docs/CHANGELOG.md

Fixing casing

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Update extensions/shopify-polaris-docs/README.md

Fixing casing

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Update extensions/shopify-polaris-docs/package.json

Fixing title

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Update extensions/shopify-polaris-docs/package.json

Fixing description

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Adding metadata

* Fixing image data

* Fixing image size

* Update package.json

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Update obsidian extension (#15674)

* Adds Creation Date to added Task

* Update obsidian extension

- Adds changelog entry
- Adds Creation Date to added Task
- Initial commit

* Update obsidian extension

- Adds missing label to preference
- Adds a preference checkbox to toggle appending Creation Date

* Adds preference type (I thought this was autogenerated)

* Update CODEOWNERs

* fix(hidemyemail): Supports Chinese Apple ID accounts (#15964)

* fix(hidemyemail): Supports Chinese Apple ID accounts

* Update Login.tsx

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Update CODEOWNERs

* raindrop-io: add ability to search title only (#15955)

* Update raindrop-io extension

- feat: add search by title functionality
- Initial commit

* update

* Update types.ts

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update jira-time-tracking extension (#15745)

- feature: add custom jql and default project keys
- Initial commit

* Add oklch-color-converter extension (#15747)

* Add oklch-color-converter extension

- fix: improve color conversion and fix ESLint issues
- Changes to prepare the extension for the store: added screenshots.
- fix: improve HSL and vec calculations, add reference values
- Update README.md
- docs: improve README.md formatting and added credit section
- docs: improve README.md formatting and development instructions
- Initial commit: OKLCH Color Converter for Raycast

* fix: update ESLint config and documentation

* Update: change category to Design Tools as more appropriate for color converter

* fix: update dependencies and type configurations for oklch-color-converter

Update project configuration to follow Raycast extension best practices:

- Move React to peerDependencies for better compatibility
- Add React as devDependency for development
- Update TypeScript configuration for proper module resolution
- Fix React import structure in convert-color.tsx
- Clean up project dependencies
- Add proper type declarations for Raycast environment

Part of #15747

* Update CHANGELOG.md

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: strongeron <[email protected]>
Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Publish raycast-sourcegraph@ede3a3a (#15956)

Version: https://github.com/bobheadxi/raycast-sourcegraph/commit/ede3a3a

* Update CODEOWNERs

* Update fotmob extension (#15959)

* fix fetching matchDay

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update zerion extension (#15877)

* Update zerion extension

- Merge branch \'contributions/merge-1734276660475\'
- Pull contributions
- Merge branch \'contributions/merge-1734274808161\'
- Pull contributions

* Fix copy

* Move files used by README outside of the metadata folder

* 🔧 Fix Remove Wallet Action

* 🔧 Remove version, Fix lodash imports and fix changelog

* 🔧 Update Changelog

* Update README.md

* remove

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* [Claude] Fix: models not displaying correctly on the Ask page (#15757)

* fix: models not displaying correctly on the Ask page

* format

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Add `OCI` (Oracle Cloud) extension - View Instances + View Instance VNIC Attachments (#15947)

* [OCI] 1st pass for the Core listingInstances

* [OCI] add more instance colors + fix extension icon

* [OCI] view VNIC Attachment + VNIC itself

* [OCI] add cloudguard (not working)

* [OCI] remove faulty 'cloudguard'

* [OCI] proper case some markdown keys

* [OCI] lint + README + images

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* fix(android): Suppress stderr toast messages on emulator launch (#15961)

* fix(android): silent stderr toast messages

* update changelog

* Update hidemyemail extension (#15966)

* Add hidemyemail extension

- Removed sample data
- Update README.md
- Added form description login page and screenshots
- Added screenshots
- Initial commit

* Fixed some typescript errors

* Fixed linting

* Update hidemyemail extension

- Added preference/functionality for sorting list on creation date
- Removed leftover console log

* Updated ReadME

* Implemented suggestions

* Added guards useEffect for react strict mode

* Update hidemyemail extension

- Updated README
- Changed default preferences
- Fixed typo
- Initial commit

* Updated changelog

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Add polar extension (#15796)

* Add polar extension

- adjust
- fix
- fix lint
- finalize orders
- add readme
- remove node_modules lol
- init

* Update polar extension

- lint
- implement pagination

* fix typo

* Delete extensions/polar/2

* Delete extensions/polar/src/index.tsx

* Update package.json

* Add screenshots

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Add rails-routes extension (#15798)

* Add rails-routes extension

- chore: update package.json description for clarity and improved user understanding
- feat: enhance Rails Routes extension with detailed README, new icons, and improved route fetching
- refactor: update command name and title for list routes
- feat: new logo
- refactor: group routes by controller and path
- feat: initial commit of Rails Routes extension for Raycast

* Update package.json

* Update types.ts

* Update list-routes.tsx

* Update list-routes.tsx

* Update route-item.tsx

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update polar extension (#15971)

* Update polar extension

- Merge branch \'contributions/merge-1734699226856\'
- Pull contributions
- Merge branch \'contributions/merge-1734699193988\'
- Pull contributions
- Merge branch \'contributions/merge-1734699114396\'
- Pull contributions
- add screensshots
- fix polar api

* fix images

* add changelog

* Update CODEOWNERs

* Update amazon-search extension (#15969)

* Update amazon-search extension

- Update amazon-search extension
- Initial commit

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Add smallweb extension (#15859)

* add frecency sorting

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update summarize-youtube-video-with-ai extension (#15972)

* Update summarize-youtube-video-with-ai extension

- lint-fix
- add new icon
- adjust changelog
- improve useEffects and core functionality
- restructure consts
- improve error handling
- remove semicolons
- get richer thumbnails
- use new openai preferences
- simplify hooks
- remove semicolons and force linewrap
- add changelog
- adjust es lint and prettier
- add anthropic AI
- move files
- add anthropic command
- rename files
- use follow up questions for openai
- update and improve chatgpt integration
- add new follow up question prompt
- simplify raycast ai summary
- minor adjustements
- update packages
- Initial commit

* reset eslint to defaults

* cleanup fork - not sure why these files showed up again

* adjust readme

* fix: use correct titles

* Update .prettierrc

* npm run fix-lint 😬

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Add Naver Whale browser support for browser-bookmarks. (#15873)

* Add support for Whale browser

* fix: Move useWhaleBookmarks before useZenBookmarks

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Add control-viscosity extension (#15878)

* Initial Commit

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Add IPCheck Extension (#15883)

* Add IPCheck Extension

* Add IPCheck Extension

* Update package.json

* Add files via upload

* Create .eslintrc.json

* Create .prettierrc

* update

* Update package.json

* gitignoreupdate

* Delete extensions/ipcheck-ing/raycast-env.d.ts

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Rename Bookmarks Dropdown Title in Safari Extension (#15900)

* Rename Dropdown Title

* changelog

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Update CODEOWNERs

* fix(android): Remove info item from emulators list (#15960)

* fix(android): list emulators without info debug

* update changelog

* improve writing

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Update polar extension (#15974)

* Update polar extension

- Merge branch \'contributions/merge-1734699226856\'
- Pull contributions
- Merge branch \'contributions/merge-1734699193988\'
- Pull contributions
- Merge branch \'contributions/merge-1734699114396\'
- Pull contributions
- add screensshots
- fix polar api

* fix images

* add changelog

* Update polar extension

- run linter
- remove pnpm lockfile
- add view customers

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Update open-in-json-hero extension (#15977)

* Update open-in-json-hero extension

- Add optional domain parameter for local instances of json-hero
- Initial commit

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update pr-bot.ts (#15980)

* Update threads extension (#15875)

* Update threads extension

* Update threads extension

* Revert remove threads-video-downloader extension

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* fix(simctl):  Merge boot and open actions into a single action (#15963)

* fix(simctl):  Merge boot and open actions into a single action

* remove async

* Update downloads-manager extension (#15995)

* Update downloads-manager extension

* Update downloads-manager extension

* [Brand Icons] Get ready for v14 (#15994)

* [Brand Icons] Fix incorrect file path (#16059)

* Add omnifocus extension (#15940)

* Add omnifocus extension

- chore(lint): update command titles
- docs: add documention files
- chore:  remove old asset
- chore: add more assets
- chore: enhance inbox listing
- feat: enhance inbox list
- chore: add metadata
- chore: add Application category
- chore: change commande title casing
- chore(deps): update raycast packages
- fix: proper draft setup
- feat: refetch inbox after performing mutations
- feat: add actions to complete or delete inbox tasks
- chore: allow draft
- chore: remove useless mapped data
- chore: check if installed in quickadd
- feat: open task from list
- refactor: move applescript logic to api directory
- fix: form datepicker types
- chore: display message if error
- fix: tag creation not working
- chore: add dedicated field to create tags
- feat: allow to select tags
- chore: explicit creation params
- feat: allow creation of complex task in Inbox
- fix: filter undefined values
- refactor: merge task creation functions
- feat: allow to create task w/ dates
- chore: update icon
- chore: update icon
- fix: add task to specified project
- wip: task creation form
- feat: add task creation form
- refactor: make command a quick add
- fix: only list non completed tasks in inbox
- feat: add list tasks command
- refactor: extract add task logic
- chore(deps): remove run-applescript in favor of built-in raycast api
- feat: add basic todo to OmniFocus inbox

* chore: add style and shortcut to delete action

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update nanoid extension (#15935)

* Update nanoid extension

- added newer publish command
- updated to use placeholder date
- aded date to changelog
- Added optional id length argument
- Initial commit

* update tsconfig to match newer packages

* updated the package versions to also match newer extensions

* npm lock file update... not PNPM :(

* also updating eslint settings to the latest setup

* Update nanoid.tsx

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update year-in-progress extension (#16016)

* Update year-in-progress extension

- Fix settings typos and type of date-fns options params
- Initial commit

* Remove

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* [Update Extension] System Monitor - Fix battery level (#16020)

* chore: update dependencies

* chore: change the way the battery usage is get

* chore: update CHANGELOG

* typo: update CHANGELOG

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* [Google Translate] Fix typo for Traditional Chinese (#16026)

* [Tailscale] Add `netcheck` command (#15634)

* Update tailscale extension

- feat: add \`netcheck\` command
- Initial commit

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Add mongodb-objectid extension (#15770)

* Init release

* Update CHANGELOG.md

* Add screenshots

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* [Raindrop.io] Close raycast after saving browser tab (#16057)

* Update raindrop-io extension

- feat: add search by title functionality
- Initial commit

* Update raindrop-io extension

- feat: close raycast after saving tab
- Initial commit

* Update types.ts

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* [Visual Studio Code]: fix makeNewWindow (#16066)

* [Visual Studio Code]: fix makeNewWindow

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update raycast-gemini extension (#15949)

* Update raycast-gemini extension

- refactor and add new model gemini-2.0-flash-exp
- Initial commit

* Update raycast-gemini extension

- fix lint
- 1. fix typo \n2. clean code \n3. add system prompt for askai-commands \n4.add model in ai chat

* add new models

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update brew extension (#16069)

* refactor: reorganize terminal applications in alphabetical order to match package.json

* chore: update deps

* feat: add option for Ghostty terminal

* lint: fix actionPanels linter error

* docs: update CHANGELOG

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update wikipedia extension (#16094)

* Update wikipedia extension

- Add Finnish, Swedish, Norwegian languages, and fix spelling of Ukrainian
- Initial commit

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update CODEOWNERs

* Update chatgpt extension: Fix o1 model issue (#16100)

* Update chatgpt extension

- Enhance Conversations with Import/Export Functionality and Fix Model Issues
- Merge branch \'contributions/merge-1735725992576\'
- Pull contributions
- Merge branch \'contributions/merge-1735725979847494000\'
- Pull contributions
- Merge branch \'contributions/merge-1735725931821635000\'
- Pull contributions
- Merge branch \'contributions/merge-1735725898783\'
- Pull contributions
- Pull contributions

* Added so you can import from no view

* added action

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>

* feature: improve error handling for UX (#15651)

* Update CODEOWNERs

* Update aegis extension (#16101)

* Update aegis extension

- use fast-fuzzy search for aegis search
- init
- Initial commit

* add CHANGELOG.md

* use filter

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update raycast-ollama extension (#16107)

- CHANGELOG.md update
- Ray lint fix
- Command \'Loaded Models\' added tags color
- Added ps information on command \'Manage Models\'
- New Command \'Loaded Models\'
- Action \'Update Models\' on Manage Models
- Action \'Models Library\' visible with no models installed
- Added Action \'Models Library\' on Manage Models
- Modified copy shorcut to cmd+shift+c

* Update ray-so extension - fix form submission in "Create image from code" command (#16081)

* Update ray-so extension

- fix create a snippet form
- Initial commit

* parse title

* fix(comodoro): Use `timer` sub-cmd (#16025)

* fix(comodoro): Use `timer` sub-cmd

This is needed with the latest Comodoro. I've also otherwised updated
the package to use the latest Raycast packages and setup.

* Update CHANGELOG.md

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>

* Bugfix: NHL: fixed a downstream API change that was breaking the game detail view (#16027)

* Update tmux-sessioner extension (#16099)

* Update tmux-sessioner extension

- feat: add support for Ghostty terminal 👻
- Initial commit

* feat: change keyboard shortcut for Delete This Window, Delete This Session to Raycast standard ctrl+x

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Jason Shanks <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Deprecate threads-video-downloader extension (#15984)

* Deprecate threads-video-downloader extension

* Clean up threads-video-downloader extension

* Add crossLaunchCommand for Threads extension

* Update threads-video-downloader extension

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update battery-health extension (#16032)

* Update battery-health extension

- Add publish script
- Add fallback if no capacity value is available
- Add maximum capacity value (#2)

Co-authored-by: Jatin Kumar <[email protected]>

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Jatin Kumar <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update memos extension (#16023)

- feat: support [email protected]
- feat: support [email protected]
- Initial commit

* [Coolify] view-secret-keys + update-projects (#16003)

* [Coolify] view-secret-keys + update-projects

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update IPCheck to V1.1 (#15983)

* Update package.json

* Update README.md

* Update main.tsx

* Update getLocalIPs.ts

* Update getExternalIP.ts

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Add medialister-marketplace-helper extension (#15874)

* Extension release

* Fixes, depricated ToastStyle removed

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update Pomodoro preference organization and use generated types (#15868)

* Update pomodoro extension

- Update preference organization and use generated types
- Pull contributions

* fix changelog

* keep enableTimeOnMenuBar as a extension level preference

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update Catppuccin extension (#15400)

* Update Catppuccin extension

* More refactoring

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update braid extension (#16126)

* Update icons and add `Table`

* Update changelog

* [Manotori] View Nameserver Sets + better error handling + view event details (#16125)

* [Manotori] better error handling + view event deets

* [Manotori] View NS Sets

* [Manotori] fix ss and remove hard coded title

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update rusbase extension (#16121)

- update README
- Initial commit

* Update date-converter extension (#16117)

* Update date-converter extension

- Add support for hexadecimal inputs
- Initial commit

* Update extensions/date-converter/src/index.tsx

Co-authored-by: Albert Portnoy <[email protected]>

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: Albert Portnoy <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update CODEOWNERs

* Update vc-ru-news extension (#16122)

- update README
- Initial commit

* Update espn extension (#16116)

* Update espn extension

- update README
- Initial commit

* update CHANGELOG

* update CHANGELOG

* Update techcrunch extension (#16118)

- update CHANGELOG
- small fix
- update README
- Initial commit

* Update mullvad extension (#15981)

* Update mullvad extension

- Support Reconnecting via the Mullvad CLI, Fixed HUD message display
- Initial commit

* Fixed code style issues

* Update mullvad extension

- Cleanup
- Added frequency sorting location/server list
- Add option to select specific server
- Removed test code
- Initial commit

* updated changelog

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <[email protected]>

* Update safari extension (#16192)

- feat: add copy to clipboard command
- Initial commit

* Update CODEOWNERs

* Update safari extension (#16196)

- Add new command to copy tab as link
- Initial commit

* Renamed readme.md to README.md (#7237)

* Added aleph tools

* Fix to ode style issues

* Prettier, update

* Resized icons to 512 x 512 pixels

* Added result to clipboard before pasting the contents to front most application

* Added empty readme.md with screenshot

* Update readme.md

* Screenshot

* Added screenshot to readme

* Update and rename readme.md to README.md

* Update open-laravel-herd-site extension (#13303)

* Update open-laravel-herd-site extension

- Merge branch \'contributions/merge-1719993320551140000\'
- Pull contributions
- Sorting sites alphabetically, editor setting

* Updated CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Milena Araujo <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update open-laravel-herd-site extension (#13303)

* Update open-laravel-herd-site extension

- Merge branch \'contributions/merge-1719993320551140000\'
- Pull contributions
- Sorting sites alphabetically, editor setting

* Updated CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Milena Araujo <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Renamed readme.md to README.md (#7237)

* Added aleph tools

* Fix to ode style issues

* Prettier, update

* Resized icons to 512 x 512 pixels

* Added result to clipboard before pasting the contents to front most application

* Added empty readme.md with screenshot

* Update readme.md

* Screenshot

* Added screenshot to readme

* Update and rename readme.md to README.md

* Update open-laravel-herd-site extension (#13303)

* Update open-laravel-herd-site extension

- Merge branch \'contributions/merge-1719993320551140000\'
- Pull contributions
- Sorting sites alphabetically, editor setting

* Updated CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Milena Araujo <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* Update open-laravel-herd-site extension (#13303)

* Update open-laravel-herd-site extension

- Merge branch \'contributions/merge-1719993320551140000\'
- Pull contributions
- Sorting sites alphabetically, editor setting

* Updated CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Milena Araujo <[email protected]>
Co-authored-by: raycastbot <[email protected]>

* refactor: :rotating_light: fix lint errors

* chore: :memo: keep old name for the "create transaction" command

see https://github.com/raycast/extensions/pull/16210#pullrequestreview-2552362328

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Shane Jeffers <[email protected]>
Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>
Co-authored-by: Yen Cheng Lin <[email protected]>
Co-authored-by: Pascal Riesinger <[email protected]>
Co-authored-by: Alan Huang <[email protected]>
Co-authored-by: izm51 <[email protected]>
Co-authored-by: SweenyYang <[email protected]>
Co-authored-by: 杨欣雨(yangxinyu01) <[email protected]>
Co-authored-by: LitoMore <[email protected]>
Co-authored-by: Syed M Mokaarim Bin Razi <[email protected]>
Co-authored-by: Leandro Lima <[email protected]>
Co-authored-by: Leandro Maia <[email protected]>
Co-authored-by: Adam Sherwood <[email protected]>
Co-authored-by: Yug Sahu <[email protected]>
Co-authored-by: Arthur Pinheiro <[email protected]>
Co-authored-by: Vadim Petrov <[email protected]>
Co-authored-by: Zane Sabbagh <[email protected]>
Co-authored-by: zcsabbag <[email protected]>
Co-authored-by: Apoorv Khandelwal <[email protected]>
Co-authored-by: Kentaro Suzuki <[email protected]>
Co-authored-by: Anton Suprun <[email protected]>
Co-authored-by: Nirmit Pandya <[email protected]>
Co-authored-by: Nathan Witmer <[email protected]>
Co-authored-by: David Molinero <[email protected]>
Co-authored-by: Sharker <[email protected]>
Co-authored-by: Jose Alvarez <[email protected]>
Co-authored-by: Santiago Perez <[email protected]>
Co-authored-by: Santiago Perez <[email protected]>
Co-authored-by: Thomas Lombart <[email protected]>
Co-authored-by: Dino <[email protected]>
Co-authored-by: Stefan Riđošić <[email protected]>
Co-authored-by: Tommy D. Rossi <[email protected]>
Co-authored-by: skuio <[email protected]>
Co-authored-by: Kalvin Mizzi <[email protected]>
Co-authored-by: soradotwav <[email protected]>
Co-authored-by: Brandon (opti) <[email protected]>
Co-authored-by: Sebastien Flory <[email protected]>
Co-authored-by: Neil <[email protected]>
Co-authored-by: Jakub <[email protected]>
Co-authored-by: Shreyas Gupta <[email protected]>
Co-authored-by: Giovambattista Fazioli <[email protected]>
Co-authored-by: George <[email protected]>
Co-authored-by: michał <[email protected]>
Co-authored-by: MikuGeek <56752306+MikuGeek@us…
pernielsentikaer pushed a commit that referenced this pull request Feb 6, 2025
* Update vortex extension

- Merge pull request raycast#3 from d4rp4t/fiat-transactions
- Merge branch \'getAlby:main\' into fiat-transactions
- prepare for publish prettier + lint
- Changelog Update
- Merge pull request raycast#13 from d4rp4t/fiat-transactions
- Enable redemption of tokens regardless of their unit distribution
- Add \'fiat\' transactions
- Merge pull request #2 from d4rp4t/add_cashu_support
- Merge pull request raycast#12 from d4rp4t/add_cashu_support
- fix checksum error with npm ci
- fix checksum error with npm ci
- Readme edit
- publish
- Prettier + ESlint fixes
- Prettier + ESlint fixes
- Change withdraw icon to png
- Add redeem function for Cashu tokens and LNURL vouchers, update dependencies. Code cleanup
- code cleanup
- Merge pull request #1 from d4rp4t/dev
- Show fiat value for each transaction.
- Transaction details added.
- Remove duplicated function. Balance can be checked in Recent Transactions. Updated Dependencies
- Chagelog
- update dependencies
- fix linting errors
- raycast clint, eslint install
- Screenshots
- Merge pull request raycast#10 from getAlby/error
- Show error message when the wallet connection fails
- Merge pull request raycast#6 from getAlby/naming
- Merge pull request raycast#7 from getAlby/lint
- fiat balance
- linting
- Better invoice status naming
- Remove yarn.lock we use npm
- nicer loading
- Merge pull request raycast#3 from getAlby/fiat-balance-and-cleanup
- Fiat balance
- cleanup
- Placeholder
- Copy and names
- Copy and icons update
- Update README.md
- Initial commit

* cleanup

* cleanup

* restore compressed images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants