Skip to content

Add Git Repos Extension#7

Merged
PitNikola merged 3 commits intoraycast:mainfrom
moored:main
Oct 13, 2021
Merged

Add Git Repos Extension#7
PitNikola merged 3 commits intoraycast:mainfrom
moored:main

Conversation

@moored
Copy link
Contributor

@moored moored commented Oct 13, 2021

Description

Quickly access your local git repositories and open them in your favorite editor or any app

Type of change

  • New extension

Screenshot

CleanShot 2021-10-12 at 22 00 41@2x

Checklist

@moored moored changed the title Initial commit Add Git Repos Extension Oct 13, 2021
@moored moored mentioned this pull request Oct 13, 2021
1 task
@PitNikola PitNikola merged commit eede415 into raycast:main Oct 13, 2021
fonimus added a commit to fonimus/raycast-extensions that referenced this pull request Mar 1, 2023
- chore: prepare for public store
- chore: package.json
- fix: package-lock
- chore: move extensions
- chore: package.json
- fix: package-lock
- feat: rename extensions in package.json
- feat: rename vault command
- fix: screenshots resolution
- feat: add changelog
- feat: add screeshots
- fix: package-lock
- fix: github package.json name
- fix: github extension
- fix: package-lock
- feat: update icon
- feat: rename github to github pulls
- feat: rename github to github pulls
- fix: publish workflow
- deps: update (raycast#18)
- feat: add multiple login methods (raycast#17)
- feat(vault): add favorite namespaces easy switch (raycast#16)
- feat(kafka): add list section (raycast#10)
- feat(vault): add options to disable write and/or delete (raycast#9)
- feat: move to npm (raycast#8)
- feat: white icon for menu bar and display lag even if currently loading (raycast#7)
- ci: rename list extensions -> list for matrix
- ci: rename list extensions -> list for matrix
- ci: conditional publish on changes files
- chore(kafka-menu-bar): update log (raycast#6)
- feat: reusable list extensions workflow
- fix: publish workflow
- fix: publish workflow (raycast#5)
- feat: add publish workflow
- fix: ci (raycast#4)
- feat: add actions
- feat: add dependabot
- feat: monorepo
- docs: improve kafka documentation
- docs: add kakfa doc link in readme
- feat: add conf to hide consumers without lag
- feat: add metadata extractor
- feat: add partitions in topics and improve compacted tag
- fix: kafka extension icon
- feat(kafka): new extension
- deps: update raycast
- feat(vault): add paste to current app
- feat(vault): add favorites management
- chore(doc): improve documentation
- Merge pull request raycast#2 from fonimus/feat/license
- Merge pull request raycast#1 from fonimus/feat/build-sh
- Merge pull request raycast#3 from fonimus/feat/git-ignore
- feat(vault): add list/create/delete entities
- feat(github): improve list accessories
- feat(github): improve list accessories
- feat(github): remove pr number when details are shown
- fix(github): remove labels from list temporarily (bug in raycast/extensions raycast#3359)
- chore(git): add .gitignore
- chore(license): add MIT license
- chore(build): add extension builder
- feat(github): improve left icon for bots, waiting, etc
- feat(github): improve left icon for bots, waiting, etc
- feat(github): add pr number in navigation and set approval as left icon
- fix(vault): typo
- chore(deps): migrate to last raycast version
- chore(all): reformat with prettier
- fix(vault): fix logo dimension
- ♻️ Remove unused url preference
- 🐛 Remove console logs
- 🔧 Fix readme
- 🔧 Add dsstore to gitignore
- 🔧 Update manifests
- ✨(vault) Save show technical paths in cache
- ✨(github) Add draft information
- ✨(vault) Add folder recursive deletion
- ✨(vault) Add json validation when adding new version
- ✨ Add tint color in icons
- ✨ Add tint color in icons, add mark in user avatar
- 🔨 Add react hooks eslint plugin
- 🐛 Fix reloading issue
- ✨ Add owner name in repo list and copy pr url in clipboard
- 🔧 Remove organization from preferences
- ✨ Add approve action, add possibility to show/hide details, add number of approvals in list/detail
- ♻️ Use useCallback hook and make actions methods components
- ♻️ Use usePromise from raycast utils when possible
- 🐛 Fix system sound by replacing unnecessary submit form action by standard action
- ♻️ Use useCachedState from raycast utils
- 🎉 Init project with vault and github extensions
- Initial commit
fonimus added a commit to fonimus/raycast-extensions that referenced this pull request Mar 1, 2023
- chore: prepare for public store
- chore: prepare for public store
- chore: package.json
- fix: package-lock
- chore: move extensions
- chore: package.json
- fix: package-lock
- feat: rename extensions in package.json
- feat: rename vault command
- fix: screenshots resolution
- feat: add changelog
- feat: add screeshots
- fix: package-lock
- fix: github package.json name
- fix: github extension
- fix: package-lock
- feat: update icon
- feat: rename github to github pulls
- feat: rename github to github pulls
- fix: publish workflow
- deps: update (raycast#18)
- feat: add multiple login methods (raycast#17)
- feat(vault): add favorite namespaces easy switch (raycast#16)
- feat(kafka): add list section (raycast#10)
- feat(vault): add options to disable write and/or delete (raycast#9)
- feat: move to npm (raycast#8)
- feat: white icon for menu bar and display lag even if currently loading (raycast#7)
- ci: rename list extensions -> list for matrix
- ci: rename list extensions -> list for matrix
- ci: conditional publish on changes files
- chore(kafka-menu-bar): update log (raycast#6)
- feat: reusable list extensions workflow
- fix: publish workflow
- fix: publish workflow (raycast#5)
- feat: add publish workflow
- fix: ci (raycast#4)
- feat: add actions
- feat: add dependabot
- feat: monorepo
- docs: improve kafka documentation
- docs: add kakfa doc link in readme
- feat: add conf to hide consumers without lag
- feat: add metadata extractor
- feat: add partitions in topics and improve compacted tag
- fix: kafka extension icon
- feat(kafka): new extension
- deps: update raycast
- feat(vault): add paste to current app
- feat(vault): add favorites management
- chore(doc): improve documentation
- Merge pull request raycast#2 from fonimus/feat/license
- Merge pull request raycast#1 from fonimus/feat/build-sh
- Merge pull request raycast#3 from fonimus/feat/git-ignore
- feat(vault): add list/create/delete entities
- feat(github): improve list accessories
- feat(github): improve list accessories
- feat(github): remove pr number when details are shown
- fix(github): remove labels from list temporarily (bug in raycast/extensions raycast#3359)
- chore(git): add .gitignore
- chore(license): add MIT license
- chore(build): add extension builder
- feat(github): improve left icon for bots, waiting, etc
- feat(github): improve left icon for bots, waiting, etc
- feat(github): add pr number in navigation and set approval as left icon
- fix(vault): typo
- chore(deps): migrate to last raycast version
- chore(all): reformat with prettier
- fix(vault): fix logo dimension
- ♻️ Remove unused url preference
- 🐛 Remove console logs
- 🔧 Fix readme
- 🔧 Add dsstore to gitignore
- 🔧 Update manifests
- ✨(vault) Save show technical paths in cache
- ✨(github) Add draft information
- ✨(vault) Add folder recursive deletion
- ✨(vault) Add json validation when adding new version
- ✨ Add tint color in icons
- ✨ Add tint color in icons, add mark in user avatar
- 🔨 Add react hooks eslint plugin
- 🐛 Fix reloading issue
- ✨ Add owner name in repo list and copy pr url in clipboard
- 🔧 Remove organization from preferences
- ✨ Add approve action, add possibility to show/hide details, add number of approvals in list/detail
- ♻️ Use useCallback hook and make actions methods components
- ♻️ Use usePromise from raycast utils when possible
- 🐛 Fix system sound by replacing unnecessary submit form action by standard action
- ♻️ Use useCachedState from raycast utils
- 🎉 Init project with vault and github extensions
- Initial commit
pernielsentikaer pushed a commit that referenced this pull request Mar 14, 2023
* Add kafka extension

- chore: prepare for public store
- chore: package.json
- fix: package-lock
- chore: move extensions
- chore: package.json
- fix: package-lock
- feat: rename extensions in package.json
- feat: rename vault command
- fix: screenshots resolution
- feat: add changelog
- feat: add screeshots
- fix: package-lock
- fix: github package.json name
- fix: github extension
- fix: package-lock
- feat: update icon
- feat: rename github to github pulls
- feat: rename github to github pulls
- fix: publish workflow
- deps: update (#18)
- feat: add multiple login methods (#17)
- feat(vault): add favorite namespaces easy switch (#16)
- feat(kafka): add list section (#10)
- feat(vault): add options to disable write and/or delete (#9)
- feat: move to npm (#8)
- feat: white icon for menu bar and display lag even if currently loading (#7)
- ci: rename list extensions -> list for matrix
- ci: rename list extensions -> list for matrix
- ci: conditional publish on changes files
- chore(kafka-menu-bar): update log (#6)
- feat: reusable list extensions workflow
- fix: publish workflow
- fix: publish workflow (#5)
- feat: add publish workflow
- fix: ci (#4)
- feat: add actions
- feat: add dependabot
- feat: monorepo
- docs: improve kafka documentation
- docs: add kakfa doc link in readme
- feat: add conf to hide consumers without lag
- feat: add metadata extractor
- feat: add partitions in topics and improve compacted tag
- fix: kafka extension icon
- feat(kafka): new extension
- deps: update raycast
- feat(vault): add paste to current app
- feat(vault): add favorites management
- chore(doc): improve documentation
- Merge pull request #2 from fonimus/feat/license
- Merge pull request #1 from fonimus/feat/build-sh
- Merge pull request #3 from fonimus/feat/git-ignore
- feat(vault): add list/create/delete entities
- feat(github): improve list accessories
- feat(github): improve list accessories
- feat(github): remove pr number when details are shown
- fix(github): remove labels from list temporarily (bug in raycast/extensions #3359)
- chore(git): add .gitignore
- chore(license): add MIT license
- chore(build): add extension builder
- feat(github): improve left icon for bots, waiting, etc
- feat(github): improve left icon for bots, waiting, etc
- feat(github): add pr number in navigation and set approval as left icon
- fix(vault): typo
- chore(deps): migrate to last raycast version
- chore(all): reformat with prettier
- fix(vault): fix logo dimension
- ♻️ Remove unused url preference
- 🐛 Remove console logs
- 🔧 Fix readme
- 🔧 Add dsstore to gitignore
- 🔧 Update manifests
- ✨(vault) Save show technical paths in cache
- ✨(github) Add draft information
- ✨(vault) Add folder recursive deletion
- ✨(vault) Add json validation when adding new version
- ✨ Add tint color in icons
- ✨ Add tint color in icons, add mark in user avatar
- 🔨 Add react hooks eslint plugin
- 🐛 Fix reloading issue
- ✨ Add owner name in repo list and copy pr url in clipboard
- 🔧 Remove organization from preferences
- ✨ Add approve action, add possibility to show/hide details, add number of approvals in list/detail
- ♻️ Use useCallback hook and make actions methods components
- ♻️ Use usePromise from raycast utils when possible
- 🐛 Fix system sound by replacing unnecessary submit form action by standard action
- ♻️ Use useCachedState from raycast utils
- 🎉 Init project with vault and github extensions
- Initial commit

* fix: wrong package.json and lock file

* fix: remove unused asset

* feat: add dark icon, prettify menu bar dropdown

* feat: add reload shortcut

* fix: remove ssl kafkajs configuration from default
canac added a commit to canac/extensions that referenced this pull request May 31, 2023
- Make starting branch configurable
- Prepare for publish
- Update eslint config
- Move hook to component
- Add command to create new worktree
- Only replace ~/
- Document unnecessary eslint-disable
- Make terminal and editor configurable
- Use fd when possible
- Display error message
- Add confirmation toast
- Ignore the main worktree
- Parse porcelain format
- Raycast extension for managing git worktrees
- Update dependencies
- Migrate to latest
- Fix package name
- Remove superjson dependency
- Fix useEffect dependencies
- Merge pull request raycast#10 from canac/dependabot/npm_and_yarn/journal/electron-and-react-devtools-23.2.4
- Merge pull request raycast#9 from canac/dependabot/npm_and_yarn/bible/electron-and-react-devtools-23.2.4
- Bump electron and react-devtools in /journal
- Bump electron and react-devtools in /bible
- Merge pull request raycast#8 from canac/dependabot/npm_and_yarn/bible/node-fetch-3.2.10
- Merge pull request raycast#6 from canac/dependabot/npm_and_yarn/bible/http-cache-semantics-4.1.1
- Merge pull request raycast#7 from canac/dependabot/npm_and_yarn/bible/ansi-regex-3.0.1
- Merge pull request raycast#5 from canac/dependabot/npm_and_yarn/bible/minimist-1.2.8
- Bump node-fetch from 3.2.0 to 3.2.10 in /bible
- Bump ansi-regex from 3.0.0 to 3.0.1 in /bible
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /bible
- Bump minimist from 1.2.5 to 1.2.8 in /bible
- Add BibleGateway scraper
- Improve journal extension metadata
- Run prettier
- Merge pull request raycast#4 from canac/dependabot/npm_and_yarn/journal/minimatch-3.1.2
- Bump minimatch from 3.0.4 to 3.1.2 in /journal
- Merge pull request raycast#3 from canac/dependabot/npm_and_yarn/journal/http-cache-semantics-4.1.1
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /journal
- Merge pull request raycast#2 from canac/dependabot/npm_and_yarn/journal/ansi-regex-3.0.1
- Bump ansi-regex from 3.0.0 to 3.0.1 in /journal
- Merge pull request raycast#1 from canac/dependabot/npm_and_yarn/journal/minimist-1.2.6
- Bump minimist from 1.2.5 to 1.2.6 in /journal
- Keep Raycast open after choosing a tag
- Clear the tag search after choosing a tag
- Journal Raycast extension
- Initial commit
thomaslombart pushed a commit that referenced this pull request Jul 7, 2023
* Add worktrees extension

- Make starting branch configurable
- Prepare for publish
- Update eslint config
- Move hook to component
- Add command to create new worktree
- Only replace ~/
- Document unnecessary eslint-disable
- Make terminal and editor configurable
- Use fd when possible
- Display error message
- Add confirmation toast
- Ignore the main worktree
- Parse porcelain format
- Raycast extension for managing git worktrees
- Update dependencies
- Migrate to latest
- Fix package name
- Remove superjson dependency
- Fix useEffect dependencies
- Merge pull request #10 from canac/dependabot/npm_and_yarn/journal/electron-and-react-devtools-23.2.4
- Merge pull request #9 from canac/dependabot/npm_and_yarn/bible/electron-and-react-devtools-23.2.4
- Bump electron and react-devtools in /journal
- Bump electron and react-devtools in /bible
- Merge pull request #8 from canac/dependabot/npm_and_yarn/bible/node-fetch-3.2.10
- Merge pull request #6 from canac/dependabot/npm_and_yarn/bible/http-cache-semantics-4.1.1
- Merge pull request #7 from canac/dependabot/npm_and_yarn/bible/ansi-regex-3.0.1
- Merge pull request #5 from canac/dependabot/npm_and_yarn/bible/minimist-1.2.8
- Bump node-fetch from 3.2.0 to 3.2.10 in /bible
- Bump ansi-regex from 3.0.0 to 3.0.1 in /bible
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /bible
- Bump minimist from 1.2.5 to 1.2.8 in /bible
- Add BibleGateway scraper
- Improve journal extension metadata
- Run prettier
- Merge pull request #4 from canac/dependabot/npm_and_yarn/journal/minimatch-3.1.2
- Bump minimatch from 3.0.4 to 3.1.2 in /journal
- Merge pull request #3 from canac/dependabot/npm_and_yarn/journal/http-cache-semantics-4.1.1
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /journal
- Merge pull request #2 from canac/dependabot/npm_and_yarn/journal/ansi-regex-3.0.1
- Bump ansi-regex from 3.0.0 to 3.0.1 in /journal
- Merge pull request #1 from canac/dependabot/npm_and_yarn/journal/minimist-1.2.6
- Bump minimist from 1.2.5 to 1.2.6 in /journal
- Keep Raycast open after choosing a tag
- Clear the tag search after choosing a tag
- Journal Raycast extension
- Initial commit

* Add screenshots

* optimize metadata

* Update worktrees extension

- Merge branch 'contributions/merge-1686342399257255000'
- Pull contributions
- Refactor to use useForm

* Handle zero worktrees

* Add empty list view

* Completely hide summary

* Add changelog

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
rupert648 added a commit to rupert648/raycast-extensions that referenced this pull request Jul 9, 2023
- Merge pull request raycast#7 from rupert648/raycast-extension
- feat: cleaned up details and added icons/screenshots
- chore: vercelignore to ignore raycast
- feat: created 2 raycast commands - create and copy
- Merge pull request raycast#6 from rupert648/minor-improvements
- feat: minor improvements! mainly phone css
- Merge pull request raycast#5 from rupert648/direct-api-route-to-create
- feat: direct APi routes to get/create paste
- Merge pull request raycast#4 from rupert648/options-styling
- feat: improved styling of options mdoal
- Merge pull request raycast#3 from rupert648/pastepage-timeouts
- feat: added timeouts
- Merge pull request raycast#2 from rupert648/404
- Updated README.md and removed example router
- shitty copied to clipboard popup
- enable ssr and redirrect to 404
- Created 404 page
- Merge pull request raycast#1 from rupert648/code-cleanup
- added favicon + generalised components
- moved components out of pages as was breaking things :)
- added loading icons + moved to planetscale
- made more responsive :)
- moved options modal
- refactor: use paste instead of curl
- made pretty :)
- curl request page uses formik
- shortcuts + formik
- refactored to use prisma
- first commit
razgaon added a commit to razgaon/raycast-extensions that referenced this pull request Aug 24, 2023
- Update README.md
- Update README.md
- Merge pull request raycast#8 from razgaon/production-preparation
- Fixed bug with semantic scholar and added toast.
- Merge pull request raycast#7 from razgaon/production-preparation
- Improved Semantic Scholar
- Merge pull request raycast#5 from razgaon/razgaon-readme-patch-1
- Merge pull request raycast#6 from razgaon/production-preparation
- Added automatic database creation.
- Update README.md
- Added image
- Added changelog and categories
- Updated icons
- Fixed lint issues
- Merge pull request raycast#4 from razgaon/feature/create-database
- Improved the UI and experience
- Added clear indication when adding papers
- Merge pull request raycast#3 from razgaon/feature/no-duplicates
- Checks if article already exists.
- Merge pull request raycast#2 from razgaon/feature/speed-enhancment
- Changed llm call to be concurrent with other calls.
- Update README.md
- Merge pull request raycast#1 from razgaon/feature/ml-explainability
- Added ml explaining
- Added support for multiple papers as input
mil3na pushed a commit that referenced this pull request Aug 29, 2023
* Add notion_researcher extension

- Update README.md
- Update README.md
- Merge pull request #8 from razgaon/production-preparation
- Fixed bug with semantic scholar and added toast.
- Merge pull request #7 from razgaon/production-preparation
- Improved Semantic Scholar
- Merge pull request #5 from razgaon/razgaon-readme-patch-1
- Merge pull request #6 from razgaon/production-preparation
- Added automatic database creation.
- Update README.md
- Added image
- Added changelog and categories
- Updated icons
- Fixed lint issues
- Merge pull request #4 from razgaon/feature/create-database
- Improved the UI and experience
- Added clear indication when adding papers
- Merge pull request #3 from razgaon/feature/no-duplicates
- Checks if article already exists.
- Merge pull request #2 from razgaon/feature/speed-enhancment
- Changed llm call to be concurrent with other calls.
- Update README.md
- Merge pull request #1 from razgaon/feature/ml-explainability
- Added ml explaining
- Added support for multiple papers as input

* Fixed lint issue

* Fixed comments

* Fixed additional comments
mil3na pushed a commit that referenced this pull request Aug 31, 2023
* Add notion_researcher extension

- Update README.md
- Update README.md
- Merge pull request #8 from razgaon/production-preparation
- Fixed bug with semantic scholar and added toast.
- Merge pull request #7 from razgaon/production-preparation
- Improved Semantic Scholar
- Merge pull request #5 from razgaon/razgaon-readme-patch-1
- Merge pull request #6 from razgaon/production-preparation
- Added automatic database creation.
- Update README.md
- Added image
- Added changelog and categories
- Updated icons
- Fixed lint issues
- Merge pull request #4 from razgaon/feature/create-database
- Improved the UI and experience
- Added clear indication when adding papers
- Merge pull request #3 from razgaon/feature/no-duplicates
- Checks if article already exists.
- Merge pull request #2 from razgaon/feature/speed-enhancment
- Changed llm call to be concurrent with other calls.
- Update README.md
- Merge pull request #1 from razgaon/feature/ml-explainability
- Added ml explaining
- Added support for multiple papers as input

* Fixed lint issue

* Fixed comments

* Fixed additional comments

* Fixed bug in parsing math equations.

* Removed unnecessary backslash

* Changelog

---------

Co-authored-by: Milena Araujo <milena@raycast.com>
raycastbot added a commit that referenced this pull request Sep 21, 2023
* Add notion_researcher extension

- Update README.md
- Update README.md
- Merge pull request #8 from razgaon/production-preparation
- Fixed bug with semantic scholar and added toast.
- Merge pull request #7 from razgaon/production-preparation
- Improved Semantic Scholar
- Merge pull request #5 from razgaon/razgaon-readme-patch-1
- Merge pull request #6 from razgaon/production-preparation
- Added automatic database creation.
- Update README.md
- Added image
- Added changelog and categories
- Updated icons
- Fixed lint issues
- Merge pull request #4 from razgaon/feature/create-database
- Improved the UI and experience
- Added clear indication when adding papers
- Merge pull request #3 from razgaon/feature/no-duplicates
- Checks if article already exists.
- Merge pull request #2 from razgaon/feature/speed-enhancment
- Changed llm call to be concurrent with other calls.
- Update README.md
- Merge pull request #1 from razgaon/feature/ml-explainability
- Added ml explaining
- Added support for multiple papers as input

* Fixed lint issue

* Fixed comments

* Fixed additional comments

* Fixed bug in parsing math equations.

* Removed unnecessary backslash

* Changelog

* Update notion_researcher extension

- Merge branch \'contributions/merge-1695255364095020000\'
- Pull contributions
- Added more metadata
- Updated readme
- Updated package lock
- Updated packages
- Completed addConcept feature
- Added concept feature to capture rich text(including math)

* Fixed lint issues

* Changed Metadata images

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Milena Araujo <milena@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
colbyfayock added a commit to colbyfayock/raycast-extensions that referenced this pull request Nov 14, 2023
- Merge branch \'contributions/merge-1699995259887285000\'
- Pull contributions
- Merge pull request raycast#8 from colbyfayock/all-contributors/add-doingandlearning
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#7 from doingandlearning/main
- Removes unnecessary function.
- Restructures code to account for early return.
- Updates label
- Adds the ratio urls
- Extracts the imageUrl generation to the helper.
- Merge pull request raycast#6 from colbyfayock/all-contributors/add-daniel-shuy
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#5 from colbyfayock/all-contributors/add-colbyfayock
- docs: create .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#4 from colbyfayock/colbyfayock-patch-1
- Update README.md
- Merge pull request raycast#2 from daniel-shuy/automatic-lint-on-commit
- Automatically run linting and formatting on commit
- Create feature_request.md
- Create bug_report.md
colbyfayock added a commit to colbyfayock/raycast-extensions that referenced this pull request Nov 15, 2023
- changelog
- Merge branch \'contributions/merge-1699995259887285000\'
- Pull contributions
- Merge pull request raycast#8 from colbyfayock/all-contributors/add-doingandlearning
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#7 from doingandlearning/main
- Removes unnecessary function.
- Restructures code to account for early return.
- Updates label
- Adds the ratio urls
- Extracts the imageUrl generation to the helper.
- Merge pull request raycast#6 from colbyfayock/all-contributors/add-daniel-shuy
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#5 from colbyfayock/all-contributors/add-colbyfayock
- docs: create .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#4 from colbyfayock/colbyfayock-patch-1
- Update README.md
- Merge pull request raycast#2 from daniel-shuy/automatic-lint-on-commit
- Automatically run linting and formatting on commit
- Create feature_request.md
- Create bug_report.md
- removing unused dep
- Merge branch \'contributions/merge-1692884369129397000\'
- Pull contributions
- lint
- removing pngpaste as a dependency
- adding search action, abstracting views
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- removing background removal temporarily as it requires a premium add-on
- Update README.md
- adding ability to upload a file by URL
- trying to fix ts error
- prettier
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- removing owner
- Update README.md
- Update README.md
- revertting org name
- owner
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- icon
- Update README.md
- Update README.md
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- package namE
- Update README.md
- init
- Initial commit
pernielsentikaer pushed a commit that referenced this pull request Nov 16, 2023
* Update cloudinary extension

- Merge branch \'contributions/merge-1699995259887285000\'
- Pull contributions
- Merge pull request #8 from colbyfayock/all-contributors/add-doingandlearning
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #7 from doingandlearning/main
- Removes unnecessary function.
- Restructures code to account for early return.
- Updates label
- Adds the ratio urls
- Extracts the imageUrl generation to the helper.
- Merge pull request #6 from colbyfayock/all-contributors/add-daniel-shuy
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #5 from colbyfayock/all-contributors/add-colbyfayock
- docs: create .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #4 from colbyfayock/colbyfayock-patch-1
- Update README.md
- Merge pull request #2 from daniel-shuy/automatic-lint-on-commit
- Automatically run linting and formatting on commit
- Create feature_request.md
- Create bug_report.md

* Update cloudinary extension

- changelog
- Merge branch \'contributions/merge-1699995259887285000\'
- Pull contributions
- Merge pull request #8 from colbyfayock/all-contributors/add-doingandlearning
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #7 from doingandlearning/main
- Removes unnecessary function.
- Restructures code to account for early return.
- Updates label
- Adds the ratio urls
- Extracts the imageUrl generation to the helper.
- Merge pull request #6 from colbyfayock/all-contributors/add-daniel-shuy
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #5 from colbyfayock/all-contributors/add-colbyfayock
- docs: create .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request #4 from colbyfayock/colbyfayock-patch-1
- Update README.md
- Merge pull request #2 from daniel-shuy/automatic-lint-on-commit
- Automatically run linting and formatting on commit
- Create feature_request.md
- Create bug_report.md
- removing unused dep
- Merge branch \'contributions/merge-1692884369129397000\'
- Pull contributions
- lint
- removing pngpaste as a dependency
- adding search action, abstracting views
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- removing background removal temporarily as it requires a premium add-on
- Update README.md
- adding ability to upload a file by URL
- trying to fix ts error
- prettier
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- removing owner
- Update README.md
- Update README.md
- revertting org name
- owner
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- icon
- Update README.md
- Update README.md
- Merge branch \'main\' of github.com:colbyfayock/raycast-cloudinary
- package namE
- Update README.md
- init
- Initial commit
sejas added a commit to sejas/raycast-extensions that referenced this pull request Dec 6, 2023
- Update list of commands screenshot on Readme
- Hosting Command Palette: Prepare metadata and screenshots for submission to the store (raycast#38)
- Fix commands title case to make the linter happier
- Hosting Command Palette: Use extension name as ref for new URLs (raycast#37)
- Fixes grammar error in the description and subtitle of the command (raycast#34)
- Fixes project title to use the right capitalization (raycast#36)
- Hosting Command Palette: Add cache action commands on Raycast (raycast#31)
- Hosting Command Palette: Add more site management commands (raycast#29)
- Hosting Command Palette: Add keywords for each command (raycast#28)
- Hosting Command Palette: Add \'Open Jetpack Scan\' and \'Open Jetpack Social\' (raycast#26)
- Hosting Command Palette: Use Jetpack Cloud for Activity and Backup (raycast#24)
- Hosting Command Palette: Fix command description at root (raycast#32)
- Fix linting issue
- Hosting Command Palette: After selecting a command that opens a web page, the list of sites is empty (raycast#22)
- Hosting Command Palette: Add \'Open Reader\' command (raycast#23)
- Fix linting failure (raycast#25)
- Hosting Command Palette: Add \'View media uploads\' command to Raycast (raycast#20)
- Hosting command Palette: Add url to label (raycast#21)
- Hosting Command Palette: Switch oAuth provider back to \'WordPress.com\' (raycast#19)
- Hosting Command Palette: Change the package.json author  (raycast#13)
- Hosting Command Palette: Fix site item styling (raycast#9)
- Hosting Command Palette: Tweak oAuth connection strings (raycast#17)
- Hosting Command Palette: Fix JP product name (raycast#18)
- Hosting Command Palette: Register additional site management commands for Raycast (raycast#15)
- Add a PULL_REQUEST_TEMPLATE (raycast#14)
- Hosting Command Palette: Apply WordPress.com branding to WordPress.com-specific commands (raycast#12)
- Hosting Command Paltte: Fix lint errors (raycast#11)
- Hosting Command Palette: Navigate to root after site command (raycast#8)
- Hosting Command Pallette: Add navigational commands (raycast#7)
- Hosting Command Palette: Add ssh commands (raycast#5)
- Hosting Command Palette: Add OAuth support (raycast#3)
- Hosting Command Palette: Add running locally docs (raycast#4)
- Hosting Command Pallete: Update the name of the extension (raycast#2)
- Prototype: minor refactor (raycast#1)
- Initial commit using the code from Raycast exploration
- Initial commit
raycastbot added a commit that referenced this pull request Dec 13, 2023
* Add jetpack-commands extension

- Update list of commands screenshot on Readme
- Hosting Command Palette: Prepare metadata and screenshots for submission to the store (#38)
- Fix commands title case to make the linter happier
- Hosting Command Palette: Use extension name as ref for new URLs (#37)
- Fixes grammar error in the description and subtitle of the command (#34)
- Fixes project title to use the right capitalization (#36)
- Hosting Command Palette: Add cache action commands on Raycast (#31)
- Hosting Command Palette: Add more site management commands (#29)
- Hosting Command Palette: Add keywords for each command (#28)
- Hosting Command Palette: Add \'Open Jetpack Scan\' and \'Open Jetpack Social\' (#26)
- Hosting Command Palette: Use Jetpack Cloud for Activity and Backup (#24)
- Hosting Command Palette: Fix command description at root (#32)
- Fix linting issue
- Hosting Command Palette: After selecting a command that opens a web page, the list of sites is empty (#22)
- Hosting Command Palette: Add \'Open Reader\' command (#23)
- Fix linting failure (#25)
- Hosting Command Palette: Add \'View media uploads\' command to Raycast (#20)
- Hosting command Palette: Add url to label (#21)
- Hosting Command Palette: Switch oAuth provider back to \'WordPress.com\' (#19)
- Hosting Command Palette: Change the package.json author  (#13)
- Hosting Command Palette: Fix site item styling (#9)
- Hosting Command Palette: Tweak oAuth connection strings (#17)
- Hosting Command Palette: Fix JP product name (#18)
- Hosting Command Palette: Register additional site management commands for Raycast (#15)
- Add a PULL_REQUEST_TEMPLATE (#14)
- Hosting Command Palette: Apply WordPress.com branding to WordPress.com-specific commands (#12)
- Hosting Command Paltte: Fix lint errors (#11)
- Hosting Command Palette: Navigate to root after site command (#8)
- Hosting Command Pallette: Add navigational commands (#7)
- Hosting Command Palette: Add ssh commands (#5)
- Hosting Command Palette: Add OAuth support (#3)
- Hosting Command Palette: Add running locally docs (#4)
- Hosting Command Pallete: Update the name of the extension (#2)
- Prototype: minor refactor (#1)
- Initial commit using the code from Raycast exploration
- Initial commit

* Using images from metadata

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
gravitinos pushed a commit to gravitinos/raycast-extensions that referenced this pull request Jan 18, 2024
- Update screencast (raycast#7)
- Fix error handling for API (raycast#6)
- Add error handling for fetching resources (raycast#5)
- Fix wordings (raycast#4)
- Add screencast (raycast#3)
- Update README.md (raycast#2)
- Add initial implementation (raycast#1)
- Initial commit
Boosteblume added a commit to Boosteblume/raycast-extensions that referenced this pull request Apr 5, 2024
- move screenshots
- new screens
- Screenshots
- update readme
- small adjustments
- fixed time bug
- run ray lint
- delted unused libs
- type error
- Merge pull request raycast#22 from marcjulianschwarz/12-store-preparation
- Merge pull request raycast#21 from marcjulianschwarz/16-date-fields-required
- check for valid dates and times
- added contributors
- Merge pull request raycast#20 from marcjulianschwarz/19-time-for-confirm-alert
- move confirmation to display selected times
- Merge pull request raycast#18 from marcjulianschwarz/14-add-confirmation-pop-up-when-tracking-time
- added the confirmation for submitting the time
- Merge pull request raycast#15 from marcjulianschwarz/13-pop-to-root-tracktime
- add pop to root
- Update README.md
- First readme
- Merge pull request raycast#11 from marcjulianschwarz/5-for-future-publishing-timezone-needs-to-be-changeable-via-the-settings
- added timezone dropdown and some timezones
- Merge pull request raycast#10 from marcjulianschwarz/9-attendances-loading-indicator
- add loading indicator for attendances list
- Merge pull request raycast#7 from marcjulianschwarz/4-client-secret-and-id
- Merge branch \'main\' into 4-client-secret-and-id
- move client id and secret to preferences
- Merge pull request raycast#6 from marcjulianschwarz/1-language-normalisation
- normalised language to english
- initial commit
raycastbot added a commit that referenced this pull request Apr 18, 2024
* Add personio extension

- move screenshots
- new screens
- Screenshots
- update readme
- small adjustments
- fixed time bug
- run ray lint
- delted unused libs
- type error
- Merge pull request #22 from marcjulianschwarz/12-store-preparation
- Merge pull request #21 from marcjulianschwarz/16-date-fields-required
- check for valid dates and times
- added contributors
- Merge pull request #20 from marcjulianschwarz/19-time-for-confirm-alert
- move confirmation to display selected times
- Merge pull request #18 from marcjulianschwarz/14-add-confirmation-pop-up-when-tracking-time
- added the confirmation for submitting the time
- Merge pull request #15 from marcjulianschwarz/13-pop-to-root-tracktime
- add pop to root
- Update README.md
- First readme
- Merge pull request #11 from marcjulianschwarz/5-for-future-publishing-timezone-needs-to-be-changeable-via-the-settings
- added timezone dropdown and some timezones
- Merge pull request #10 from marcjulianschwarz/9-attendances-loading-indicator
- add loading indicator for attendances list
- Merge pull request #7 from marcjulianschwarz/4-client-secret-and-id
- Merge branch \'main\' into 4-client-secret-and-id
- move client id and secret to preferences
- Merge pull request #6 from marcjulianschwarz/1-language-normalisation
- normalised language to english
- initial commit

* Update personio extension

- Merge pull request #26 from marcjulianschwarz/25-attendance-month-bug
- fix bug by caching individual attendance combinations
- cache values (#24)
- add month selection for attendances command

* Update personio extension

- Merge pull request #29 from marcjulianschwarz/27-stats
- add stats to attendances command
- update cache logs

* Update personio extension

- add new screenshots
- Added use case for submit time
- Hotfixes/ready-for-release (#32)
- Merge pull request #30 from marcjulianschwarz/2-time-noting
- added time noting and changed function name to submit times

* Update personio extension

- linting issues
- await the post request
- change variable name of token to token_

* Update CHANGELOG.md

* Update package.json

* Update personio extension

- Merge branch \'contributions/merge-1713278318830455000\'
- Pull contributions
- remove console error
- wrong credential error message

* linting issues

* refactor and fix authentication issues

* added timezones

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
drillprop added a commit to drillprop/raycast-extensions that referenced this pull request May 8, 2024
- Prepare for store (raycast#15)
- update screenshots in README.md
- Add wta race command (raycast#13)
- update url
- add show player in ranking action
- replace belarussian and russian flag (raycast#12)
- cosmetic adjustments
- remove diactrics when searching (raycast#9)
- Feat/color rank values (raycast#8)
- Add career high (raycast#7)
- update endpoint
- use pnpm
- fix countries
- eslint config
- remove cached state, add player name
- typo and copy
- add metadata
- enable searching
- display live wta ranking
- update react types, to get rid of error
- initial commit
lndgalante added a commit to lndgalante/raycast-extensions that referenced this pull request Oct 17, 2024
- feat: Add deploy:raycast script
- feat: Wrap-up raycast update
- feat: Modify code to match CLI
- feat: Fix broken API tests
- feat: Change stremio codebase to match code-style in subtis
- feat: Standarize project to v0.3.0
- feat: Improve message status in file indexer
- feat: Improve GalaxyRG support
- fix: Broken CLI binary build
- docs: Format URLs table
- feat: Bump project dependencies
- feat: Update readme with CLI instructions
- fix: Broken test
- feat: Wrap-up CLI new UI/UX
- feat: Bump project dependencies
- feat: Wrap-up new CLI with real time indexer!!
- feat: Use production api only
- feat: Improve type definitions in api
- feat: Improve naming in const
- feat: Throw error with cause to display specific message to UI
- feat: Remove clipboardy. Infer fromWebSocket boolean from webscoket key.
- feat: Fix broken script in cli package json
- feat: Deploy new Stremio version
- feat: Re-use subtitle requests by receiving apiClient from the outside
- feat: Demo for socketdex official url
- feat: Use own package api client
- feat: Export webSocket messages schemas
- feat: Create apiClient in indexer
- feat: Shorten supabase link in API responses
- feat: Move links to API to have short links directly in responses
- feat: Add bun env type definitions
- feat: Add WebSocket URLs to bash
- feat: Add WebSocket (Socketdex) to URLs
- feat: Remove repeated file extensions
- feat: Add new environment variables in env template
- feat: Update code to be re-usable between Stremio and other apps
- feat: Improve ws percentages
- feat: Remove background from Stremio
- feat: Update Stremio background
- feat: Move all apiClient to shared
- feat: Skip subtitle link id test
- feat: Update tests to match object avoiding going specific for certain keys
- feat: Update buscar parameter from SubDivx
- feat: Bump project dependencies
- feat: Update Yaak collection file
- feat: Improve API naming of parameters
- docs: Improve initialization script
- feat: Add script to initialize project
- feat: Improve Stremio description
- feat: Remove series in Stremio addonBuilder
- feat: Improve YTS error call
- fix: Avoid getting subtitles for different movies
- feat: Skip tv shows temporary on not found subtitles
- feat: Bump project dependencies
- feat: Bump project dependencies
- feat: Update tests to be automatized when DB gets cleaned-up
- feat:
- feat: Improve getApiClient call
- feat: Add new endpoint to GET title metadata by ID
- feat: Small comment improve
- feat: Update biome schema
- feat: Differentiate conditional into 2 parts
- feat: Bump project dependencies
- feat: Improve EVO and RARBG release groups
- feat: Index movies without debugging mode
- feat: Improve cinema regex filtering
- feat: Bump project dependencies
- feat: Improve supabase indexer by avoiding indexing more than one equal torrent at the same time
- feat: Dispolay less data for not filtered torrents
- feat: Search movies by year in file not found indexer
- feat: Improve indexedBy values
- feat: Improve ampersand and aka support filtering
- feat: Bump project dependencies
- feat: Remove logs
- feat: Bump project dependencies
- feat: Deploy real time indexer to Fly.io
- feat: Remove dockerfile legacy
- feat: Bump project dependencies
- feat: Add new replacer
- feat: Improve support for 2160p and 4K movies
- fix: Improve filtering for subtitle titles that don\'t match current title find
- feat: New cinema recording regex addition
- feat: Add HEVC release groups
- feat: Avoid indexing FORZADO subtitles
- feat: Get title id in response. Avoid getting duplicated titles.
- feat:
- fix: For movies that are not related to their year release date
- feat: Improve API error handling
- feat: Bump project dependencies
- feat: Skip tv shows
- feat: Add new subtitle metadata endpoint
- feat: Add indexer based on supabase INSERT calls
- feat: Add pagination to not found subtitles indexer plus minor fixes
- feat: Add new endpoint for download metadata based on a tv show id and season
- feat: Fix access to SubDivX
- feat: Update project dependencies
- feat: Add YOUTUBE_API_KEY environment variable template
- feat: Bump project dependencies
- feat: Update SubDivX parameters to make it work again
- feat: Improve release group for yts
- feat: Add new query match for YTS
- feat: Return id for release groups and return subtitle group name for subtitle group record
- fix: Watermark for movies
- fix: For special characters like "-"
- feat: Avoid cache on Stremio
- feat: Update fuzzy_search_title plpgsql fn
- feat: Bump project dependencies
- feat: Rollback max timeout to 30s
- feat: Bump project dependencies
- fix: Filter titles that are not related in SubDivX
- feat: Make date_uploaded keys optional for YTS schema
- feat: Remove old log
- feat: Bump project dependencies
- feat: Format release groups
- Merge pull request #24 from lndgalante/mejora-indexador-pelis
- mejora-indexador-pelis
- feat: Safely execute call to SubDivX
- feat: Index only titles with english as original language
- feat: Improve torrents filtering logic
- feat: Bump project dependencies
- feat: Bump project dependencies
- feat: Add URLs to main readme
- feat: Share getStringWithoutSpecialCharacters fn across packages. Update fuzzy_search_title logic to match full title names.
- feat: Filter torrents that doesn\'t match title name
- feat: Store subtitle not found in DB within /file/name/:bytes/:fileName endpoint
- feat: Update Biome configuration to v1.9.0
- feat: Bump project dependencies
- feat: Remove Supabase call
- feat: Remove logs
- feat: Bump project dependencies
- feat: Change torrent_size to string. Remove teaser from Titles table.
- feat: Bump project dependencies
- feat: Support file names without resolution by extracting it
- feat: Bump project dependencies
- feat: Update docs to login with Cloudfare first
- feat: Filter torrents by filter
- feat: Add YTS trackers for torrentStream engine
- feat: Remove table logs
- feat: Get title teaser from YouTube and not from TMDB
- feat: Add IGN channel by Agus
- feat: Bump project dependencies
- feat: Improve API error handling
- feat: Add 1337x provider back
- feat: Bump project dependencies
- feat: Add ability to search tv show by name
- feat: Format code
- feat: Improve metadata for alpha description
- feat: Add script to deploy stremio
- feat: Remove old logs
- feat: Improve stremio app code
- feat: Deploy Stremio to fly.io
- feat: Run stremio project in bun
- feat: Improve Stremio scaffolding
- feat: Update apiBaseUrl
- feat: Wrap up MVP for Stremio
- feat: Send queried_times key in /titles/trending
- feat: Add Walt Disney and Pixar channels
- feat: Bump project dependencies
- feat: Handle error scenarios
- feat: Update collection to support params
- feat: Update collection and format code
- feat: Avoid windows-1251 as a encoding parameter
- feat: Use only first tracker since it breaks magnet
- feat: Add @types/node back
- feat: Fix broken magnet for YTS
- feat: Update PATCH in HTTP collection
- feat: Update POST methods to PATCH
- docs: Update indexer docs
- feat: Update HTTP collection
- feat: Switch from Hoppscotch to Yaak
- feat: Add test for new download season subtitles endpoint
- feat: Add endpoint to return all subtitles for a tv show season
- feat: Remove unused dependency
- feat: Update biome schema version
- feat: Update all broken tests
- feat: Update HTTP collection
- feat: Add new endpoints for trending titles
- feat: Add TODO to TMDB
- feat: Improve watermark to be dynamic for movies
- feat: Use Number.parseInt to get limit in integer
- feat: Bump project dependencies
- feat: Add movie release groups by Agu
- feat: Improve watermark for tv shows
- feat: Check for positive numbers only
- feat: Improve check for positive integer numbers in parameters
- feat: Improve file alternative controller logic
- feat: Improve wording for watermark
- feat: Detect encoding automatically
- feat: Improve watermark indexes
- feat: Improve watermark wording
- feat: Improve subtitle watermark
- fix: Code comment
- feat: Store our first dump
- docs: Add docs to generate SQL dump
- feat: Avoid duplicate bytes on Subtitles table
- feat: Update broken tests
- feat: Add new release groups
- feat: Bump project dependencies
- Merge pull request #23 from lndgalante/agustingarciainf/sub-203-agregar-nuevos-canales-oficiales-de-yt-para-teasers
- agustingarciainf/sub-203-agregar-nuevos-canales-oficiales-de-yt-para-teasers
- feat: Bump project dependencies
- feat: Improve TV Show messages
- feat: Avoid displaying torrent tracker error
- feat: Run saveReleaseGroupsToDb on tv shows as well
- feat: Improve continue message. Avoid duplicated torrents.
- feat: Improve subdivx error message
- feat: Improve YTS naming
- feat: Improve indexer for manual work of improving it
- fix: Watermark bug that tabs make it hidden
- feat: Update collection file
- feat: Update tests suite for subtitles controller
- feat: Remove logs
- feat: Update API tests
- fix: Format biome code
- fix: Bugfix for teasers that have html escaped characters
- feat: Update watermark for tv shows
- feat: Check limit parameter is a number in /titles/recent/:limit
- feat: Bump dependencies
- feat: General code cleanup
- feat: Bump project dependencies
- feat: Update API collection
- fix: Save release groups
- docs: Add update_subtitle_info in the docs
- feat: Add release groups for tv shows (by Agu)
- feat: Add YTS / YIFY support !
- feat: Update broken tests
- feat: Improve indexer on demand
- feat: Use optional try-catch for movies
- feat: Decrease maxTorrents by 5
- feat: Increase max torrents to 20
- feat: Fix broken schemas
- feat: Avoid inserting rows again in release groups
- Merge pull request #22 from lndgalante/feat/AddReleaseGroups
- feat: Wrap up stremio with websockets
- feat/AddReleaseGroups
- feat: Allow comments key to be nullable
- feat: Bump project dependencies
- fix: Broken test. All tests passing.
- feat: Add tests to subtitles and title
- feat: Quick API clean-up
- feat: Remove .cjs file
- feat: Add test suite for subtitle controller
- feat: Clean-up curated channels
- Merge pull request #21 from lndgalante/feat/AddChanels
- feat/AddChanels
- feat: Index by movie name and optionally by year
- feat: Add tests for MAX_LIMIT
- feat: Update tests for titles controllers
- feat: Search by season on teaser
- feat: Bump project dependencies
- feat: Improve /title/teaser endpoint with test
- feat: Move youtube url to title API
- feat: Update collection json
- feat: Improve title handler
- feat: Ignore ssa subtitles
- feat: Add comment for curated channels
- feat: Improve data structure for channel list
- feat: Bump project dependencies
- fix: Loose schema for id in items for YT schema
- feat: Split title and titles endpoints
- feat: Update /title/teaser to find teasers in YT if they do not exists in our DB
- feat: Update Biome config
- feat: Add access token with login
- feat: Add TODO to watermark
- feat: Display id for subtitle groups. Remove unnecesary logo request.
- feat: Bump project dependencies
- feat: Improve timing for subtis watermark
- feat: Bump project dependencies
- feat: Update HTTP collection
- feat: Avoid hitting DB if query is lesser than 3 characters
- fix: Raise exception if there\'s no subtitle found in DB for update_subtitles_info fn
- feat: Sort title serach by title year
- feat: Avoid filtering by title type
- feat: Return a single subtitle for alternative endpoint
- feat: Bump dependencies
- feat: Bump project dependencies
- feat: Improve support for OpenSubtitles
- feat: Run to lowercase once
- feat: Limit to 2 episodes for testing
- feat: Add cam to cinema recording regex
- feat: Add new cinema recording regex
- feat: Bump project dependencies
- feat: Add safe guard checks for numbers
- feat: Type check
- feat: Split subtitles and subtitle controllers
- feat: Merge searchable_opensubtitles_name and searchable_subdivx_name into query_matches
- feat: Bump dependencies
- fix: Avoid erroring the whole indexer when no file are found in torrents
- feat: Sort subtitles by subtitle_group_id in order to return SubDivX first
- feat: Add support for OpenSubtitles
- feat: Bump project dependencies. Remove no longed needed ts-reset.
- feat: Update HTTP collection
- feat: Bump project dependencies
- feat: Final details for WS
- feat: Add WebSocket for not found subtitles
- feat: Format API code
- feat: Bump web dependencies
- feat: Sort subtitle endpoints. Fix duplicates titles.
- feat: Bump dependencies
- feat: Move all metrics and shortener to subtitles
- feat: Add more subtitles to not found mock
- feat: Store all values
- feat: Update dependencies
- feat: Integrate sending emails for JIT indexer
- fix: Avoid running API when importing AppType
- feat: Add validation to check that subtitleId is a number
- feat: Optimization to find by bytes OR title file name to avoid double calls to DB
- feat: Query by title file name or bytes
- feat: Bump dependencies
- feat: Add title_name_without_special_chars in Titles table
- feat: Index movie and tv shows trailers
- feat: Bump dependencies
- feat: Code clean-up
- feat: Update project dependencies
- feat: Add subtitle watermark in file
- feat: Add re-usable and tested getDecodedSubtitleFile fn
- feat: Add isDebugging parameter to indexMovieByName
- feat: Clean-up Stremio addon with fixes
- feat: Update collection HTTP json
- feat: Remove integrations router and endpoints
- feat: Add missing export
- feat: Re-use getDecodedSubtitleFile fn
- feat: Bump project dependencies
- feat: Sort by queried times
- feat: Improve alternative versions endpoint by resolution and release group
- feat: Make email optional. Call API from file indexer.
- feat: Add /not-found enpodint to store file
- fix: Stremio to work with ts-node
- feat: Comment whole error in getSubtitlesForTitle
- feat: Add new release groups
- feat: Improve efficiency of indexer
- feat: Run indexer on file
- feat: Sort imports
- feat: Update collection HTTP API
- feat: Search titles by type i.e. movie or tv-show
- feat: Update fuzzy_search_title fn
- fix: Search alternative subtitles with insensitive case
- feat: Update cron time
- feat: Add final cron to run tv shows and movies indexer, and then not found subtitles indexer
- feat: Iterate not found script
- feat: Add logic to index not found subtitles
- feat: Filter SVG logos
- feat: Remove subtitles files after each indexation. Improve file indexer. Improve YTS support.
- feat: Remove playing sounds on subtitle success
- feat: Store title logo in Titles table
- feat: Update dependencies
- feat: Improve stremio type definitions
- feat: Call insert_subtitle_not_found in indexTitleByFileName
- feat: Update insert_subtitle_not_found on docs
- feat: Send titleFileName through params
- feat: Remove RPC call from endpoints
- feat: Bump project dependencies
- feat: Add search by file possible
- feat: Update HTTP collection
- feat: Remove unused logs
- fix: Duplicated episodes subtitles
- feat: Parse title file name when year doesn\'t exists
- feat: Add tests for /subtitles/tv-show
- fix: All broken tests
- feat: Add limit early return for /recent/:limit endpoint
- feat: Bump project dependencies
- feat: Add endpoint for tv shows to query a specific season or episode
- feat: Bump project dependencies
- feat: Update Stremio plugin to work with series. Fetch subtitle metadata to use ID.
- feat: Parse tracker to remove extra unused data
- feat: Small code refactors
- fix: Zod error message access
- feat: Bump project dependencies
- docs: Improve description
- feat: Update titles controller and endpoint to return title type
- feat: Update fuzzy_search_title docs
- test: Fix broken tests that doesn\'t return title type
- feat: Return title type on subtitles endpoint. Fix repeated bytes on subtitles by filename.
- feat: Enable cache only on production environment
- feat: Return current season and current episode for subtitles
- feat: Update HTTP collection
- fix: Fix all broken tests and type checks
- feat: Make API back up
- feat: Add Torrent table and index it
- feat: Store total seasons and total episodes. Upsert title instead of insert.
- feat: Add support for title and overview in spanish
- feat: Add tests for a serie episode
- feat: Bump project dependencies
- feat: Update project dependencies
- feat: Wrap up indexer refactoring
- feat: Use a single source of file names
- feat: Second refactor iteration for tv show support
- feat: Move more code into its own title type file
- feat: Bump project dependencies
- feat: Begin refactoring for getSubtitlesForTitle to work with movies and tv shows
- feat: Update project dependencies
- docs: Improve DOCS
- feat: Use proper bun install --force
- feat: Hide Sentry DSN in a env variable
- feat: Use version for addon from package.json version key in Stremio app
- feat: Use PORT key in uppercase
- feat: Use node env port
- feat: Run Stremio in Node with ts-node. Convert sentry/bun to sentry/node.
- feat: Integrate Sentry in Stremio addon
- feat: Use spaces in Biome. Update project dependencies.
- docs: Fix packages table on root readme
- feat: Remove tiny-invariant from shared package
- feat: Use fetch API since hono client doesn\'t work with Raycast
- feat: Read file from fs to send bytes to API endpoint
- feat: Remove tiny-invariant. Add zod library.
- feat: Disable style lint rule for Raycast
- feat: Bump project dependencies
- feat: Bump project dependencies
- feat: Update HTTP collection
- feat: Modify metrics endpoint to receive bytes and fileName. Execute new metrics endpoint on CLI and Stremio.
- feat: Display loading message for subtitle download in CLI
- feat: Bump project dependencies
- feat: Add CORS to API
- feat: Bump project dependencies
- feat: Update collection JSON
- feat: Bump project dependencies. Fix broken test.
- feat: Big change to trigger metrics in CLI
- chore: Improve code formatting in stremio app
- feat: Add TODO to avoid duplicated movies from trending subtitles
- feat: Improve type definitions on Stremio addon
- fix: Update Stremio logo
- fix: Type issue on getApiClient utility
- feat: Bump project dependencies
- docs: Improve root project readme
- feat: Update type definitions
- feat: Update gitignore
- feat: Update collection
- fix: All broken tests
- feat: Improve CLI to avoid showing API hono client errors on it
- feat: Collocate cache to specific endpoints. Remove CLI endpoint.
- feat: Use single supabase project
- feat: Format code
- feat: Set cache middleware
- feat: Bump project dependencies
- fix: Broken tests and api calls
- feat: Convert necessary endpoints from POST to GET
- feat: Add /cli route on web to redirect to API in order to expose CLI binary
- fix: Port to redirect to web instead of API
- feat: Add Remix web package. Add route to redirect to API shortener.
- fix: Fix metrics endpoint always returning true
- feat: Bump project dependencies
- feat: Increase type coverage treshold to 100%
- docs: Update HTTP collection for testing
- feat: Bump project dependencies
- docs: Avoid big schema image on root readme
- feat: Add missing test. Update project dependencies. Fix broken types.
- feat: Add shortener API tests
- feat: Add subtitles API tests
- feat: Use same key order for query and schema
- feat: Add getMockEnv for API testing
- feat: Improve Wrangler configuration
- feat: Add types and test:watch script to API package json
- feat: Add .toml to type definitions
- feat: Bump project dependencies
- feat: Add Stremio logo. Code cleanup.
- feat: Standarize use of .match() insteado of .eq()
- feat: Bump project dependencies
- feat: Add schema image into root readme
- feat: Improve progress bar message
- feat: Show progress in indexer
- feat: Add reviewed and uploadedBy columns
- docs: Improve API playground section
- feat: Publish environment JSON for HTTP clients
- docs: Add deploy API tick
- feat: Use simple scaffolding in CLI
- docs: Improve main title
- feat: Use table for packages
- docs: Improve project readme with Good Practices section
- feat: Bump project type definitions
- feat: Add missing type check script
- feat: Run biome check
- feat: Fix broken type defintions
- feat: Remove unused website key
- feat: Remove TODOS and moved to Linear
- feat: Add missing subtitleFileName key used in CLI
- feat: Add security headers middleware to Hono
- feat: Update github actions
- feat: Format raycast code. Add deploy:api to root package json.
- feat: Avoid query duplication. Avoid requesting unnecesary keys.
- feat: Update collection with environment variables
- feat: Change ports from old server the new Hono server
- feat: Move UI package to shared package
- feat: Bump project dependencies
- feat: Improve docs to run project
- feat: Update collection and wrangler config
- feat: Rename to api and worker to subtis
- feat: Migrate from Elysia to Hono framework
- feat: Clean-up CLI scripts
- feat: Clean-up root package json
- feat: Update project dependencies. Update database types and schemas.
- feat: Update biome schema version
- feat: Improve stremio codebase with refactoring and tests
- feat: Update collection and project dependencies
- feat: Download automatically subtitle in CLI
- feat: Show new subtitle short link in CLI
- feat: Small code improvements
- Merge pull request #20 from lndgalante/link-redirect
- feat: Added link redirect endpoint for download
- feat: Improve test coverage
- feat: Add tests for getSubtitleAuthor
- feat: Improve import order
- feat: Improve code duplication
- feat: Improve code test coverage
- feat: Avoid code duplication in codebase
- feat: Update tests and root package json
- feat: Update project deps
- feat: Remove swagger from collection
- feat: Bump project dependencies
- feat: Change mainIndexer fn name
- feat: Use Number for movieId instead of String
- feat: Use fuzzy search RPC call instead of ilike method
- feat: Update Swagger collection
- feat: Group file endpoints. Disable swagger due to bug.
- feat: Bump project dependencies
- feat: Update swagger collection doc
- feat: Add endpoint to return subtitles for a movie given a file name
- feat: Display guide only on user confirmation (CLI)
- feat: Bump project dependencies
- feat: Add support to index a single movie
- fix:
- feat: Save lang to database
- feat: Add lang key support for each subtitle provider getter
- feat: Update database schemas and type definitions
- feat: Bump project dependencies
- feat: Update API dependencies
- feat: Run biome check
- feat: Avoid throwing error on getMovieMetadata
- feat: Add ETRG release group
- feat: Filter torrents with less than 15 seeds
- feat: Add HUZZAH release group
- feat: Improve cinema recordings with new regex value
- feat: Bump project dependencies
- feat: Filter torrents with less than 30 torrents
- feat: Format release groups file
- feat: Add MADSKY release group
- feat: Add SPARKS release group
- feat: Improve YTS release group with YIFY values
- feat: Add 2 new release groups
- feat: Improve YTS release group. Fix broken links for subX value in SubDivX URL.
- feat: Remove terminal-image from CLI.
- feat: Add more CMRG file attributes
- feat: Skip QRips release group since are cinema recordings
- feat: Add Atmos-MRCS release group
- feat: Add EVO and ATMOS-SWTYBLZ release groups
- feat: Add REMUX release group
- feat: Add ACEM release group
- feat: Add new cinema recording string values
- feat: Remove unused release group website key
- feat: Add REVILS new release group
- feat: Improve ETHEL support for SubDivX
- feat: Add instructions to CLI
- feat: Bump project dependencies
- fix: Use match instead of test due to broken filtering with cinema recording regex
- feat: Update API collection
- fix: All broken tests
- fix: Broken indexer tests
- fix: Broken CLI tests
- feat: Bump project dependencies
- feat: Remove sort by subtitleGroupId
- feat: Add support to display poster on CLI
- feat: Add poster and backdrop support in DB
- feat: Add stremio addon scripts to root package json
- feat: Format and lint entire codebase
- docs: Add missing packages in root readme
- feat: Improve shared scaffolding
- docs: Improve overall docs
- feat: Bump project dependencies
- feat: Add stremio controller in API
- feat: Remove zod dependency. Wrap-up stremio addon MVP.
- feat: Add stremio integration endpoint
- feat: Update collection docs with new integrations endpoint
- feat: General code clean-up
- fix: Imports in shared package
- feat: Add stremio package and MVP
- feat: Update deps
- feat: Use separate databases
- fix: Broken tests due to DB reset
- feat: Add SHITBOX release group
- feat: Improve cinema recordings filter
- feat: Increase timeout for seed missing error
- feat: Add PiGNUS release group
- feat: Run new biome lint on CI
- Merge pull request #19 from lndgalante/agustingarciainf/sub-136-agregar-releasegroups-de-la-pagina-2-indexada
- feat: Add HEVC-EVO release group
- feat: Add RABiDS release group
- feat: Add BYNDR release group
- Add KNiVES, Slot and APEX ReleaseGroups
- fix: All broken tests
- feat: Replace ESLint config with Biome
- feat: Bump project dependencies
- feat: Bump project dependencies
- Merge pull request #18 from lndgalante/agustingarciainf/sub-130-agregar-kbox-rg
- feat: Add EniaHD release group
- feat: Add AOC and AccomplishedYak release groups
- feat: Add HDRip-C1NEM4 release group support
- feat: Add possible solution to spanish from Spain subtitles
- feat: Move cinema recordings regex to its own variable
- feat: Add LiLKiM release group support
- feat: Add new query value for YTS in subdvix key
- feat: Lower-case file attributes
- feat: Add support for a list of file attributes. Extend file attribute support for KBOX and FLUX.
- Add KBOX Release group
- feat: Update type-coverage dependency and treshold
- feat: Update supabase dependency
- feat: Update collection to read from HTTP API client
- feat: Add endpoint to get movies by recent release date
- feat: Add release_date to Movies table
- feat: Send bytes to /subtitles/file POST from CLI and Raycast
- feat: Update dev:cli:sample for testing the CLI
- fix:
- Merge pull request #17 from lndgalante/agustingarciainf/sub-124-agregar-rg-x264-lama
- Add LAMA ReleaseGroup
- feat: Bump TOTAL_MOVIES_TO_SEARCH to 10 torrents
- fix: Update SubDivX response zod schema
- feat: Add ETHEL release groups, Add new matcher to YTS.
- feat: Add new matcher for YTS
- feat: Use SUBDIVX_BASE_URL to fetch SubDivX
- feat: Update HTTP JSON collection with new recents endpoint
- feat: Update taze library version
- fix: Fix broken tests on download endpoint
- feat: Return bytes values in subtitles endpoints
- feat: Add /subtitles/recents endpoint
- feat: Update JSON collection to import to HTTP clients
- feat: Find subtitle movie by bytes in case user changed file name
- feat: Bump project dependencies. Use bracket notation to access Bun env.
- feat: Remove Bun specific v1.0.11 in readme. Remove usage of Bun for indexer.
- feat: Improve overall type definitions. Remove old table polyfill.
- feat: Avoid matching by movie title in find method
- feat: Update tests
- feat: Update API tests to match new records
- feat: Update SubDivX core fn to work with new API
- feat: Remove old SubDivx methods
- feat: Remove getSubDivXSearchUrl old call. Execute saveSubtitleGroups.
- feat: Remove JSDOM indexer dependency
- feat: Use string arrays to search release groups in order to find by more than one match
- feat: Update subtitle groups without inserting duplciates
- feat: Export database core models
- feat: Add ms type definitions
- feat: Update DB types and schemas
- fix: Remove db schemas tests
- test: Fix broken tests to match new endpoint structure
- feat: Group endpoints by functionality. Improve controller names.
- feat: Sort porject deps
- feat: Bump project dependencies
- feat: Add perfectionist ESLint plugin to have better sorts
- feat: Add debugging mode so indexer can run on its own without manual pause with confirms
- feat: Display log messages when no torrents are found
- feat: Update project dependencies
- feat: Use indexer to index by a specific year
- feat: Improve query filters for Discover movies endpoint from TMDB
- feat: Add dayjs dependency to indexer
- test: Fix broken tests for trending and getMovieMetadata
- feat: Bump project dependencies
- feat: Add hdcam filter to avoid cinema recordings. Avoid undefined sending through paramms to prettyBytes.
- fix: Sort torrent files by length to avoid catching i.e. a sample.mkv
- fix: Current year to be not current year plus one
- feat: Add ability to skip movies with confirm
- feat: Trigger RPC call to insert subtitle not found
- feat: Add missing steps to update database
- feat: Add SubtitlesNotFound new table
- feat: Bump project dependencies
- feat: Destroy torrent engine on timeout
- feat: Unite by a dot words separated by spaces. Add support for 576p.
- feat: Avoid commiting .rar files
- fix: Display seeds in indexer logs. Timeout when torrent has low amount of seeds.
- feat: Add AAC release group
- feat: Remove unused ESLint rule
- feat: Add code:duplication script to check for duplications
- feat: Use new bun type definitions
- feat: Bump project dependencies
- feat: Improve logs when there\'s no release group supported
- test: Fix OpenSubtitles test and remove only test call
- Merge pull request #15 from lndgalante/nicolasaccetta/sub-102-implementar-patrones-en-package-shared
- test: correct failing cases
- fix: Add try/catch to turl shorten call
- fix(indexer): gracefully continue when the movie doesnt have a release group
- fix(shared): remove spread operator on found release group
- fix(indexer): use release group name when interpolating to create user error message
- refactor: move console table polyfill to its own file
- refactor(ui): create module + move get error message util + get api client
- chore(indexer): remove useless import
- chore(api): add todo to message getter util
- feat(shared): move several utils to other modules + apply new module structure
- fix: Destroy torrent stream engine
- feat: Return null and continue looping for getMovieMetadata call
- fix: Avoid throwing error in getMovieMetadata fn
- feat: Bump project dependencies
- feat: Add root package script to run indexer in Node environment
- feat: Bump supabase dependency
- Merge pull request #16 from lndgalante/leo/fix-1337x-with-piratebay
- fix: Indexer back to life again!!
- fix: use thepiratebay
- feat: Bump project dependencies
- test: Automatically check that release groups in DB are equal to release groups list in the Indexer
- feat: Automatically save unique release groups to DB
- fix: Correct folder path for indexer
- feat: Create folders automatically for indexer in case they don\'t exists
- Merge pull request #14 from lndgalante/agustingarciainf/sub-104-agregar-soporte-a-hevc-release-group-en-el-indexador
- Add HEVC-PSA Release group support
- feat: Bump project dependencies
- refactor: Remove unused zod file and utilities
- feat: Bump threshold to 100
- feat: Remove argenteam from subtitles group
- test: Improve test coverage
- feat: Add download endpoint for metrics
- test: Add a ton of tests to supabase schemas
- feat: Improve type coverage to 100%
- feat: Bump project dependencies
- feat: Add minimum treshold for type coverage
- feat: Ignore coverage-ts generated folder
- feat: Add type definitions coverage
- fix: Add await for RPC call if not doesn\'t work
- feat: Trigger RPC method on cached subtitle branch
- feat: Add listener callback
- feat: Remove unnecesary limit 1 in subtitle controller
- fix: Broken test on db and subtitle controller
- test: Improve code coverage
- feat: Add limit key to trending endpoint
- feat: Skip broken argenteam tests seems API is down
- feat: Bump project dependencies
- feat: Sort imports
- feat: Update project dependencies
- feat: Implement LRU cache for subtitle controller
- fix: Return a single item instead of an array of results
- docs: Change web path to raycast path
- test: Add tests to check Elysia instance and routes definitions
- fix: fuzzy search in movies controller. Adds extra test for fuzzy search.
- feat: Update collection with trending endpoint
- feat: Add trending endpoint. Update lastQueriedAt and queriedTimes in subtitle and subtitles endpoints. Move test to each controller.
- fix: Remove pruneTables fn
- feat: Use @subtis prefix on db package
- feat: Bump project dependencies
- feat: Use new paths for generated type defs and schemas
- Merge pull request #13 from lndgalante/nicolasaccetta/sub-87-iterar-package-db
- feat(db): implement new folder structure
- feat: Bump dependencies. Update tests.
- feat: Use simpler generate script to update DB type defintions and schemas
- Merge pull request #12 from lndgalante/leo/update-pr-template
- feat: Remove unused step
- feat: Use Bun stable version in GH
- feat: Test relative path using PWD from env
- fix: Disable log
- feat: Log PWD temporary
- feat: Add step to set execution permissions for binary file
- feat: Add temporary step to list files in binary folder
- feat: Use bun official step directly
- feat: Compile CLI in GH actions
- fix: Resolve subtis binary
- fix: Avoid resolveSync only for modules
- fix: Disable temporary eslint rules
- fix: Resolve paths correctly for GH actions
- fix: Add run command to avoid running default build bun command
- fix: Resolve imports for GH actions
- feat: Set environment variables in gh action
- docs: Update PR template docs
- feat: Add simple GitHub Action configuration file to lint and test on PRs
- docs: Remove old warning section on main readme
- fix: Remove root file binary
- feat: Run all tests at once with CLI included
- test: Fix tests to match CLI output text
- feat: Accept port in runApi fn
- feat: General code clean-up
- Merge pull request #11 from lndgalante/feat/rework-rework-rework
- chore(eslint): add rules for removing imports automatically
- fix(cli): returns correct errors for every case
- feat(api): rework core file + expose explicit run file to run module
- feat: Add lockfile to gitignore
- test: Use a single it to avoid duplication for both development script and production/binary script
- feat: Bump bun-types definition
- Merge pull request #9 from lndgalante/leo/demo-2
- docs: Avoid shared repetition
- fix: Remove searching text from test
- fix: Use error schema from api/shared
- Merge pull request #8 from lndgalante/leo/demo
- docs: Improve packages with sections
- fix: Remove old ESLint config file
- feat: Use TS for ESlint config file
- docs: Adds PR template
- test: Add Binary tests
- feat: Update bun lockfile
- Merge pull request #7 from lndgalante/feat/rework-cli-app
- fix: Remove unused bin key from package json
- fix: Remove code comment
- fix: Add required_error back. Use ZodIssueCode enum.
- fix: Fix build script
- fix: Move server log to within listen callback
- fix: Avoid relative paths
- feat: Update docs collection for Hoppscotch
- fix: Fix broken tests. Lint fixes. Video file name schema english message in API. Bump dependencies.
- feat(cli): use custom error map in cli arguments union
- fix(shared): rework error name for video file name schema
- fix(api): initialize elisyia wihtin test file
- feat: target run file instead of app
- refactor(api): expose explicit run file to run module + remove server file
- feat(api): rework core file + expose explicit run file to run module
- feat: Remove fileNameHash utility
- feat: Add HEVC-CMRG release group
- feat: Remove fileNameHash no longer necessary
- feat: Display current torrent data in table format
- feat: Display query link for SubDivX
- feat: Copy movie name with year to clipboard in order to paste on subtitle provider website
- feat: Add clipboardy dependency to indexer
- fix: Filter HDTS cine recording quality from torrents array
- feat: Bump dependencies
- fix: Remove web package
- fix: Use type on db type definitions for consistency
- test: Fix 400 broken tests
- feat: Update bun lockfile
- fix: Remove unnecesary as any type assertions
- Revert "feat: Use a single validation library across the codebase and API"
- fix: Use any until we can resolve apiClient
- docs: Update CLI and API docs
- feat: Bump project dependencies.
- test: Add tests to check for payload keys
- feat: Use a single validation library across the codebase and API
- test: Update tests to match database
- fix: Replace backticks. Improve fn name.
- feat: Bump project deps. Update bun lockfile
- test: Fix file shorcut flag from --f to -f
- fix: Remove extra "-" string for file shorcut flag
- fix: Remove file flag on dev:cli
- fix: Remove unneeded CLI log
- feat: Add space jump to provide more space to CLI UI
- feat: Add missing Movie type definition
- fix: Codebase lint issues fixed
- docs: Improve root docs readability
- feat: Update project lockfile
- feat: Ignore binary files
- feat: Update project lockfile
- feat: Disable unecessary node eslint rule
- feat: Add build script to compile binary. Add coverage script.
- fix: Avoid environment variables for CLI since they\'re not being read in compilation
- feat: Rename elysia to server for clarity
- test: Update CLI tests
- feat: Add line jumps when server begin running
- fix: Remove unnecesary node:process
- feat: Display log when app begins running
- feat: Avoid INSERT for duplicated subtitles
- feat: Bump project deps
- docs: Update Database readme section
- test: Fix CLI tests to match intro changes
- test: Add oxdown to fix getSubDivXSearchParams unit tests
- fix: Sort SubDivX results by downloads to query the best subtitle
- fix: Match also by resolution in SubDivx provider
- fix: Remove unused type definitions
- fix: Display intro message only Subtis
- fix: Clean-up code comments
- fix: Remove unused dependencies
- feat: Centralize api client in shared. Remove redis and other unused dependencies.
- Merge pull request #5 from lndgalante/nicolasaccetta/sub-68-aplicar-mismos-patrones-de-apisubtitle-a-apisubtitles
- chore(api): remove unused shared function
- feat(api): extract functions into shared submodule
- feat(api): extract functions into shared submodule
- Merge pull request #6 from lndgalante/nicolasaccetta/sub-72-crear-getter-para-getsubtitles-subtitles-y-getmovies-movies
- feat(api): implement subtitles and movies getters + delete global shared definition
- feat: Update project lockfile
- docs: Clean-up docs
- feat: Exit process in CLI in finally catch.
- feat: Add build script to CLI
- feat: Add colors to CLI
- feat: Improve CLI schema. Add tests.
- feat: Add CLI guidelines
- feat: Bump project dependencies
- fix: Solve and sort imports
- Merge pull request #3 from lndgalante/feat/api-subtitles
- Merge pull request #4 from lndgalante/feat/api-movies
- chore(api): remove unused imports from movies
- feat(api): use validation schemas in movies folder
- feat(api): use validation schemas in subtitles folder
- feat: Create new custom schema from auto-generated supabase schemas
- fix: Broken dev script for api
- fix: Remove unused resolution schema
- fix: Lint new supabase types
- test: Update broken tests
- feat: Update lockfile
- feat: Update DB types. Generate schemas from DB types. Bump dependencies.
- feat: Project cleanup
- feat: Ignore zip files in repo
- Merge pull request #2 from lndgalante/feat/api-file-structure
- chore(api): rename readme file to conventional uppercase
- feat(api): set project type to esm
- feat(api): add @subtis prefix to project name + to root project also
- chore(api): un-ignore subtitles submodule
- revert: do not use @subtis prefix as project name
- chore(api): remove unused folder
- feat(api): apply new arquitecture
- feat: add video file name schema + minor adjustments to pass tests
- revert(api): use previous variable name for consistency
- refactor(api): return successful status code instead of redirection status code
- refactor(api): use nullable instead of null schema validator
- feat(api/subtitle): replace all types with validation schemas + remove try catch
- docs: Add explanation about Bun versioning
- fix: Fix release group detection in getMovieMetadata function to be dynamic
- feat: Add new Edith release group
- feat: Replace invariant with Zod
- fix: Find torrents by movie name and year
- feat: Bump project dependencies
- docs: Add access database section to get access to Supabase
- fix: ESLint issues on new files
- feat: Add scripts to run packages in parallel with the API running. Bump dependencies.
- docs: Improve CLI docs for development
- feat: Add dev:cli:demo script
- docs: Add collection to import in a HTTP client
- feat: Update monorepo dependencies
- fix: Taze broken dep by fixing it to a specific version.
- feat: Update bun lockfile
- feat: Add Helmet and Rate-limit to API
- docs: Add ESLint guide to root readme
- test: Fix broken API endpoint tests
- feat: Disable curly bracets rule to keep consistency
- fix: Style fix
- feat: Sort test scripts in root package json
- fix: Not detecting cinema strings
- feat: Switch warn to error log
- fix: Avoid parallelization of subitle providers call
- feat: Download subtitle to subtitles folder only if it\'s a compressed file. Improve logs.
- feat: Support for Flux. Switch logs to spanish.
- feat: Filter torrents with cinema recordings
- fix: Replace AMZN by FLUX release group
- feat: Add AMZN release group to indexer
- feat: Add log when indexer began searching for subtitles
- docs: Improve main readme
- feat: Update bun lockfile
- feat: Fix .srt files downloaded for OpenSubtitles. Display providers that didn\'t get any match for logs.
- fix: Remove unnused dotenv global dependency
- feat: Replace npx by bunx for main package json scripts
- feat: Update project lockfile
- feat: Get author from subtitle file and save it to DB
- feat: Add README to update database
- fix: Update TMDB schema when backdrop_path is not defined
- fix: Lint warnings and errors fixed
- feat: Bump project dependencies
- fix: CLI  broken tests and make it work separately from all tests
- feat: Bump project dependencies
- feat: Add movies endpoint. Add missing tests.
- feat: Bump project lockfile
- fix: Fix comment ticks for consistency
- feat: Add endpoint to get all subtitles from a movie id
- feat: Improve type definition to getRedisInstance
- feat: Add prefix /v1 to API subtitles POST endpoint
- feat: Move getEnabledSubtitleProviders to feature. Add test to it.
- feat: Update node types deps. Remove extra write flag.
- docs: Add section to install specific Bun version
- feat: Improve logs for indexer
- feat: Add console table support for Bun
- feat: Improve provider getSubtitle fn naming
- feat: Bump project dependencies
- feat: Bump project dependencies. Add single script to update and install deps.
- feat: Remove legacy subtitles indexer. Clean up scripts on root package.json
- feat: Bump project dependencies using taze
- feat: Add script to bump all monorepo dependencies
- fix: Broken tests due to new param changes
- feat: Move buffer utility to shared
- feat: Bump dependencies
- feat: Improve indexer logs. Add fn to toggle subtitle providers.
- fix: Catch errors when torrent is not parseable
- feat: Add isSupported key to each RELASE_GROUP
- feat: Add getSubtitle key in SUBTITLE_GROUPS to map later on
- fix: Remove unnecesary nullish coalescing operator
- feat: Modify core provider subtitle getter to have the same signature across providers
- feat: Add boolean to check if release group is supported or not
- feat: remove ignores
- feat: update bun lockfile
- fix: Broken type definition on test
- fix: Broken import comments. Use type as default syntax.
- feat: Bump redis dependency
- fix: Update dev:cli script
- feat: Bumps project dependencies. Add new global ESLint config.
- feat: Update bun lockfile
- feat: Split TMDB logic into a different file
- feat: Add TMDB value to env template
- feat: Remove unused dependency
- feat: Add script to run new indexer
- feat: Bump project dependencies
- feat: Add new indexer
- feat: Update project subtitle
- feat: Add dependencies for new indexer
- feat: Add disclaimer for indexer
- feat: Use HEAD method to check if link is alive instead of downloading the whole link
- feat: Improve code comments
- feat: General code cleanup
- feat: Update bun lockfile
- feat: Use pattern-matching for getMessageFromStatusCode
- feat: Update bun lockfile
- feat: Rename test coverage global script
- feat: Bump web dependencies.
- feat: Fix indexer tests. Bump indexer dependencies.
- feat: Fix shared tests. Bump dependencies.
- feat: Call getSubtitle without a static zod schema
- feat: Improve code comment over CLI
- feat: Bump raycast dependencies.
- feat: Add tests for supabase. Bump dependencies.
- feat: Update bun lockfile
- feat: Rename subtitle by description key in getMessageFromStatusCode util
- feat: Improve CLI codebase. Add tests for all different scenarios.
- feat: Cleanup CLI dependencies
- feat: Add missing zod dependency over API
- feat: Add API tests. General cleanup.
- feat: Add initial tests for API. Bump dependencies.
- docs: Add fix for sharp dependency over macOS
- feat: Remove template from indexer
- feat: Add Raycast link
- feat: Decrease delay value
- feat: Add root dev script for raycast
- fix: Lint using raycast linter options
- feat: General web cleanup
- refactor: General code cleanup and renaming
- feat: Code cleanup for type definitions
- docs: Add Endpoints section in API readme
- feat: Update Bun lockfile
- feat: Add Upstash support in API
- feat: Add comment sections for each env variable group
- feat: Bump project dependencies
- feat: Add Raycast extension package
- feat: Move error messages to shared package
- fix: Return message key for API error response
- feat: Use the same error naming for CLI
- feat: Improve CLI outro message
- feat: Add dotenv to run indexer with Node due to issues with Bun
- feat: Add drag and drop functionality to UI
- feat: Save short and full subtitle link to DB.
- feat: Support for 480p quality
- fix: Main title on documentation readme
- fix: Links on main readme
- feat: Add TODO in API
- feat: Improve CLI user messages
- feat: Remove old logs
- feat: Add union query to query movies, release group, and subtitle group
- feat: Bump project dependencies
- feat: Prefer type inference over getSubtitleLink
- feat: Short subtitle link directly from indexer
- feat: Clear cache every 1 day. Improve invariant not found conditional.
- feat: Add TODO in API
- feat: Bump dependencies
- feat: Improve subtitle link to download with the same name as movie
- feat: Move type definition file to project root
- feat: Use recommended TS configuration by Bun
- feat: Add TODO to CLI
- feat: Fix task using constant value
- feat: Improve error messages handling in UI
- feat: Use a single type definition source for subtitles
- feat: Improve error messages in API
- fix: Return proper error status code from API
- docs: Fix bun upgrade command
- feat: Improve main readme
- feat: Improve wording on drag and drop subtitle
- feat: Split nav links in 2 sections
- feat: Move fetch logic to action and loaders
- feat: Updaate Bun lockfile
- feat: Bump project dependencies
- feat: Improve shared utils naming for consistency
- feat: Use type imports across the codebase
- feat: Improve code comment in API
- feat: Remove old delay from CLI
- feat: Improve CLI code comments
- feat: Translate CLI to spanish. Improve invariant helpers.
- feat: Improve invariant error handle
- docs: Add readme files for all packages
- docs: improve cli comment
- docs: Replace core fn by core only for simplicity
- feat: Promise.all delay and subtitle fetch
- feat: Improve set handler type definition
- feat: Everything working !!
- feat: Add tests for CLI
- feat: Add web, shared, and api packages
- feat: Update TODOs
- feat: Improve test coverage
- feat: Add breadcrumb errors for each subtitle provider
- feat: Refactor project into Bun and workspaces
- feat: add pnpm support
- feat: Add new TODO item
- feat: add confirmation step to debug through providers
- feat: display movie year on CLI tool
- feat: add new TODO
- feat: Bump project dependencies
- fix: Move @type library to dev dependencies
- docs: Add support table to main readme
- feat: Use prettier for markdown files
- feat: Decrease random delay between 4s and 6s
- test: Increase test timeout for vitest
- refactor: Improve warn log for missing realease group
- feat: Add new TODO for another
- feat: Add vitest coverage needed dependencies
- fix: Remove console logs
- feat: Add coverage folder to gitignore
- fix: Change vitest config filename
- fix: Double up testTimeout to fix YTS get movie test call
- fix: Rename test file to match underlying fn call
- feat: Clean lockfile. Decrease project version. Add nvmrc use script
- test: Fix os tests to check if subtitleLink is a string since this always changes
- feat: Add file to use recommended node version
- feat: Fix fn name calls. Export fn supabase env variables
- feat: Add mock service worker dependency
- test: Add tests for file name extension
- feat: Short fn naming
- test: Add tests for release and subtitle groups
- feat: Play sound when a subtitle is found
- test: Add extra unit test for open subtitles
- feat: Add OpenSubtitles unit tests. Rename subtitle getters fns.
- refactor: Comment url shortener to a minute
- fix: Change getFullImdbId parameters type definitions to number
- fix: Format test files through Rome
- test: Add imdb helpers unit tests
- refactor: Add code comments and missing type definitions
- feat: Improve OpenSubtitles environment variables parsing
- feat: Improve environment variable parsing for supabase
- feat: Add TODO to indexer
- feat: Add missing dev dependency. Bump dependencies.
- feat: Improve CLI by a lot
- fix: Avoid supabase warning by disabling session persist
- feat: Enable back subdivx and argenteam for indexing
- feat: Ignore video mp4 files
- feat: Add clack prompts. Bump dependencies.
- feat: Add new TODO
- feat: Create a single instance of supabase client
- feat: Add new support table
- feat: Return specific searchableOpenSubtitlesName for each release group
- feat: Use new getImdbLink helper
- feat: Improve filtering OS subtitles by release group and resolution
- feat: Add searchable OS name
- feat: Add helper to create imdb full link
- feat: Handle downloading SRT files
- fix: Remove try/catch block from OpenSubtitles
- feat: Add zod schemas for OpenSubtitles
- feat: Use subtitle group name instead of hardcoding it
- feat: Add OpenSubtitles data
- feat: Add new TODO
- feat: Use stripped down version of imdbId
- fix: dev script in package json
- feat: Bump dependencies
- feat: Rename app to indexer. Add cli file.
- feat: Add initial support for OpenSubtitles
- feat: remove downloaded files when are no longer needed. return file to download from supabase
- refactor: single-line type definitions
- feat: add fileName and fileNameExtension to Subtitles table
- feat: Add TODO comment to App
- feat: add new TODOs to app
- feat: Add TODO. Add console warning when release group is not supported.
- refactor: General refactor to the whole project
- feat: added support table in Notion
- feat: added support table in Notion
- feat: added support table in Notion
- feat: added support table in Notion
- feat: bump timeout for vitest
- feat: use HTTPS for argenteam API
- feat: use HTTPS for argenteam API
- feat: use HTTPS for argenteam API
- feat: use HTTPS for argenteam API
- feat: Add type checking, ts-reset. Fix type definitions.
- feat: Bump dependencies. Add TODOs.
- feat: Integrate Argenteam into indexer
- feat: improve argenteam to integrate later on into indexer. add support to rightnow.
- feat: add TODOs to argenteam
- feat: add Argenteam subtitle getter function
- fix: YTS movie and torrent date uploaded schemas are optional
- fix: save movie name without year in it
- feat: add zod schemas for YTS-MX API. bump dependencies
- feat: add TODO for zod schemas
- feat: add new TODO
- feat: avoid getting subtitles for movies already fetched
- feat: add Rome for linting and formatting
- fix: lint-staged with vitest
- feat: add supabase type definitions. bump dependencies
- feat: Add SubtitleGroups table
- feat: Add Release Groups data
- feat: Update vitest dependency
- fix: Update lockfile
- feat: Add unit tests. Separate logic into specific files.
- feat: demo husky
- feat: demo husky
- feat: demo husky
- feat: demo husky
- feat: demo husky
- feat: demo husky
- feat: run test on any filechange
- feat: run test on any filechange
- feat: run test on any filechange
- feat: add lint-staged to test on precommit
- docs: Add diagrams links
- refactor: Replace lodash for custom array utility
- feat: Rename indexer for specific release group
- feat: Add npm libraries
- feat: Add TODOs items
- feat: Re-organize TODOs
- feat: Improve type definitions for all fns
- feat: Add TypeScript and missing type definitions
- feat: Add complete TSConfig file
- feat: Add support for replaceAll for tsconfig
- feat: Add more tests for getMovieData
- feat: Add initial tests for getMovieData
- feat: Handle more than one page in subdivx
- feat: Add code comments
- feat: Improve code comments for indexer
- feat: Add initial MVP for indexer
- feat: Add initial MVP
- Initial commit
Parajulibkrm added a commit to Parajulibkrm/raycast-extensions that referenced this pull request Nov 9, 2024
- initial features
- Merge pull request raycast#103 from axyut/port-to-oslo
- fix: expire session conditional
- feat: completely removed lucia-auth dependency
- minor changes
- fix: 🐛 no day selection on !isSameMonth
- feat: ✨ internal package for query
- feat: ✨ types package
- fix: minor
- refactor
- deps: change nepali date package
- backend: auth, google calendar integration
- Basic UI components
- minor fixes
- Added raycast initial
- feat: ✨ Migrated to v51 for expo
- initial commit
- added gitignore
- ignore turbo
- Added gitignores
- cleanup
- feat: ✨ Added announcement
- typo
- fix: 💄 view all events button not spanning full width
- chore: bump date package version
- fix: set fixed height of day cells
- Merge pull request raycast#64 from nabinkdl/main
- Update About.tsx
- Merge pull request raycast#60 from pandeysubash404/event-display
- Merge pull request raycast#61 from yuvrajdahal/main
- Merge pull request raycast#63 from PoskOfficial/fix/issue62
- fix: 🐛 app crashing on switching months
- Synchorization issue with previous code
- English date converter crashing fixed
- English date converter crashing fixed
- fix: 🚑 Update user logic on signin bug fix
- Updated to display today\'s date
- fix: 🐛 Update db information on sign in
- Merge pull request raycast#59 from pandeysubash404/event-display
- chore: 🐛 Fixed Positioning of Relative Date on Homepage
- chore: ♻️ Made the event string logic declarative
- conveys the logic in a more declarative manner
- adjustments to the relativeTimeFromElapsed function
- fixed event issue and hide user data from console
- Fixed the issue related event display
- Merge pull request raycast#57 from pandeysubash404/fix-date-issue
- chore: ➖ Removed Jest Dev Dependency
- Removed package-lock.json and added pnpm-lock.yaml as requested
- Remove pnpm dependency as requested by repository owner
- Fix date issue in input field
- Changed readme
- Create LICENSE
- Updated type definitions
- Merge pull request raycast#52 from nabin-kandel/main
- Merge branch \'PoskOfficial:main\' into main
- chore: ✨ updated screenshots
- ScreenShot Updated
- Merge pull request raycast#50 from PoskOfficial/develop
- fix: 🐛 page reloading in mobile view
- Merge pull request raycast#49 from nabin-kandel/main
- Added Open graph Description
- Update Readme.md
- Added og image
- Merge pull request raycast#48 from nabin-kandel/main
- Added banner image
- Merge pull request raycast#47 from PoskOfficial/fix_create_event_date
- style: 💄 changed footer border color
- fix: 🐛 event end and start date off by 1
- Added missing lock files
- Added missing lock files
- Merge pull request raycast#46 from PoskOfficial/develop
- chore: ✏️ updated translation values
- chore: ⚰️ removed unused translations
- feat: ✨ added footer
- moved imports
- Deleted large file
- Added update logic
- chore: 🚧 Added new SW
- Merge pull request raycast#45 from PoskOfficial/datepicker_fix
- style: 💄 fixed spinner\'s wrong positioning
- fix: 🐛 month date picker value offset by -1
- fix: 🐛 corrected photo url
- fix: 🐛 Fixed User Query issue
- fix: 🐛
- feat: 🐛 Added offline support to react query
- Added calendar picker to event creation modal
- fix: 🐛 Fixed width issues in homepage
- Removed unused param
- Made time field required
- fix: 🐛 Removed unnecessary console logs
- fix: 🐛 Fixed some UI Bugs
- Added missing adhik to english translation of chandrama
- fix: ⚰️ Removed redundant code
- fix: 🐛 Fixed Spinner Size
- perf: ⚡ Refactored for performance and readability
- Merge pull request raycast#43 from PoskOfficial/dark_mode
- style: 💄 added dark mode to the event dialogue
- feat: ✨ Added Analytics to install btn
- feat: ✨ added access role to events
- feat: ✨ Added endpoint to get calendar list
- Merge pull request raycast#42 from PoskOfficial/dark_mode
- fix: 💚 fixed build removing unused imports
- Merge branch \'main\' into dark_mode
- feat: ✨ added styles for dark mode
- feat: ✨ Added support for multiple calendars on backend
- feat: ✨ Added Analytics
- Merge pull request raycast#41 from PoskOfficial/nischal
- Merge branch \'nischal\' of https://github.com/PoskOfficial/Nepali-calendar-web into nischal
- fix: 🐛 fixed minor bug during language translation in dropdown
- fix language issue
- Merge remote-tracking branch \'origin/main\' into
- changes in translation files
- js to ts file
- Removed unused files
- Merge remote-tracking branch \'origin/main\' into nischal
- feat: ✨ Stored Dark Mode setting in local storage
- spinner in upcoming events page
- hide language change buttons
- feat: 🚧 added date difference string to single upcoming event, and setup language translation for date converter page
- Fixed ts issues in i18next
- Fixed Hamburger color
- Added Dark Mode Strategy to tailwind
- Refactored
- Bug fixes
- Added contact details in about page
- feat: ✨ Added credits in About Page
- bug fixes
- docs: 📝 Changed translation of Home
- fix: 🐛 Fixed Crash on clear
- Merge pull request raycast#40 from PoskOfficial/user_settings_disclosure
- refactor: ♻️ used higher quality icon for sign in with google
- refactor: ♻️ used sign in with google icon instead of text
- feat: ✨ added a disclosure to switch languages
- Added missing lock file
- Merge branch \'main\' of https://github.com/PoskOfficial/Nepali-calendar-web
- Added about page
- fix: ✨ Increased cookie life
- Merge pull request raycast#39 from PoskOfficial/nischal
- refactor: 🚚 moved useLanguage to helper and renamed useUser
- fix: 💚 removed unused imports, changed useLangauge name
- Merge remote-tracking branch \'origin/main\' into nischal
- feat: 🚧 added uselangauge hook,
- calendar date , reminder text and upcoming
- Merge pull request raycast#38 from poudelsanchit/main
- Merge branch \'main\' into pr/poudelsanchit/38
- Fix some linting errors
- fix: 🐛 Fixed no update on logout
- feat: ✨ Added Install Toaster Popup
- feat: ✨ Add PWA Install Button
- Added app shortcuts
- feat: ✨ Added Screenshots on install screen
- feat: 🐛 Added support for offline first in react query
- feat: ✨ DateConverter
- feat: ✨ Cached api response
- fix: 🐛 Fixed No event fetched on month change
- Bug fixes
- Merge pull request raycast#37 from PoskOfficial/add_react_query
- fix: 🩹 checked for loading state for rendering events list
- fix: ⚰️ removed unused imports
- Merge branch \'main\' into add_react_query
- fix: 🐛 off by 1 error in chandrama
- feat: ✨ added react query
- Added new logo
- feat: 🚧 progressed with the feature
- docs: 📝 Added Fork and setup instructions
- feat: 🚧 language translation
- Merge pull request raycast#36 from PoskOfficial/feat_nepali_date_picker
- Merge branch \'main\' into feat_nepali_date_picker
- fix: 🐛 next month to the selection being selected
- Merge branch \'feat_nepali_date_picker\' of github.com:PoskOfficial/Nepali-calendar-web into feat_nepali_date_picker
- fix: 🐛 end and start time, timezone error
- added node modules to gitignore
- Merge pull request raycast#35 from PoskOfficial/nischal
- Merge branch \'main\' into nischal
- added gitignore
- chore: Added single command to install both frontend and backend
- feat: ✨ added nepali date picker
- feat: ✨ added a popup modal for each reminder
- popup modal for single event
- Merge pull request raycast#34 from PoskOfficial/google_cal_compatible
- refactor: ♻️ made start and end date logic declarative
- fix: 🐛 multi day all day events not showing up
- Merge remote-tracking branch \'origin/main\' into nischal
- feat: 🚧 events popup
- feat: ✨ event date time compatible with google calendar
- feat: ✨ Added Delete Event Route
- feat: ✨ Added event background sync
- Merge pull request raycast#14 from PoskOfficial/nischal
- fixes in calendar.tsx
- feat: ✨ Added event color dot
- Added Event Creation and List
- feat: ✨ Fetched Event List from backend
- Added build step to docs
- docs: 📝 Added Readme
- added lib to gitignore
- feat: 🌱 Added missing files
- Added deta space configuration
- Merge branch \'main\' of https://github.com/Parajulibkrm/calendar-backend
- moved to backend folder
- moved files to frontend/
- feat: ✨ Added Google Authentication
- feat: ✨ Added Privacy Policy
- Merge pull request raycast#13 from nirajacharyaa/main
- Merge branch \'main\' into main
- fix: 🐛 Escaped APi Route from Client side cache
- feat: ✨ Changed hashrouter to browserrouter
- Fixed auth links cache issue
- fix: 🐛 upcoming events and minor styles
- Added Sign In
- Styling bug fixes
- Added a navbar
- Merge pull request raycast#12 from nirajacharyaa/view-added-events
- fix: 💚 build fix
- feat: ✨ user events modal and view events
- added .env to giitignore
- initial commit
- refactor: 🔥 Removed image for floating action button
- Merge pull request raycast#11 from PoskOfficial/popupmodal
- Reminder popup modal for indivdual day
- Merge branch \'main\' of https://github.com/PoskOfficial/Nepali-calendar-web
- added reminder popup
- feat: 🐛 fixed off by one error
- feat: ✨ Added upcoming events page. credit: @headshigh
- feat: ✨ Added Multiple Event List for each day
- Merge pull request raycast#10 from PoskOfficial/pwa-setup
- chore: 🐛 Fixed PWA issue
- chore: ✨ Added PWA configuration
- Merge pull request raycast#8 from nirajacharyaa/load_calendar_data
- fix: 🐛 Bug Fixes
- fix: minor changes
- Update issue templates
- Update issue templates
- Revert "Merge branch \'main\' into load_calendar_data"
- Merge branch \'main\' into load_calendar_data
- fix: events dots
- minor fixes
- Bug fixes
- fix: 🐛 Fixed off by one error
- memoized
- set selected day to today
- Merge pull request raycast#7 from PoskOfficial/nischal
- ts error fix
- lockfileversion
- improvements
- chore: loaded calendar data
- upcoming events page incomplete
- Merge branch \'main\' of https://github.com/PoskOfficial/Nepali-calendar-web
- chore: 🍱 Added Calendar Files
- Update issue templates
- fixed type warnings
- chore: 🎉 Initial Commit
lachiejames added a commit to lachiejames/raycast-extensions that referenced this pull request Dec 21, 2024
- docs: update README (raycast#23)
- docs: add changelog (raycast#22)
- feat: add Node.js version management and CI unit testing workflow (raycast#21)
- security: bump cross-spawn to 7.0.6 (raycast#20)
- fix: removes refs to default hotkey (raycast#19)
- fix: refactor into separate files (raycast#18)
- fix: add more comments (raycast#17)
- fix: add unit tests (raycast#16)
- fix: refactor into AudioManager (raycast#15)
- fix: remove \'play-sound\' dependency (raycast#14)
- Revert "fix: refactor into separate files (raycast#10)" (raycast#13)
- Revert "fix: add more README instructions (raycast#11)" (raycast#12)
- fix: add more README instructions (raycast#11)
- fix: refactor into separate files (raycast#10)
- feat: rename extension to \'ElevenLabs TTS\' (raycast#9)
- fix: update extension icon (raycast#8)
- fix: run prettier (raycast#7)
- fix: pin dependencies (raycast#6)
- fix: add more comments (raycast#5)
- fix: add more logging and error handling (raycast#4)
- fix: use websockets for faster TTS streaming (raycast#3)
- fix: add toasts for UI feedback (raycast#2)
- feat: use elevenlabs for TTS since it\'s better (raycast#1)
- initial commit
lachiejames added a commit to lachiejames/raycast-extensions that referenced this pull request Jan 3, 2025
- chore: apply changes from Raycast collaborator (raycast#28)
- fix: check file exists before cleanup (raycast#27)
- fix: show error toast for invalid ElevenLabs API key (raycast#26)
- refactor: use auto-generated Raycast preference types (raycast#25)
- docs: move images to images/ folder (raycast#24)
- docs: update README (raycast#23)
- docs: add changelog (raycast#22)
- feat: add Node.js version management and CI unit testing workflow (raycast#21)
- security: bump cross-spawn to 7.0.6 (raycast#20)
- fix: removes refs to default hotkey (raycast#19)
- fix: refactor into separate files (raycast#18)
- fix: add more comments (raycast#17)
- fix: add unit tests (raycast#16)
- fix: refactor into AudioManager (raycast#15)
- fix: remove \'play-sound\' dependency (raycast#14)
- Revert "fix: refactor into separate files (raycast#10)" (raycast#13)
- Revert "fix: add more README instructions (raycast#11)" (raycast#12)
- fix: add more README instructions (raycast#11)
- fix: refactor into separate files (raycast#10)
- feat: rename extension to \'ElevenLabs TTS\' (raycast#9)
- fix: update extension icon (raycast#8)
- fix: run prettier (raycast#7)
- fix: pin dependencies (raycast#6)
- fix: add more comments (raycast#5)
- fix: add more logging and error handling (raycast#4)
- fix: use websockets for faster TTS streaming (raycast#3)
- fix: add toasts for UI feedback (raycast#2)
- feat: use elevenlabs for TTS since it\'s better (raycast#1)
- initial commit
cballenar added a commit to cballenar/raycast-extensions that referenced this pull request Feb 28, 2025
- Merge pull request raycast#7 from cballenar/feature/allow-project-creation
- Fixes lint issues.
- Changes error checking to an assertion.
- Show errors in toasts.
- Adds sanitization step.
- Swaps hud in open action.
- Adds list item with create action. - Adds basic path checking - Checks if directory exists, otherwise creates it
raycastbot added a commit that referenced this pull request Mar 2, 2025
* Add nuxt-ui extension

- up
- Merge remote-tracking branch \'origin/main\'
- up
- Merge pull request #6 from HugoRCD/renovate/all-minor-patch
- Update all non-major dependencies
- fix lint
- fix page pro component search
- up
- up
- up
- up
- up
- up
- up
- some fixes
- some fixes
- up
- add version preferences
- Merge pull request #3 from HugoRCD/renovate/all-minor-patch
- add all pro components
- Update all non-major dependencies
- add banner
- fix lint
- Merge pull request #1 from HugoRCD/renovate/configure
- up
- Add renovate.json
- init repo

* Update nuxt-ui extension

- up
- Merge branch \'main\' into feat/5
- Merge remote-tracking branch \'origin/renovate/node-22.x\'
- Merge remote-tracking branch \'origin/renovate/major-react-monorepo\'
- Merge remote-tracking branch \'origin/renovate/major-eslint-monorepo\'
- up
- Update devDependency eslint to v9
- Update devDependency @types/react to v19
- Update devDependency @types/node to v22
- Merge remote-tracking branch \'origin/main\' into feat/5
- feat: handle prose component
- Merge pull request #7 from HugoRCD/renovate/all-minor-patch
- Update dependency @raycast/api to ^1.92.1

* Update nuxt-ui extension

- up
- Merge branch \'feat/5\'
- up
- up
- some fixes from code review
- Merge pull request #14 from HugoRCD/renovate/all-minor-patch
- chore(deps): update all non-major dependencies
- Merge pull request #12 from HugoRCD/renovate/all-minor-patch
- chore(deps): update devdependency prettier to ^3.5.2
- Merge pull request #11 from HugoRCD/feat/5

* Update nuxt-ui extension

- up
- up
- up
- up
- up
- up
- up
- up
- up
- up
- lint fix
- feat: implement new `@nuxt-ui` AI extension

* Add files via upload

* Add files via upload

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
raycastbot added a commit that referenced this pull request Mar 11, 2025
* Add coin-caster extension

- Merge pull request #16 from chase-manning/fix-issue-with-no-results
- Merge pull request #15 from chase-manning/add-categories
- fix issue with no results
- Merge pull request #14 from chase-manning/update-readme
- add categories
- update readme
- Merge pull request #13 from chase-manning/token-prices
- update command to token prices
- Merge pull request #12 from chase-manning/fix-linting
- resize image to fix linting
- Merge pull request #10 from chase-manning/add-ci
- install dependancies for linting
- change ci to only run for prs
- Merge pull request #9 from chase-manning/shorter-decimals
- add ci
- change decimals to be a bit simpler
- Merge pull request #7 from chase-manning/add-chart
- Merge pull request #8 from chase-manning/svg-chart
- minor formatting change
- minor formatting changes
- Generate the chart in SVG rather than using a remote service
- exclude data older than a day
- add chart to token details page
- feat: Enable chart query conditionally based on query parameter
- feat: Add useChart hook for chart data management
- fix: Prevent chart rendering error by checking data availability before rendering
- feat: Add chart display for token price data in TickerListItem component
- Merge pull request #6 from chase-manning/update-logo
- Merge pull request #5 from chase-manning/duplicate-symbols
- update logo
- fix issue with duplicate symbols
- Update the logo
- Merge pull request #3 from chase-manning/use-coingecko-api
- Avoid duplicated symbols
- Remove watchlist command
- Sort by market cap
- Fix issue with cached results
- Only show data from coingecko
- Use Coingecko API
- Merge pull request #4 from chase-manning/add-icon
- Add icon
- Merge pull request #2 from chase-manning/add-favorites
- Rename favorite to watchlist and add watchlist command
- Persist queries to make loading faster
- Change default action
- Add favorites feature and use detail to show price
- 📦 add description
- Merge pull request #1 from chase-manning/use-wrapper-api
- Use wrapper API instead of directly calling api ninja
- 🎉 initial commit

* Update token-prices.tsx

* Update package.json

* metadta

* Update package-lock.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
lisaross added a commit to lisaross/raycast-extensions that referenced this pull request Apr 5, 2025
- docs: update memory bank with build process best practices
- style: apply Prettier formatting to source files
- fix: update Prettier config to use non-deprecated option
- build: add Prettier formatting to dev and build processes
- docs: update CHANGELOG with indentation hierarchy fix
- docs: update memory bank to reflect indentation hierarchy fix
- Merge pull request raycast#11 from lisaross/issue-10-fix-indentation-hierarchy
- fix: indentation hierarchy for bullet points under headings raycast#10
- Update CHANGELOG.md for version 1.2.0 release (fixes raycast#7)
- docs: update memory bank with Limitless Pendant implementation process
lisaross added a commit to lisaross/raycast-extensions that referenced this pull request Apr 6, 2025
- docs: update README with new extension name
- docs: update changelog with name change
- chore: rename extension to tana-paste-for-raycast
- chore: remove GREPTILE_CHECKLIST.md as all issues have been addressed
- style: fix formatting issues
- chore: bump version to 1.4.2 and update changelog
- refactor: break down complex date regex into named components with comprehensive test
- refactor: extract magic indentation values to named constants
- docs: update memory bank with Prettier configuration details
- chore: configure Prettier to format Markdown files with trailing newlines
- style: add trailing newlines to memory-bank markdown files
- style: add trailing newlines to memory-bank markdown files
- style: add trailing newlines to additional example files
- style: add trailing newlines to example files
- chore: update version to 1.4.1 and update changelog
- chore: remove duplicate files reintroduced by pull-contributions
- Pull contributions
- fix: update Jest configuration to correctly find tests raycast#12
- docs: update memory bank with cleanup details raycast#12
- chore: clean up project structure and organize examples raycast#12
- Merge branch \'contributions/merge-1743955576661\'
- Pull contributions
- Pull contributions
- docs: update memory bank with build process best practices
- style: apply Prettier formatting to source files
- fix: update Prettier config to use non-deprecated option
- build: add Prettier formatting to dev and build processes
- docs: update CHANGELOG with indentation hierarchy fix
- docs: update memory bank to reflect indentation hierarchy fix
- Merge pull request raycast#11 from lisaross/issue-10-fix-indentation-hierarchy
- fix: indentation hierarchy for bullet points under headings raycast#10
- Update CHANGELOG.md for version 1.2.0 release (fixes raycast#7)
- docs: update memory bank with Limitless Pendant implementation process
- style: apply linting fixes
- chore: bump version to 1.3.0
- Merge pull request raycast#9 from lisaross/issue-8-limitless-pendant-support
- feat: add support for Limitless Pendant transcription format raycast#8
- Initialize memory bank with core documentation files including project overview, context, progress, and technical details for Tana Paste
- Update package-lock.json
- Prepare version 1.2.0 for release
- Merge pull request raycast#6 from lisaross/fix/5-claude-markdown-formatting
- Resolve merge conflicts
- Clean up test directory structure and organize test data
- Consolidate tests into Jest framework and update test scripts
- Update dev script to run tests before starting development server
- Add Jest unit tests and issue documentation
- Add Jest testing infrastructure and update package.json
- Fix standard markdown formatting issues with bold text and indentation hierarchy
- chore: add Jest configuration and update dependencies for testing
- chore: update package-lock.json with latest dependencies
- chore: update version to 1.1.0 to match changelog
- Add YouTube transcript example for testing
- Fix linting issues
- Add support for YouTube transcript timestamps as separate nodes raycast#4
- Fix code formatting issues
- Update version to 1.0.1 and add changelog entry
- Fix bullet point and lettered list formatting in Tana converter
- Add CHANGELOG.md documenting initial release features
- Clean up linting configurations and update source code formatting
- Fix linting configuration for ESLint 9 and update package.json type for ES modules
- Fix linting issues by exporting processTableRow function and updating ESLint configuration
- Update command icon with more obvious rounded edges
- Fix Raycast store submission requirements: update author format, fix title casing, add custom command icon, install ESLint and Prettier
- Add publish script to package.json for Raycast Store submission
- Update README.md to highlight recent Python script improvements
- Update tana_converter.py to match recent TypeScript improvements: enhanced field detection, improved handling of bracketed elements, and fixed link processing
- Improve indentation of headings and content in Tana output
- Fix issue raycast#2: Prevent regular text with colons from being converted to fields
- Refactor inline formatting in tana-converter.ts to improve handling of bracketed elements and links. Preserve regular bracketed text and enhance image and link syntax processing. Add new test files for bracketed elements, real tags, and tag handling to ensure comprehensive coverage and validate changes.
- Add Python script for Tana Paste format conversion and update README.md with backup solution details. Include usage instructions, requirements, and features of the script for alternative content processing.
- Update README.md to remove the mention of real-time preview in edit mode and clarify usage instructions by adding a reference to examples in the examples directory for testing.
- Update package.json to change the title from "Tana Paste" to "Tana Paste For Raycast" for improved clarity and branding.
- remove python reference
- Update package dependencies to latest versions, including TypeScript 5.8.2 and @types/react 18.3.18. Modify author name in package.json for proper attribution. Enhance paste-and-edit component structure by wrapping actions in a dedicated ActionPanel.Section for improved organization.
- Add markdown examples for Tana Paste format in all-features and all-features-markdown files; enhance utility functions in tana-converter.ts for improved date parsing and inline formatting. Ensure adherence to TypeScript strict typing and functional programming principles.
- Update README.md to include new features for clipboard conversion to Tana Paste format, such as quick clipboard conversion, paste and edit interface, and direct text selection conversion. Enhance technical details section with information on TypeScript implementation, error handling, and functional programming principles.
- Add selected-to-tana command for converting selected text to Tana format; enhance paste-and-edit command with clipboard initialization on mount and improved error handling. Update type definitions and utility functions for better text processing.
- Enhance paste-and-edit and quick-clipboard-to-tana commands to open Tana application after converting text. Implement error handling for the opening process and update success messages accordingly.
- Refactor clipboard-to-tana command to quick-clipboard-to-tana; introduce new paste-and-edit command for enhanced user experience. Update type definitions and improve error handling. Add utility functions for text conversion to Tana format, ensuring adherence to TypeScript strict typing and functional programming principles.
- Enhance clipboard-to-tana command with structured text processing; introduce new utility functions for URL and email formatting, and improve error handling. Add comprehensive parsing for various text elements, including lists and line breaks, while ensuring strict TypeScript typing and functional programming principles are followed.
- Update README.md to reflect Raycast extension functionality; enhance installation and usage instructions for clipboard conversion to Tana Paste format.
- Refactor and implement clipboard-to-tana command; update dependencies and TypeScript configuration. Added new type definitions for Raycast environment and removed deprecated convert-markdown component.
- first commit
raycastbot added a commit that referenced this pull request Apr 9, 2025
* Add image-flow extension

- update name
- update name
- update icon
- update readme
- resolve package.json during publish
- remove unused code
- unified filename as yaml
- support quick generate sample config
- support quick generate sample config
- Merge pull request #7 from godruoyi/lianbo/configurable-workflow-file
- update readme
- support configurage workflow file
- Merge pull request #6 from godruoyi/logger
- finish logger
- wip
- optimize image process flow
- process online image is not support yet
- wip
- Merge pull request #5 from godruoyi/lianbo/support-process-image-from-clipboard
- cannot process image when its big size and copy from website
- fix when image ext is null
- support process image from clipboard
- Add todo
- Add rename action
- Update readme
- Update readme
- update demo video
- fix clipboard cannot copy url content
- New action clipboard and tomarkdown
- base workflow finish
- support show progressing in raycast detail
- support show progressing in raycast detail
- support show progressing in raycast detail
- tinypng
- wip
- wip
- wip
- give up using sharp and all using tinypng now
- wip
- wip
- wip
- wip
- wip: cannot load sharp module
- wip: cannot load sharp module
- wip
- wip
- finish basic actions
- wip: resize
- optimize the main logic
- basic workflow
- wip
- wip
- init

* Update image-flow extension

- remove unused code
- fix PR comments that when submit to Raycast store ^_-
- add validate when output is iamge or not
- move process login to one file
- New process all command
- wip
- update demo video

* Update README.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
lisaross added a commit to lisaross/raycast-extensions that referenced this pull request Jun 18, 2025
- Merge pull request raycast#60 from lisaross/update-readme-images
- feat: update README with new metadata images and remove outdated ones
- Merge pull request raycast#57 from lisaross/add-user-preferences-v1.0.0
- refactor: update import path and enhance JSDoc documentation for tana-formatter utilities
- chore: add .npmignore file to exclude development tooling and configuration files
- feat: finalize v1.0.0 store-ready release with comprehensive improvements
- refactor: use centralized Preferences type from raycast-env.d.ts
- feat: add oxc linter and comprehensive JSDoc documentation
- feat: add comprehensive user preferences for Tana formatting customization
- chore: update dependencies to latest compatible versions
- fix: update dependencies to resolve security vulnerabilities
- docs: add comprehensive JSDoc documentation and user-focused README
- Merge pull request raycast#55 from lisaross/enhance-copy-page-content
- refactor: enhance page content extraction utilities
- feat: add clean transcript extraction functionality
- refactor: improve transcript chunking logic for better content handling
- refactor: update table conversion logic for Tana compatibility
- feat: enhance table conversion for Tana compatibility
- refactor: streamline action panel components in Tana integration
- feat: update toast messages for Tana integration error handling.
- refactor: improve markdown italic formatting handling in Tana formatter
- refactor: improve tab content processing
- docs: update CLAUDE.md with Raycast extension compliance guidelines
- fix: transcript chunk processing in Tana formatter
- refactor: enhance markdown italic formatting in Tana formatter
- refactor: enhance invisible character handling in Tana formatter
- refactor: enhance active tab content extraction for Tana integration
- refactor: improve YouTube tab detection logic
- refactor: remove selected text conversion command and update documentation
- refactor: enhance markdown list processing in Tana formatter
- refactor: unify Tana formatting approach and enhance content processing
- refactor: unify Tana formatting and enhance content processing
- fix: fix transcription processing for Limitless formats r Tana.
- docs: update CLAUDE.md with key architecture principles and content processing guidelines
- feat: improve YouTube tab detection and fallback logic
- feat: fix active tab extraction and enhance Tana integration
- refactor: simplify Tana content formatting and enhance markdown processing
- feat: enhance content cleaning by removing image references in `cleanContentForTana`
- feat: refactor content extraction and processing utilities
- refactor: streamline content cleaning process for Tana integration
- feat: enhance content extraction with link fixing and URL conversion
- feat: add new command for extracting page content with tab selection
- Merge pull request raycast#53 from lisaross/issue-52-youtube-transcript-fix
- docs: enhance type definitions and comments across multiple files
- fix: support extraction of video ID from YouTube Shorts URLs
- refactor: enhance type re-exports in Tana converter utility
- refactor: streamline toast notifications in YouTube processing command
- fix: honor maxSize parameter in transcript chunking
- enhance: add hexadecimal HTML entity decoding support
- fix: support youtu.be short URLs by extracting video ID from pathname
- docs: lint claude.md
- fix: remove redundant type checking in validation function
- refactor: apply pure functional programming approach to transcript format detection
- refactor: remove unnecessary try-catch from getSafeLength function
- refactor: preserve TanaConverterError specificity in error handling utilities
- refactor: prevent Promise handling in safeExecuteSync with type and runtime guards
- fix: resolve lint errors and improve YouTube transcript chunking
- refactor: enhance input processing with comprehensive validation and type safety
- refactor: apply pure functional programming approach in input processing
- feat: introduce StringBuilder utility for efficient string construction
- feat: implement custom error handling for Tana converter
- feat: enhance date and field processing with constants and validation
- feat: implement input processing strategy for Tana conversion
- feat: implement transcript chunking utilities and refactor conversion logic
- docs: update CHANGELOG for version 1.0.0 release
- fix: improve timeout handling and user feedback in YouTube to Tana conversion
- docs: update README and YouTube converter documentation for clarity and requirements
- feat: integrate Tana opening functionality and improve user feedback for YouTube extraction
- feat: enhance YouTube extraction with Safari compatibility and timeout handling + add duration to parent node
- refactor: improve transcript formatting and error handling/instruction in YouTube extraction
- chore: add .cursorignore file and remove youtube-transcript dependency
- doc: fix requirements
- chore: revert youtube to chromium/safari only
- Merge pull request raycast#48 from lisaross/issue-47-zen-browser-youtube-fix
- chore: update CHANGELOG for official release and remove beta notes
- refactor: improve YouTube metadata extraction functions and enhance error handling
- chore: update package version to 1.0.0 and remove unused dependencies
- refactor: enhance YouTube metadata extraction and improve code readability
- refactor: enhance YouTube URL extraction logic and improve application checks
- chore: release version 1.0.0 and update CHANGELOG
- refactor: streamline ESLint configuration and enhance YouTube extraction logic
- Fixed multiple browser youtube extraction experience.
- added applescript fallback for firefox browsers
- style: improve string interpolation and formatting in utility functions
- style: enhance ESLint rules and improve documentation
- style: enforce radix parameter for parseInt and update ESLint rules
- refactor: improve string interpolation for better readability
- style: update code formatting and linting rules
- refactor: simplify date parsing logic and improve regex patterns
- refactor: optimize HTML entity decoding and date processing regex
- docs: add release notes for v1.0.0-beta
- Merge beta: Copy Page Content to Tana Paste, improved docs, and consolidated changelog
- chore: bump version to 1.0.0-beta.1 and refresh lockfile
- chore: update dependencies and enhance README for clarity
- chore: rename project to Tana Tools for Raycast and update all references
- chore: update project name and version to 2.1.0, refactor documentation, and enhance README for clarity
- feat: add URL field and #swipe supertag for selected web text raycast#37
- chore: bump version to 2.0.0
- feat: implement modular Tana converter with enhanced date and text formatting functionality
- Merge publish-1.6.1-20250506094741 into main
- Resize screenshots to required 2000x1250 dimensions
- Add screenshot thumbnails for Raycast Store
- enhancement: cleanup repository for minimal publication raycast#21
- chore: prepare v1.6.1 for Raycast store submission
- chore: prepare for publishing version 1.6.1
- docs: add branch structure and publishing workflow to README
- feat: implement branch protection system and automate publishing workflow
- Merge pull request raycast#34 from lisaross/fix/eslint-var-error
- fix: update ESLint config to Raycast recommended and fix variable usage
- Merge pull request raycast#33 from lisaross/feature/32-transcript-chunking
- chore: bump version to 1.6.0
- feat: enhance YouTube transcript processing and formatting
- feat: enhance Limitless Pendant transcription processing
- feat: add Limitless App transcription support and chunking functionality
- docs: remove unreleased section from changelog
- chore: bump version to 1.5.4
- Merge pull request raycast#28 from lisaross/fix/27-indentation
- Merge pull request raycast#29 from lisaross/fix/24-bullet-point-conversion
- test: add test case for indentation fix (raycast#27)
- fix: resolve indentation issues in Tana converter (raycast#27)
- refactor: improve readability of transcription format checks in tana-converter.ts
- fix: remove timestamps from new transcription format output
- fix: format youtube test file and update package version
- docs: update CHANGELOG and README to remove YouTube transcript instruction errors
- chore: bump version to 1.5.2 with new icon
- chore: bump version to 1.5.1
- Merge pull request raycast#20 from lisaross/issue-19-update-extension-icon
- enhancement: Update Raycast extension icon raycast#19
- Merge pull request raycast#17 from lisaross/issue-15-youtube-transcript
- docs: update memory bank and cursorrules with YouTube to Tana feature details
- test: add comprehensive tests for YouTube to Tana conversion
- fix: improve transcript formatting by decoding HTML entities and creating paragraph breaks
- feat: add YouTube transcript extraction and conversion to Tana format
- chore: bump version to 1.5.0
- Merge pull request raycast#16 from lisaross/issue-15-youtube-to-tana
- feat: Add YouTube to Tana command for video metadata extraction raycast#15
- docs: delete obsolete cursor rules files to streamline memory bank
- docs: remove duplicate cursor rules, add reference file
- docs: add memory bank instructions and cursor rules
- docs: add versioning guidelines to memory bank
- docs: update repository URL in README.md
- chore: update memory bank and bump version to 1.4.3
- docs: update README with new extension name
- docs: update changelog with name change
- chore: rename extension to tana-paste-for-raycast
- chore: remove GREPTILE_CHECKLIST.md as all issues have been addressed
- style: fix formatting issues
- chore: bump version to 1.4.2 and update changelog
- refactor: break down complex date regex into named components with comprehensive test
- refactor: extract magic indentation values to named constants
- docs: update memory bank with Prettier configuration details
- chore: configure Prettier to format Markdown files with trailing newlines
- style: add trailing newlines to memory-bank markdown files
- style: add trailing newlines to memory-bank markdown files
- style: add trailing newlines to additional example files
- style: add trailing newlines to example files
- chore: update version to 1.4.1 and update changelog
- chore: remove duplicate files reintroduced by pull-contributions
- Pull contributions
- fix: update Jest configuration to correctly find tests raycast#12
- docs: update memory bank with cleanup details raycast#12
- chore: clean up project structure and organize examples raycast#12
- Merge branch \'contributions/merge-1743955576661\'
- Pull contributions
- Pull contributions
- docs: update memory bank with build process best practices
- style: apply Prettier formatting to source files
- fix: update Prettier config to use non-deprecated option
- build: add Prettier formatting to dev and build processes
- docs: update CHANGELOG with indentation hierarchy fix
- docs: update memory bank to reflect indentation hierarchy fix
- Merge pull request raycast#11 from lisaross/issue-10-fix-indentation-hierarchy
- fix: indentation hierarchy for bullet points under headings raycast#10
- Update CHANGELOG.md for version 1.2.0 release (fixes raycast#7)
- docs: update memory bank with Limitless Pendant implementation process
- style: apply linting fixes
- chore: bump version to 1.3.0
- Merge pull request raycast#9 from lisaross/issue-8-limitless-pendant-support
- feat: add support for Limitless Pendant transcription format raycast#8
- Initialize memory bank with core documentation files including project overview, context, progress, and technical details for Tana Paste
- Update package-lock.json
- Prepare version 1.2.0 for release
- Merge pull request raycast#6 from lisaross/fix/5-claude-markdown-formatting
- Resolve merge conflicts
- Clean up test directory structure and organize test data
- Consolidate tests into Jest framework and update test scripts
- Update dev script to run tests before starting development server
- Add Jest unit tests and issue documentation
- Add Jest testing infrastructure and update package.json
- Fix standard markdown formatting issues with bold text and indentation hierarchy
- chore: add Jest configuration and update dependencies for testing
- chore: update package-lock.json with latest dependencies
- chore: update version to 1.1.0 to match changelog
- Add YouTube transcript example for testing
- Fix linting issues
- Add support for YouTube transcript timestamps as separate nodes raycast#4
- Fix code formatting issues
- Update version to 1.0.1 and add changelog entry
- Fix bullet point and lettered list formatting in Tana converter
- Add CHANGELOG.md documenting initial release features
- Clean up linting configurations and update source code formatting
- Fix linting configuration for ESLint 9 and update package.json type for ES modules
- Fix linting issues by exporting processTableRow function and updating ESLint configuration
- Update command icon with more obvious rounded edges
- Fix Raycast store submission requirements: update author format, fix title casing, add custom command icon, install ESLint and Prettier
- Add publish script to package.json for Raycast Store submission
- Update README.md to highlight recent Python script improvements
- Update tana_converter.py to match recent TypeScript improvements: enhanced field detection, improved handling of bracketed elements, and fixed link processing
- Improve indentation of headings and content in Tana output
- Fix issue raycast#2: Prevent regular text with colons from being converted to fields
- Refactor inline formatting in tana-converter.ts to improve handling of bracketed elements and links. Preserve regular bracketed text and enhance image and link syntax processing. Add new test files for bracketed elements, real tags, and tag handling to ensure comprehensive coverage and validate changes.
- Add Python script for Tana Paste format conversion and update README.md with backup solution details. Include usage instructions, requirements, and features of the script for alternative content processing.
- Update README.md to remove the mention of real-time preview in edit mode and clarify usage instructions by adding a reference to examples in the examples directory for testing.
- Update package.json to change the title from "Tana Paste" to "Tana Paste For Raycast" for improved clarity and branding.
- remove python reference
- Update package dependencies to latest versions, including TypeScript 5.8.2 and @types/react 18.3.18. Modify author name in package.json for proper attribution. Enhance paste-and-edit component structure by wrapping actions in a dedicated ActionPanel.Section for improved organization.
- Add markdown examples for Tana Paste format in all-features and all-features-markdown files; enhance utility functions in tana-converter.ts for improved date parsing and inline formatting. Ensure adherence to TypeScript strict typing and functional programming principles.
- Update README.md to include new features for clipboard conversion to Tana Paste format, such as quick clipboard conversion, paste and edit interface, and direct text selection conversion. Enhance technical details section with information on TypeScript implementation, error handling, and functional programming principles.
- Add selected-to-tana command for converting selected text to Tana format; enhance paste-and-edit command with clipboard initialization on mount and improved error handling. Update type definitions and utility functions for better text processing.
- Enhance paste-and-edit and quick-clipboard-to-tana commands to open Tana application after converting text. Implement error handling for the opening process and update success messages accordingly.
- Refactor clipboard-to-tana command to quick-clipboard-to-tana; introduce new paste-and-edit command for enhanced user experience. Update type definitions and improve error handling. Add utility functions for text conversion to Tana format, ensuring adherence to TypeScript strict typing and functional programming principles.
- Enhance clipboard-to-tana command with structured text processing; introduce new utility functions for URL and email formatting, and improve error handling. Add comprehensive parsing for various text elements, including lists and line breaks, while ensuring strict TypeScript typing and functional programming principles are followed.
- Update README.md to reflect Raycast extension functionality; enhance installation and usage instructions for clipboard conversion to Tana Paste format.
- Refactor and implement clipboard-to-tana command; update dependencies and TypeScript configuration. Added new type definitions for Raycast environment and removed deprecated convert-markdown component.
- first commit
jmetrikat added a commit to jmetrikat/raycast-extensions that referenced this pull request Jul 3, 2025
- Merge branch \'contributions/merge-1751569460471\'
- Pull contributions
- Fixes after merge
- Merge branch \'contributions/merge-1751569325678\'
- Pull contributions
- Add changelog v4.1
- Refactor createObject, createProperty, createTag, and createType functions to remove null handling
- Refactor AddToList to use spaceId, listId, and objectId from form
- Update icon for properties in dropdown
- Merge pull request raycast#9 from anyproto/dependabot/npm_and_yarn/npm_and_yarn-6ea9762674
- Fix form ids to match itemProps identifier for drafts
- GO-5904: Fix null format for type of layout note without icon
- Add editing capabilities to description
- Add tag management to CreatePropertyForm component
- Add type_key property to UpdateObjectRequest
- Bump brace-expansion in the npm_and_yarn group across 1 directory
- Base tag tooltip on tag property name
- Update workflow permissions
- Merge pull request raycast#7 from anyproto/codex/find-and-fix-a-bug
- Remove string test
- Update README
- Fix error when no properties linked to type
- Update release.yml
- Add tests for pluralize
raycastbot added a commit that referenced this pull request Jul 9, 2025
* Update anytype extension

- Merge branch \'contributions/merge-1751569460471\'
- Pull contributions
- Fixes after merge
- Merge branch \'contributions/merge-1751569325678\'
- Pull contributions
- Add changelog v4.1
- Refactor createObject, createProperty, createTag, and createType functions to remove null handling
- Refactor AddToList to use spaceId, listId, and objectId from form
- Update icon for properties in dropdown
- Merge pull request #9 from anyproto/dependabot/npm_and_yarn/npm_and_yarn-6ea9762674
- Fix form ids to match itemProps identifier for drafts
- GO-5904: Fix null format for type of layout note without icon
- Add editing capabilities to description
- Add tag management to CreatePropertyForm component
- Add type_key property to UpdateObjectRequest
- Bump brace-expansion in the npm_and_yarn group across 1 directory
- Base tag tooltip on tag property name
- Update workflow permissions
- Merge pull request #7 from anyproto/codex/find-and-fix-a-bug
- Remove string test
- Update README
- Fix error when no properties linked to type
- Update release.yml
- Add tests for pluralize

* Update anytype extension

- Fix changelog placeholder
- Merge branch \'contributions/merge-1751569460471\'
- Pull contributions

* Remove unused type_key from UpdateObjectRequest

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
that-ambuj added a commit to that-ambuj/raycast-extensions that referenced this pull request Jul 27, 2025
- feat: add raycast plugin (raycast#9)
- Add component control for return url (raycast#8)
- fix primary and secondary buttons styling (raycast#7)
- fix business logo image fallback (raycast#6)
- fix light mode styling and pricing display (raycast#5)
- feat: add framer plugin (raycast#4)
- fix: allow all origins to use the proxy (raycast#3)
- Merge pull request raycast#2 from dodopayments/feat-add-dodo-payments-api-proxy-to-bypass-cors
- feat: add proxy for dodo payments api to bypass CORS
- chore: remove ui starter package
- chore: remove apps workspace
- feat(create-turbo): install dependencies
- feat(create-turbo): apply pnpm-eslint transform
- feat(create-turbo): apply official-starter transform
withoutfanfare added a commit to withoutfanfare/raycast-extensions that referenced this pull request Jul 28, 2025
- Formatted all files with Prettier issues
- Update Node Version
- Merge branch \'develop\'
- Merge branch \'develop\'
- Merge branch \'develop\'
- Merge branch \'develop\'
- Merge branch \'develop\'
- More commands (raycast#7)
- Merge branch \'develop\'
- Merge branch \'develop\'
raycastbot added a commit that referenced this pull request Aug 11, 2025
* Add dodo-payments extension

- feat: add raycast plugin (#9)
- Add component control for return url (#8)
- fix primary and secondary buttons styling (#7)
- fix business logo image fallback (#6)
- fix light mode styling and pricing display (#5)
- feat: add framer plugin (#4)
- fix: allow all origins to use the proxy (#3)
- Merge pull request #2 from dodopayments/feat-add-dodo-payments-api-proxy-to-bypass-cors
- feat: add proxy for dodo payments api to bypass CORS
- chore: remove ui starter package
- chore: remove apps workspace
- feat(create-turbo): install dependencies
- feat(create-turbo): apply pnpm-eslint transform
- feat(create-turbo): apply official-starter transform

* fix raycast for review (#10)

* docs: shorten the README.md

* fix: remove unused placeholder.png

* fix: use default mode \'live\' instead of \'test\'

* Update dodo-payments extension

- chore: fix formatting
- fix(raycast): follow review suggestions and fix inconsistencies

* raycast: fixes for review (#11)

* Update dodo-payments extension

- fix(raycast): update prettierrc to raycast default
- framer: fixes for review (#12)

* Update dodo-payments extension

- fix: regenerate package-lock.json
- Initial Commit

* fix: import correct types from dodopayments/resources

* Update dodo-payments extension

- fix: import correct types from dodopayments/resources
- fix: import correct types from dodopayments/resources

* refactor(useQueries): make query keys format consistent

* chore: fix type errors

* Update CHANGELOG.md

* Update package.json

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
mkaczkowski pushed a commit to mkaczkowski/raycast-extensions that referenced this pull request Sep 2, 2025
- fix tests
- fix tests
- fix tests
- publish prep
- publish prep
- publish prep
- cleanup
- implement
- implement
- feat: implement agent processing refactor with unified runner system
- implement
- Refactor agent processing to use unified process method
- Refactor component API and improve navigation patterns
-  test
- remove icons
- remove icons
- remove icons
- remove icons
- remove icons
- remove icons
- remove icons
- remove icons
- remove icons
- tests
- tests
- tests
- tests
- tests
- tests
- Merge pull request raycast#10 from mkaczkowski/repomix
- fix
- fix
- fix
- phase 1a
- docs: update test refactoring documentation with Phase 3 completion
- test: rewrite component tests with behavior-focused approach
- test: optimize test performance with vi.hoisted and builder patterns
- test: implement comprehensive test data builder system
- test: add critical test coverage for missing scenarios
- test: consolidate integration tests into unified user workflows
- docs: update test refactoring plan with Phase 2 completion
- test: merge test files and remove redundant render tests
- test: rewrite component tests with behavior-focused approach
- test: simplify hook test mocks and reduce complexity
- phase 1a
- commit
- commit
- commit
- refactor(utils): extract common entity helpers to eliminate code duplication
- feat(templates): rename functions and constants for consistency
- refactor(components): complete Wave 3 Part 3 - FormatForm to TemplateForm rename and critical fixes
- docs(plan): document Wave 2 completion with comprehensive summary
- commit
- feat: rename main command from \'format-text\' to \'ask-agent\'
- docs(plan): update Wave 1 status with comprehensive completion details
- fix(tests): resolve devLogger mocking and message import issues
- commit
- feat(logging): replace useDevLogging hook with centralized dev-logger utility
- refactor(utils): organize validation files into structured directory
- commit
- commit
- refactor(utils): consolidate toast utility functions
- plan
- cli
- cli
- Merge pull request raycast#9 from mkaczkowski/multi-agent
- cli
- feat(persistence): implement agent-aware form persistence with per-agent model memory
- Merge remote-tracking branch \'origin/multi-agent\' into multi-agent
- merge
- shell
- test(agents): update test mocks and create comprehensive agent test utilities
- refactor(locale): convert all error messages from Claude-specific to agent-agnostic
- refactor(agents): make error patterns fully generic and agent-agnostic
- refactor(utils): consolidate path validation utilities to eliminate code duplication
- feat(agents): migrate error handling from Claude-specific to agent-agnostic architecture
- feat(ui): implement multi-agent selection UI with dynamic model loading
- refactor(hooks): transform Claude-specific hooks into agent-agnostic architecture
- feat(agents): implement generic command builder with improved API design
- refactor(types): implement agent-agnostic execution interfaces for multi-agent architecture
- feat(preferences): implement multi-agent support with unified preferences structure
- feat(agents): create path utilities to eliminate code duplication
- shell
- shell
- refactor(agents): separate types from configuration
- feat(agents): create multi-agent configuration system
- shell
- test(agents): update test mocks and create comprehensive agent test utilities
- refactor(locale): convert all error messages from Claude-specific to agent-agnostic
- refactor(agents): make error patterns fully generic and agent-agnostic
- refactor(utils): consolidate path validation utilities to eliminate code duplication
- feat(agents): migrate error handling from Claude-specific to agent-agnostic architecture
- feat(ui): implement multi-agent selection UI with dynamic model loading
- refactor(hooks): transform Claude-specific hooks into agent-agnostic architecture
- feat(agents): implement generic command builder with improved API design
- refactor(types): implement agent-agnostic execution interfaces for multi-agent architecture
- feat(preferences): implement multi-agent support with unified preferences structure
- feat(agents): create path utilities to eliminate code duplication
- shell
- shell
- refactor(agents): separate types from configuration
- feat(agents): create multi-agent configuration system
- Merge pull request raycast#8 from mkaczkowski/shell
- shell
- shell
- shell
- shell
- shell
- Merge pull request raycast#7 from mkaczkowski/markdown-list
- feat: address PR comments with test updates and architectural improvements
- updte
- updte
- tmp
- working 2
- fix: resolve search bar Enter key conflict with copy action
- feat: implement Phase 2 core features for ResultsList - requirements #R004, #R003, #R006
- working 1
- test: update tests for navigation system cleanup
- feat: implement navigation system cleanup - eliminate dual navigation pattern
- working 1
- docs: mark Phase 1 requirements as completed in implementation plan
- feat: replace ResultsView with Raycast List component
- multi provider
- multi provider
- multi provider
- asd
- imports
- target folder
- target folder
- plan
- Merge pull request raycast#4
- Merge pull request raycast#3 from mkaczkowski/feat/add-model-field-dropdown
- feat(models): add unified model configuration with display names and icons
- feat(tests): add unit tests for createClaudeCommand function and model handling
- feat(tests): add unit tests for createClaudeCommand function and model handling
- feat(models): update model dropdown icons and validation logic
- feat(claude): add model parameter support in command creation and execution
- docs(workflow): enhance parallel execution strategy for multi-agent workflows
- feat(FormatForm): Add AI model selection dropdown
- feat(models): implement comprehensive Claude model field
- feat(models): implement comprehensive Claude model field
- testing guideline
- testing guideline
- testing guideline
- Merge pull request raycast#1 from mkaczkowski/initial-release
- feat(tests): migrate test suite to behavior-focused architecture
- clea up
- clea up
- clea up
- chore(tests): finalize test migration additional files and cleanup
- feat(tests): implement comprehensive test migration to behavior-focused approach
- clea up
- clea up
- fix(pr-comments): address comments [Phase D] in JSDoc cleanup phase
- clea up
- clea up
- fix(pr-comments): address comments [raycast#6, raycast#8, raycast#9, raycast#10, raycast#11, raycast#12, raycast#13, raycast#14, raycast#15] - Hook refactoring and optimization
- clea up
- clea up
- clea up
- clea up
- fix(pr-comments): implement Phase 2 - component helpers and hook refactoring
- fix(pr-comments): implement Phase 2 - component helpers and hook refactoring
- clea up
- feat(architecture): implement PR comment fixes - file organization and helper extraction
- clean upPR_COMMENTS_IMPLEMENTATION_PLAN.md
- clean upPR_COMMENTS_IMPLEMENTATION_PLAN.md
- docs(implementation-plan): Mark Work Packages 1-3 as COMPLETED
- clean up
- docs(implementation-plan): Update status for completed PR comment implementation
- feat(architecture): Enhance Component Design and Localization System
- refactor(format-management): Complete Work Package 3 Implementation
- clean up
- clean up
- clean up
- clean up
- clean up
- clean up
- clean up
- Work Package 3: Format Management Refactoring - Test Updates
- feat: implement Work Package 5 - FormatForm Component Refactoring
- Work Package 4: Tone Management Refactoring
- Work Package 7: Shared Utilities Enhancement
- fix(pr-comments): implement Work Package 2 - ActionPanel Cleanup
- Work Package 1: Constants & Architecture Foundation
- clean up
- clean up
- clean up
- Merge branch \'oauth-token\' into initial-release
- dasd
- Merge pull request raycast#2 from mkaczkowski/oauth-token
- clean up
- clean up
- clean up
- clean up
- clean up
- clean up
- clean up
- clean up
- clean up
- Clean up code formatting and test structure
- Add CLAUDE_CODE_OAUTH_TOKEN preference support
- clean up
- clean up
- clean up
- lint
- lint
- lint
- lint
- lint
- lint
- lint
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- phase 5
- Add custom image support for Tone entities
- phase 5
- phase 1
- phase 1
- phase 1
- phase 1
- phase 1
- commit cmd
- commit cmd
- commit cmd
- commit cmd
- commit cmd
- commit cmd
- commit cmd
- feat: add custom prompt persistence for custom format
- fix: resolve form preference persistence across sessions
- dsad
- dsad
- dsad
- dsad
- dsad
- dsad
- Add dev logging hook, code cleanup improvements, and id generation utility
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- tests
- Refactor component architecture and update references to Claude Code
- updates
- Add persistent settings for Format and Tone using useCachedState
- SECURITY & PRODUCTION HARDENING: Make extension enterprise-ready
- Fix shell command interpretation and rendering loop issues
- Implement working Claude CLI integration for Raycast extension
- Initial commit
- Initial empty repository
daniyalmaster693 added a commit to daniyalmaster693/raycast-extensions that referenced this pull request Oct 4, 2025
- Merge branch \'contributions/merge-1759619155954\'
- Pull contributions
- Updated CHANGELOG.md
- Removed player search command for now
- Added player teams to as an accessory in the player results view
- Created the player results view
- Added a new player search command with 3 arguements
- Merge pull request raycast#8 from icomey8/feature/football-boxscores
- added hockey box score and small fixes for football and basketball
- Adjusted size of extension icon
- Made extension icon smaller
- Added extension description
- Removed extra screenshot
- Updated README.md
- Updated get schedule to use date range instead of the hardcoded date
- Updated basketball and football box scores to work with any basketball and football league
- Merge pull request raycast#7 from icomey8/feature/football-boxscores
- finished football box score
- finished base design for football boxscore
- finished basic box score features, moved logic to separate function
- starting basketball
- Reordered the action list for the baseball box score
- Added the play by play action to the box score view
- Updated the box score action to be the first action for live mlb games
- Merge pull request raycast#6 from icomey8/feature/baseball-boxscores
- added team detail navigation to the action menu
- finished basic box score features
- added box score refresh, generic function for batter/pitcher
- adjusted types and added last-play description
- widened types for PlaybyPlayData object to allow re-usability for box scores
- making layout for box score detail
- Updated README.md
raycastbot added a commit that referenced this pull request Oct 9, 2025
* Update sportssync extension

- Merge branch \'contributions/merge-1759619155954\'
- Pull contributions
- Updated CHANGELOG.md
- Removed player search command for now
- Added player teams to as an accessory in the player results view
- Created the player results view
- Added a new player search command with 3 arguements
- Merge pull request #8 from icomey8/feature/football-boxscores
- added hockey box score and small fixes for football and basketball
- Adjusted size of extension icon
- Made extension icon smaller
- Added extension description
- Removed extra screenshot
- Updated README.md
- Updated get schedule to use date range instead of the hardcoded date
- Updated basketball and football box scores to work with any basketball and football league
- Merge pull request #7 from icomey8/feature/football-boxscores
- finished football box score
- finished base design for football boxscore
- finished basic box score features, moved logic to separate function
- starting basketball
- Reordered the action list for the baseball box score
- Added the play by play action to the box score view
- Updated the box score action to be the first action for live mlb games
- Merge pull request #6 from icomey8/feature/baseball-boxscores
- added team detail navigation to the action menu
- finished basic box score features
- added box score refresh, generic function for batter/pitcher
- adjusted types and added last-play description
- widened types for PlaybyPlayData object to allow re-usability for box scores
- making layout for box score detail
- Updated README.md

* Updated license back to MIT

* Updated license

* Update CHANGELOG.md, add platforms field and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
JuanVqz added a commit to JuanVqz/extensions that referenced this pull request Oct 15, 2025
- docs: update architecture documentation and add MIT license (raycast#20)
- feat(entries): add entry creation action to entries view (raycast#19)
- feat(ui): improve navigation consistency (raycast#18)
- chore: update release-please workflow token for Noko releases (raycast#16)
- feat: add summary section to EntriesView with time tracking and billable/unbillable split (raycast#15)
- chore(main): release 0.3.0 (raycast#14)
- fix: update manifest to start from latest release v0.2.0
- chore: add release-please manifest file
- feat: setup automated release management with Release Please (raycast#12)
- Use single view (raycast#10)
- Improvements and Add Timers View (raycast#9)
- Run linter (raycast#8)
- Update Dependencies (raycast#7)
- Update README.md (raycast#6)
- Add Project enabled attribute (raycast#5)
- Rename types (raycast#4)
- Create Entry component (raycast#3)
- Add filter by day. (raycast#2)
- Add Entries list (raycast#1)
- Create new entries in Noko
pernielsentikaer added a commit that referenced this pull request Oct 23, 2025
Optimization #1: Hash by ID+ModTime (50% faster cache checks)
- Replace content-based hashing with ID+modification time
- Reduces cache check from ~1-10s to <50ms
- Only fetches timestamp from Notes, not entire content

Optimization #4: Cache metadata file (instant size checks)
- Add .cache-meta.json to track total size and file count
- Eliminates expensive disk scans on every cache operation
- Recalculates only when outdated (>7 days)

Optimization #7: True LRU cache (proper access tracking)
- Touch files on access to update mtime
- Ensures frequently-accessed notes stay in cache
- Makes LRU cleanup actually based on usage, not just age

Expected improvements:
- Cache checks: 50-100x faster
- Cache operations: No more disk scans
- Cache hits: Better retention of hot notes
Ota1022 added a commit to Ota1022/raycast-extensions that referenced this pull request Nov 3, 2025
- Add screenshots section to README and follow media folder convention (raycast#9)
- Prepare extension for Raycast Store submission (raycast#8)
- Add keyboard shortcuts for Mac commands (raycast#7)
- Use Haiku 4.5 as default model for procedure generation (raycast#5)
- Merge pull request raycast#6 from Ota1022/feature/language-selection
- set codeowners
- Add language selection: English, Japanese, or custom input
- add logo on readme
- Initial commit: Trayce Raycast Extension
- Initial commit
marty-martini added a commit to marty-martini/raycast-extensions that referenced this pull request Nov 30, 2025
- chore: compress screenshot images for optimal file size (raycast#9)
- docs: add publishing guide to docs folder (raycast#8)
- chore: resize screenshots to meet Raycast Store requirements
- Merge branch \'main\' of https://github.com/marty-martini/raycast-prompt-pocket
- chore: prepare for Raycast Store publishing
- refactor: unify naming to prompt-pocket (raycast#7)
- refactor: unify naming to prompt-pocket
- chore(deps): bump @raycast/api in the production-dependencies group (raycast#6)
- chore(deps-dev): bump the development-dependencies group with 2 updates (raycast#5)
- ci(deps): bump actions/checkout from 4 to 6 (raycast#4)
- ci(deps): bump actions/setup-node from 4 to 6 (raycast#3)
- Enhance branch protection and repository security (raycast#2)
- Merge pull request raycast#1 from marty-martini/refactor
- refactor: rename extension to Prompt Pocket and update README
- Merge prompt-pocket LICENSE history
- Initial commit
- feat: プロンプトの使用履歴を記録してソート順を改善
- feat(ui): add placeholder documentation to prompt form
- test: add comprehensive unit and integration tests
- chore(config): adjust TypeScript configuration
- refactor(ui): simplify main component
- refactor(components): extract UI components
- refactor(hooks): add custom hooks for state management
- refactor(placeholder): improve error handling and documentation
- refactor(storage): improve error handling
- refactor(lib): add utility functions
- refactor(lib): add cursor control utility
- refactor(core): add error handling foundation
- feat: add placeholder feature with {clipboard} and {cursor} support
- UI(一覧 & 作成/編集フォーム)実装用
- refactor: improve data model and storage layer architecture
- feat: implement Prompt Manager Raycast Extension
- 一旦リセット
- feat: .gitignoreファイルを追加
- Initial commit
NtFelix added a commit to NtFelix/raycast-extensions that referenced this pull request Dec 2, 2025
- Resize store screenshots to 2000x1250 to meet Raycast Store requirements
- Update README to use metadata screenshots and remove asset duplicates
- Add GitHub issue templates (raycast#9)
- Update feature request template title prefix
- Update bug report template title prefix
- Add GitHub issue templates
- Improve session activities actions with open in browser and copy options (raycast#8)
- Extract activity details logic to helper function
- Extract SessionActionPanelProps type
- Fix potential runtime crash in plan steps mapping
- Use current activity as context for action panel
- Optimize plan steps string generation
- Refactor ActionPanel into reusable component
- Fix linting issues
- Improve session activities actions with open in browser and copy options
- Update extension icon (raycast#7)
- Update README with new cover image
- Update extension icon
- Improve session list UI with state tags (raycast#6)
- Optimize getStateColor by moving map outside function
- Refactor getStateColor to use map object
- Improve session list UI with state tags
- Add icons to session list items and View Activities action (raycast#5)
- Add icons to session list items and View Activities action
- Feature/jules logic implementation (raycast#4)
- fix: remove extra spaces in API URLs
- feat: navigate back after session creation
- refactor: use enhanced useSources hook and API_BASE_URL
- refactor: remove redundant item-level ActionPanel
- perf: memoize sorted activities
- refactor: use API_BASE_URL constant
- refactor: extract shared API logic to src/api.ts
- fix: ensure branch dropdown updates when source changes
- fix: improve session creation success message
- style: fix linting issues
- style: use raycast icons for chat actions
- style: fix linting issues
- chore: rename extension and commands to follow raycast style guide
- feat: add chat interface with message sending and activity history
- feat: add list-sessions command with source filtering
- feat: add source and branch selection for new session
- feat: add jules api key preference
- Merge pull request raycast#3 from NtFelix/fix-worklfow-release
- Fix duplicate keys in release workflow
- Merge pull request raycast#2 from NtFelix/test-release-workflow
- Implement label-based versioning for releases
- Revert release workflow to production state for main
- Update release workflow to use PR title for versioning
- Enable release workflow testing on PRs
- Update release workflow to auto-release on push to main
- Merge pull request raycast#1 from NtFelix/feature/ci-cd-pipeline
- Fix package.json owner and command title for linting
- Setup CI/CD pipeline and fix lint issues
- init raycast repo
- Initial commit
egeucak added a commit to egeucak/raycast-dicelab-extension that referenced this pull request Dec 6, 2025
- linted
- Remove dicelab notebook screenshot (raycast#93)
- package-lock and raycast generated
- Implement Raycast extension for Dicelab
- Plan Raycast extension with Rust dice DSL (raycast#91)
- Initialize Raycast extension structure
- Align branding with Dicelab (raycast#89)
- Update AGENTS.md
- Update AGENTS.md
- Move CodeMirror deps to production and drop manual screenshot (raycast#88)
- Fix not operator (!`) support in named roll PMF calculations (raycast#87)
- feat: display node group distributions in single combined chart (raycast#86)
- Add binary operators & (and), | (or) and ! (not) to the language (raycast#85)
- Add comprehensive tests and documentation for dice analysis fix (raycast#84)
- Implement named roll groups feature (raycast#83)
- Add files via upload
- Improve WebAssembly error messages with detailed information (raycast#81)
- Fix variable resolution in critical damage evaluation (raycast#80)
- Add comprehensive implementation plan for multi-line expression support (raycast#79)
- Fix dice variable assignment bug that caused re-evaluation on each reference (raycast#78)
- Complete tech debt migration: remove deprecated modules (raycast#74) (raycast#76)
- Optimize GitHub Actions workflows for faster build times (raycast#73)
- Restructure web folder for better organization and maintainability (raycast#71)
- Add files via upload (raycast#70)
- Implement comprehensive SEO optimization for Dicebook (raycast#69)
- Refactor app.js into modular components for improved maintainability (raycast#68)
- Add simple mode UI with toggle, examples, and PMF chart support (raycast#67)
- Refactor codebase to use only \'let\' keyword for variable assignment (raycast#66)
- Set up JS build pipeline with esbuild (raycast#64)
- Create symlink from CLAUDE.md to AGENTS.md (raycast#65)
- Update AGENTS.md
- Create robots.txt
- fmt
- Update context.rs
- Create cloudflare-pages.yml
- rm pkg
- Add comment support to dicebook language (raycast#63)
- Add wasm-backed CodeMirror highlighting (raycast#62)
- Improve conditional alias rendering (raycast#52)
- Add Elven Accuracy note to guide (raycast#51)
- Implement attack roll crit handling and defaults (raycast#46)
- Remove remaining Polyhedra branding (raycast#43)
- Fix syntax guide collapse styling (raycast#42)
- Add ANALYZE PMF support and visualization (raycast#38)
- Add support for conditional expressions (raycast#37)
- Refactor engine and evaluator to use shared interpreter (raycast#36)
- Refactor dice roll logging format (raycast#35)
- Prevent power operator from rolling extra times (raycast#34)
- Add structured logging controls and UI toggles (raycast#33)
- Ensure code editor disables text correction (raycast#31)
- Show context reset in status bar (raycast#30)
- Add notebook persistence and dicebook import/export (raycast#29)
- Expose proficiency bonus alias in D&D importer (raycast#28)
- Add notebook-style multi-cell web console (raycast#27)
- Enhance web code editor with highlighting and line numbers (raycast#26)
- Support aliasing grouped expressions (raycast#25)
- Support multi-line statement parsing (raycast#24)
- Add include command for preset aliases (raycast#23)
- Add caret group repetition support (raycast#22)
- Format aliases in human-readable notation (raycast#21)
- Handle DDB character value skill overrides (raycast#20)
- Clarify dice keyword spacing and placeholder guidance (raycast#19)
- Add import command support (raycast#18)
- Improve alias layout wrapping (raycast#17)
- Merge pull request raycast#14 from egeucak/codex/update-cors-proxy-for-fetch-requests
- Merge branch \'master\' into codex/update-cors-proxy-for-fetch-requests
- Merge pull request raycast#16 from egeucak/codex/github-mention-improve-ddb-import-resiliency-and-share-link
- Propagate save directory errors
- Improve web DDB input parsing
- Add additional DDB fetch fallbacks
- Enable ResponseType feature for WASM builds
- Merge pull request raycast#15 from egeucak/codex/github-mention-improve-ddb-import-resiliency-and-share-link
- Limit DDB ID fallback to path segments
- Handle opaque fetch responses in WASM importer
- Document wasm-pack setup in README
- Replace Jina proxy fallback with AllOrigins
- Merge pull request raycast#13 from egeucak/codex/update-cors-proxy-for-fetch-requests
- Update WASM proxy fallback
- Merge pull request raycast#12 from egeucak/codex/fix-wasm-pack-build-issue-and-update-agents.md
- Fix wasm fetch helper and update instructions
- Merge pull request raycast#11 from egeucak/codex/fix-webassembly-import-error-from-dndbeyond
- Add CORS-friendly fallback for wasm DDB import
- Merge pull request raycast#10 from egeucak/codex/investigate-missing-set-aliases-on-website
- Fix alias list rendering in web console
- Merge pull request raycast#9 from egeucak/codex/analyze-and-fix-webassembly-loading-issue
- Fix web console wasm bundle path
- Merge pull request raycast#8 from egeucak/codex/fix-wasm-pack-build-failure
- Add CI instructions and format context storage access
- Revert wasm-opt explanation in README
- Merge pull request raycast#7 from egeucak/codex/add-github-actions-workflow-for-wasm
- Add GitHub Pages deployment workflow
- Merge pull request raycast#6 from egeucak/codex/create-web-site-with-wasm-integration
- Add browser console for wasm evaluator
- Merge pull request raycast#5 from egeucak/codex/split-evaluation-logic-for-wasm-compatibility
- Add wasm bindings and split engine module
- Merge pull request raycast#4 from egeucak/codex/add-comprehensive-tests-for-cli-and-context
- Format lexer guard to satisfy rustfmt
- Fix clippy collapsible if warnings
- Format Rust code
- Add tests for CLI, context, and parsing
- Merge pull request raycast#3 from egeucak/codex/add-ci-workflow-for-rust-projects
- Add CI workflow for Rust checks
- Merge pull request raycast#2 from egeucak/codex/refactor-main.rs-into-modules
- Refactor logic into dedicated modules
- Merge pull request raycast#1 from egeucak/codex/setup-rust-project-structure
- Initialize polyhedra CLI
- Add initial README for polyhedra project
jmetrikat added a commit to jmetrikat/raycast-extensions that referenced this pull request Dec 12, 2025
- Merge branch \'contributions/merge-1765539532697\'
- Pull contributions
- Update ci.yml
- Update and pin dependencies
- Merge pull request raycast#16 from anyproto/fix/rename-space-to-channels
- Update more space strings
- Update deps
- Bump API version to 2025-11-08
- Refactor terminology from \'spaces\' to \'channels\'
- Add action to remove objects from collections
- Update deps
- Remove lodash dependency
- Implement tag creation functionality in TagSubmenu component
- Update ObjectDetail component to replace \'lastModifiedBy\' with \'createdBy\'
- Add chat and space icons as SVG files and update related components to use new icons
- Display word and character counts based after successful load
- Add support for truncated file and object lists in ObjectDetail component
- Update emoji injection logic for markdown headings
- Refactor SpaceList component to update filtering options and improve space mapping
- Update icon dimensions
- Update extension icon
- npx npm-check-updates -u
- Refactor CI workflow
- Merge pull request raycast#14 from anyproto/feature/word-count
- Update word count calculation to handle empty strings in ObjectDetail component
- Merge pull request raycast#13 from anyproto/dependabot/npm_and_yarn/npm_and_yarn-192ad721db
- Refactor word and character count calculations in ObjectDetail component
- Bump the npm_and_yarn group across 1 directory with 2 updates
- Merge pull request raycast#8 from anyproto/feature/api-side-filtering
- Merge branch \'main\' into feature/word-count
- Enhance UpdateObjectForm with type selection and markdown support
- Refactor search matching functionality across components
- Fix SpaceList search filtering
- Refactor loading state variable names
- Return client-side filtering in addition to api-side to facilitate offline search
- Fix useProperties call with undefined searchText
- Merge branch \'main\' into feature/api-side-filtering
- Add context actions pattern documentation to CLAUDE.md
- Add delete tag functionality to TagList component
- Improved keyboard shortcut formatting in README.md
- Update metadata screenshots
- Fix tintColor for SpaceList dropdown menu icons
- Remove deprecated eslint config
- Fix lint-staged config
- Add key field to UpdateTagForm and UpdateTagRequest
- Add format script to package.json and update lint-staged configuration
- Remove vulnerable react-devtools
- Fix null icon for members, spaces, and types; adjust UpdateTypeForm to handle optional icon
- Update useProperties hook in TagSubmenu to conditionally execute based on submenu state
- Add filtering options to SpaceList component
- Update CLAUDE.md
- Refactor error handling in checkResponseError
- Update @types/node
- Update eslint and eslint-config
- Combine search and members endpoints for object linking
- Merge pull request raycast#12 from anyproto/fix/cache-invalidation
- Undo linter changes
- Remove authTs
- Fix undefined space error on account switch
- Refactor hooks to improve unused variable handling and null filtering
- Refactor space and object deeplinks
- Add templateId to defaults in CreateObjectForm
- Fix CI
- Downgrade ESLint
- npx npm-check-updates
- Fix quicklink creation for create object form
- Refactor constant definitions to remove apiKeyPrefixes
- Update scripts and ci
- Improve null handling for object properties and types
- Refactor name handling across mappers
- Fix cache invalidation on account switch through auth timestamp dependency
- Merge branch \'main\' into feature/api-side-filtering
- Merge branch \'main\' into feature/word-count
- Add CLAUDE.md
- Enhance type mapping to handle deleted types with a default representation
- Merge pull request raycast#6 from anyproto/feature/new-auth-endpoints
- Refactor migration promise var name
- Add app_key to api_key migration logic for existing keys
- Merge branch \'main\' into feature/new-auth-endpoints
- Merge pull request raycast#10 from anyproto/configure-port
- Conditionally include Authorization header in apiFetch
- Add fallback apiUrl
- Fix empty type filter returning all objects in search despite layout-specific view
- Add optional API key support in settings
- Make base url configurable instead of port
- Fix api url export
- Merge branch \'main\' into configure-port
- Add type_key to UpdateObjectRequest interface for future form support
- Remove unused type_key from UpdateObjectRequest
- Fix changelog placeholder
- Fixes after merge
- Merge branch \'contributions/merge-1751569325678\'
- Pull contributions
- Add changelog v4.1
- Refactor createObject, createProperty, createTag, and createType functions to remove null handling
- Refactor AddToList to use spaceId, listId, and objectId from form
- Update icon for properties in dropdown
- Merge pull request raycast#9 from anyproto/dependabot/npm_and_yarn/npm_and_yarn-6ea9762674
- Fix form ids to match itemProps identifier for drafts
- GO-5904: Fix null format for type of layout note without icon
- Add editing capabilities to description
- Add tag management to CreatePropertyForm component
- Add type_key property to UpdateObjectRequest
- Bump brace-expansion in the npm_and_yarn group across 1 directory
- Base tag tooltip on tag property name
- Update workflow permissions
- Merge pull request raycast#7 from anyproto/codex/find-and-fix-a-bug
- Remove string test
- Update README
- Fix error when no properties linked to type
- Update release.yml
- Make draftValues optional in CreateTypeForm and update usage in Command component
- Refactor update forms to use Promise.all for mutation callbacks
- Fix strict equality check for layout comparison in getIconWithFallback function
- Remove deprecated user type/prop checks
- Fix form validation and delete action
- Remove manual key for property / type creation
- Fix build workflow
- Add new tag menu metadata image
- Fixes after merge
- Merge branch \'contributions/merge-1748256234195\'
- Pull contributions
- Add v4 changelog
- Fix optional chaining for icon format in UpdateObjectForm
- Fix opening of bookmark template in detailview
- Exclude empty strings from encoding into query params
- Add name filtering to TagSubmenu
- Add name filtering for tags and switch to api side filtering for spaces and collections
- Add optional name parameter api filtering
- Add tests for pluralize
- Fix number field validation
- Fix form validation based on layout instead of bundled keys
- Refactor Create & Update TypeForm to use icon name and color instead of emoji
- Enhance form placeholders and info
- Add useProperty
- Add conditional rendering for CollectionList in ObjectDetail component
- Add type key to create and update forms
- Fix number field validation logic to correctly handle empty strings
- Switch form keys from prop.key to prop.Id for uniqueness after lifting key constraint
- Add prop key to create and update forms
- Rework auth endpoints and prepare deprecation of previous ones
- Undo removing properties for types, needed for create object form
- Remove format from PropertyLinkWithValue for improved efficiency
- Rename data to request for all post endpoints
- Update addObjectsToList request body
- Fix type-check
- Remove unused subtitle and move tags in object accessories
- Show tags and type in object accessories
- Merge branch \'fix/stage-2\'
- Fix validateToken return value
- Merge branch \'fix/stage-2\'
- Move v1 versioning from server to url paths
- Always fallback to type icon for notes
- Fix snippet trimming logic for notes
- Fix inconsistent hook calls for TagSubmenu
- Add gh actions for build and release
- Add Create Type as seperate command and refactor CreateTypeForm
- Revert showFailureToast to showToast in checkApiTokenValidity
- Update API version to 2025-05-20
- Add missing subresource to path for retrieving objects in a list view
- Optimize mutation handling by replacing sequential execution with Promise.all
- Add missing mutateViews call for refresh
- Fix emoji validation regex by removing global state
- Unify mutateTemplates into mutate
- Add TagSubmenu to add / remove tags and integrate with ObjectActions
- Refactor ListSubmenu to manage open state and search text
- Update sidebar shortcut modifiers
- Disable detail view for members
- Fix showing Untitled for objects without name and snippet
- Simplify draft values assignment
- Add error handling for missing properties in CreateTypeForm and UpdateTypeForm
- Refine user-defined type and property checks with bson id pattern
- Enhance validation for number fields and optimize emoji detection
- Various bugfixes
- Implement word/character count for object
- Add port preference option
raycastbot added a commit that referenced this pull request Dec 15, 2025
* Update anytype extension

- Merge branch \'contributions/merge-1765539532697\'
- Pull contributions
- Update ci.yml
- Update and pin dependencies
- Merge pull request #16 from anyproto/fix/rename-space-to-channels
- Update more space strings
- Update deps
- Bump API version to 2025-11-08
- Refactor terminology from \'spaces\' to \'channels\'
- Add action to remove objects from collections
- Update deps
- Remove lodash dependency
- Implement tag creation functionality in TagSubmenu component
- Update ObjectDetail component to replace \'lastModifiedBy\' with \'createdBy\'
- Add chat and space icons as SVG files and update related components to use new icons
- Display word and character counts based after successful load
- Add support for truncated file and object lists in ObjectDetail component
- Update emoji injection logic for markdown headings
- Refactor SpaceList component to update filtering options and improve space mapping
- Update icon dimensions
- Update extension icon
- npx npm-check-updates -u
- Refactor CI workflow
- Merge pull request #14 from anyproto/feature/word-count
- Update word count calculation to handle empty strings in ObjectDetail component
- Merge pull request #13 from anyproto/dependabot/npm_and_yarn/npm_and_yarn-192ad721db
- Refactor word and character count calculations in ObjectDetail component
- Bump the npm_and_yarn group across 1 directory with 2 updates
- Merge pull request #8 from anyproto/feature/api-side-filtering
- Merge branch \'main\' into feature/word-count
- Enhance UpdateObjectForm with type selection and markdown support
- Refactor search matching functionality across components
- Fix SpaceList search filtering
- Refactor loading state variable names
- Return client-side filtering in addition to api-side to facilitate offline search
- Fix useProperties call with undefined searchText
- Merge branch \'main\' into feature/api-side-filtering
- Add context actions pattern documentation to CLAUDE.md
- Add delete tag functionality to TagList component
- Improved keyboard shortcut formatting in README.md
- Update metadata screenshots
- Fix tintColor for SpaceList dropdown menu icons
- Remove deprecated eslint config
- Fix lint-staged config
- Add key field to UpdateTagForm and UpdateTagRequest
- Add format script to package.json and update lint-staged configuration
- Remove vulnerable react-devtools
- Fix null icon for members, spaces, and types; adjust UpdateTypeForm to handle optional icon
- Update useProperties hook in TagSubmenu to conditionally execute based on submenu state
- Add filtering options to SpaceList component
- Update CLAUDE.md
- Refactor error handling in checkResponseError
- Update @types/node
- Update eslint and eslint-config
- Combine search and members endpoints for object linking
- Merge pull request #12 from anyproto/fix/cache-invalidation
- Undo linter changes
- Remove authTs
- Fix undefined space error on account switch
- Refactor hooks to improve unused variable handling and null filtering
- Refactor space and object deeplinks
- Add templateId to defaults in CreateObjectForm
- Fix CI
- Downgrade ESLint
- npx npm-check-updates
- Fix quicklink creation for create object form
- Refactor constant definitions to remove apiKeyPrefixes
- Update scripts and ci
- Improve null handling for object properties and types
- Refactor name handling across mappers
- Fix cache invalidation on account switch through auth timestamp dependency
- Merge branch \'main\' into feature/api-side-filtering
- Merge branch \'main\' into feature/word-count
- Add CLAUDE.md
- Enhance type mapping to handle deleted types with a default representation
- Merge pull request #6 from anyproto/feature/new-auth-endpoints
- Refactor migration promise var name
- Add app_key to api_key migration logic for existing keys
- Merge branch \'main\' into feature/new-auth-endpoints
- Merge pull request #10 from anyproto/configure-port
- Conditionally include Authorization header in apiFetch
- Add fallback apiUrl
- Fix empty type filter returning all objects in search despite layout-specific view
- Add optional API key support in settings
- Make base url configurable instead of port
- Fix api url export
- Merge branch \'main\' into configure-port
- Add type_key to UpdateObjectRequest interface for future form support
- Remove unused type_key from UpdateObjectRequest
- Fix changelog placeholder
- Fixes after merge
- Merge branch \'contributions/merge-1751569325678\'
- Pull contributions
- Add changelog v4.1
- Refactor createObject, createProperty, createTag, and createType functions to remove null handling
- Refactor AddToList to use spaceId, listId, and objectId from form
- Update icon for properties in dropdown
- Merge pull request #9 from anyproto/dependabot/npm_and_yarn/npm_and_yarn-6ea9762674
- Fix form ids to match itemProps identifier for drafts
- GO-5904: Fix null format for type of layout note without icon
- Add editing capabilities to description
- Add tag management to CreatePropertyForm component
- Add type_key property to UpdateObjectRequest
- Bump brace-expansion in the npm_and_yarn group across 1 directory
- Base tag tooltip on tag property name
- Update workflow permissions
- Merge pull request #7 from anyproto/codex/find-and-fix-a-bug
- Remove string test
- Update README
- Fix error when no properties linked to type
- Update release.yml
- Make draftValues optional in CreateTypeForm and update usage in Command component
- Refactor update forms to use Promise.all for mutation callbacks
- Fix strict equality check for layout comparison in getIconWithFallback function
- Remove deprecated user type/prop checks
- Fix form validation and delete action
- Remove manual key for property / type creation
- Fix build workflow
- Add new tag menu metadata image
- Fixes after merge
- Merge branch \'contributions/merge-1748256234195\'
- Pull contributions
- Add v4 changelog
- Fix optional chaining for icon format in UpdateObjectForm
- Fix opening of bookmark template in detailview
- Exclude empty strings from encoding into query params
- Add name filtering to TagSubmenu
- Add name filtering for tags and switch to api side filtering for spaces and collections
- Add optional name parameter api filtering
- Add tests for pluralize
- Fix number field validation
- Fix form validation based on layout instead of bundled keys
- Refactor Create & Update TypeForm to use icon name and color instead of emoji
- Enhance form placeholders and info
- Add useProperty
- Add conditional rendering for CollectionList in ObjectDetail component
- Add type key to create and update forms
- Fix number field validation logic to correctly handle empty strings
- Switch form keys from prop.key to prop.Id for uniqueness after lifting key constraint
- Add prop key to create and update forms
- Rework auth endpoints and prepare deprecation of previous ones
- Undo removing properties for types, needed for create object form
- Remove format from PropertyLinkWithValue for improved efficiency
- Rename data to request for all post endpoints
- Update addObjectsToList request body
- Fix type-check
- Remove unused subtitle and move tags in object accessories
- Show tags and type in object accessories
- Merge branch \'fix/stage-2\'
- Fix validateToken return value
- Merge branch \'fix/stage-2\'
- Move v1 versioning from server to url paths
- Always fallback to type icon for notes
- Fix snippet trimming logic for notes
- Fix inconsistent hook calls for TagSubmenu
- Add gh actions for build and release
- Add Create Type as seperate command and refactor CreateTypeForm
- Revert showFailureToast to showToast in checkApiTokenValidity
- Update API version to 2025-05-20
- Add missing subresource to path for retrieving objects in a list view
- Optimize mutation handling by replacing sequential execution with Promise.all
- Add missing mutateViews call for refresh
- Fix emoji validation regex by removing global state
- Unify mutateTemplates into mutate
- Add TagSubmenu to add / remove tags and integrate with ObjectActions
- Refactor ListSubmenu to manage open state and search text
- Update sidebar shortcut modifiers
- Disable detail view for members
- Fix showing Untitled for objects without name and snippet
- Simplify draft values assignment
- Add error handling for missing properties in CreateTypeForm and UpdateTypeForm
- Refine user-defined type and property checks with bson id pattern
- Enhance validation for number fields and optimize emoji detection
- Various bugfixes
- Implement word/character count for object
- Add port preference option

* Add changelog for v5

* Revert command rename of browse-spaces

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
benigeri added a commit to benigeri/raycast-extensions that referenced this pull request Jan 6, 2026
- Prepare Raycast extension for publishing
- Merge pull request raycast#15 from benigeri/feature/raycast-extension
- Add Raycast extension and shared Supabase library
- Add auto-deploy GitHub Action and Supabase debugging docs (raycast#14)
- Add checkbox and bullet point formatting to cleanup prompt (raycast#13)
- Rename AGENTS.md to CLAUDE.md for auto-injection (raycast#12)
- Split multiline messages into title and description (raycast#11)
- Preserve prefix tags in cleanup prompt (raycast#10)
- Add Telegram confirmation reply with Linear issue link (raycast#9)
- Fix Linear team ID to use UUID instead of team key (raycast#8)
- Implement Telegram webhook for voice/text to Linear triage (raycast#7)
- Merge pull request raycast#6 from benigeri/feature/supabase-init
- Merge pull request raycast#5 from benigeri/feature/add-deepgram-anthropic-env
- Initialize Supabase with telegram-webhook function
- Add Deepgram and Anthropic placeholders to .env.example
- Merge pull request raycast#4 from benigeri/feature/update-env-example
- Merge pull request raycast#3 from benigeri/feature/add-verification-requirement
- Update .env.example with Telegram and Supabase vars
- Add verification requirement before closing beads
- Clean up telegram-pipeline-plan.md and add beads
- Merge pull request raycast#2 from benigeri/add-agents-workflow-guide
- Add Claude Code hooks for workflow enforcement
- Add AGENTS.md with development workflow guidelines
- Merge pull request raycast#1 from benigeri/update-workflow-with-prs
- Add PR workflow to development process
- Update plan with TDD approach and agent workflow
- Add Telegram → Linear triage pipeline plan
- Add bead: Text to add to todo list
- Initialize beads task tracking
- Add Linear triage viewer CLI tool
- Initial commit
maxjones1 added a commit to maxjones1/raycast-extensions that referenced this pull request Jan 22, 2026
- Sierra Intercom extension
- chore(deps): bump tmp and @inquirer/editor in /search-repos (raycast#29)
- chore(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12 in /getting-started (raycast#32)
- chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /search-repos (raycast#31)
- chore(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12 in /search-repos (raycast#30)
- chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /agent-portal (raycast#28)
- Migrate dependabot reviewers/assignees to CODEOWNERS (raycast#27)
- chore(deps-dev): bump brace-expansion in /agent-portal (raycast#25)
- Merge pull request raycast#23 from marshmallow-insurance/fix_nested_repo_dirs
- fix handling of repos with nested paths
- Merge pull request raycast#22 from marshmallow-insurance/feature/optimise-search-repos
- chore: Update changelog for version 1.4.0
- refactor(OpsLevelTools): Optimise tool generation
- Merge pull request raycast#21 from marshmallow-insurance/feature/add-new-ides
- Add 1.3.0 changelog
- feat: Add support for new editors and their icons
- Merge pull request raycast#20 from marshmallow-insurance/feature/add-cursor-ide-support
- fix lint
- Update search-repos/src/hooks/useAvailableEditorCommands.ts
- update changelog to v1.2.0
- feat: Add Cursor editor support with corresponding icon
- Merge pull request raycast#19 from marshmallow-insurance/search-repos/update-readme
- Update README.md
- feat(repoTools): Use cached state for repoTools initialisation
- style(search-repos): format useCachedState for repoTools initialization
- Update CHANGELOG links for version 1.1.0
- Update CHANGELOG for version 1.1.0
- feat(repoTools):Use cached state for repoTools initialization
- Merge pull request raycast#17 from marshmallow-insurance/david-gomes5-patch-1
- search-repos: fix readme formatting
- Merge pull request raycast#13 from marshmallow-insurance/feature/fix-intelliji-command
- chore(changelog): update CHANGELOG.md to reflect version 1.0.0
- chore(changelog): update CHANGELOG.md for version 1.0.0 and add new entries
- refactor(findAndParseOpsLevelFile): remove js-yaml and replace with yaml package
- fix(dependencies): update @raycast/api and @raycast/utils to latest versions
- feat(eslint): add ESLint configuration for search-repos refactor: clean up code formatting in various files
- Add changelog
- feat(search): add description field to repository item
- feat(changelog): update CHANGELOG.md for version 1.0.0 and add new entries docs(readme): enhance development setup instructions and release process refactor(update-changelog): improve commit filtering and repository URL handling
- feat(changelog): add CHANGELOG.md and implement automatic update script
- feat(metadata): add new PNG images for search repositories
- feat(docs): update README to include Opslevel tools feature and enhance shortcuts section
- feat(tools): add ToolsAction component and parse opslevel tools from repositories
- feat(utils): enhance `getGitUrl` function with repository validation and improved URL handling
- feat(utils): implement enum for programming languages and update extension mapping
- feat(utils): enhance repository language detection with scan limits and directory prioritization
- feat(utils): add repository language detection functionality
- refactor(EditorAction): simplify action logic and remove unused code
- style(search-repositories): standardize string quotes and formatting
- docs(README): update title and add debugging section; update .gitignore for VSCode
- refactor(utils): run linting fix
- Merge pull request raycast#12 from marshmallow-insurance/add-secrets-inherit
- Add \'secrets: inherit\' to Dependabot auto-merge workflow
- Bump cross-spawn from 7.0.3 to 7.0.6 in /search-repos (raycast#10)
- Bump cross-spawn from 7.0.3 to 7.0.6 in /agent-portal (raycast#9)
- Delete opslevel.yml (raycast#8)
- PE-1116 Use centralized dependabot auto-approve workflow (raycast#7)
- Bump micromatch from 4.0.7 to 4.0.8 in /search-repos (raycast#6)
- Merge pull request raycast#5 from marshmallow-insurance/feature/add-search-repos-extension
- remove reference to `parakeet`
- add search repos extension
- Bump micromatch from 4.0.6 to 4.0.8 in /getting-started (raycast#4)
- Bump micromatch from 4.0.5 to 4.0.8 in /agent-portal (raycast#3)
- Add dependabot
- Update opslevel.yml
- Update opslevel.yml
- Fix
- Fix
- Enable org publishing
- Add Opslevel configuration (raycast#2)
- Add agent portal search (raycast#1)
- Updated readme for agent-portal extension
- Added .gitignore
- Updated readme for extensions
- Agent Portal Details extension
harunonsystem pushed a commit to harunonsystem/raycast-extensions that referenced this pull request Jan 24, 2026
- Merge pull request raycast#7 from harunonsystem/bugfix/top-time-cal
- Improve leave time logic and project structure
- Merge pull request raycast#6 from harunonsystem/fix/media
- feat: Add local media assets for screenshots, update READMEs to reference them, and generate package-lock.json.
- Merge pull request raycast#5 from harunonsystem/fix/time-cal
- Update src/lib/time-utils.ts from gh copilot review
- feat: Implement overtime display functionality and integrate Biome for linting and formatting, along with translation cleanups.
- feat: Migrate testing to Vitest, refactor translation logic with new keys, and integrate Biome for code quality.
- wip
- Merge pull request raycast#4 from harunonsystem/claude/update-readme-files-XKDXj
- docs: swap README files - English as main, Japanese as .en version
- Merge pull request raycast#3 from harunonsystem/claude/add-english-readme-FjcwO
- docs: add English version of README
- Merge pull request raycast#2 from harunonsystem/fix/issue-1-hours-display
- pinact
- fix: remove lint step from CI (ray lint requires package-lock.json)
- pinact
- fix: 残り時間の計算修正と定期更新の追加
- fix
- docs
- feat: Dynamically update command subtitle with remaining time and set 1-minute refresh interval for the command.
- wip
- init
raycastbot added a commit that referenced this pull request Jan 27, 2026
* Add youtube-highlights extension

- Merge pull request #19 from getdekoded:preparing-for-prod
- chore(functions): rebuild with JSDoc comments preserved
- docs: Update Raycast metadata, README, and add screenshots for store submission
- feat: Refactor browser preference loading, centralize video extraction script, update Raycast auth redirect URIs, and add a new Arc debug probe script.
- refactor(raycast): remove Obsidian and Notion export functionality
- feat(raycast): fetch Pro status from API instead of stale JWT claims
- chore: Remove verbose console logging and debugging statements from various modules.
- fix(functions): resolve body parser stream error in Firebase Functions v2
- refactor: remove redundant JSDoc comments from utility functions
- chore: Remove development-specific code and debug logs from auth and storage utilities, archiving the removed code in a new documentation file.
- removed comments
- fix: clarify no video found error message and ensure command exits
- fix: Add robust error handling for browser tab queries to prevent crashes from AppleScript errors.
- Updates and analysis
- feat(website): Add branding images and update page content
- docs: Add development notes and research
- chore: Update gitignore
- fix(auth,raycast): Minor updates to auth and sync
- chore(firebase): Add production project configuration
- refactor(functions): Simplify config and clean up code
- feat(website): Prepare website for production launch
- feat: add `com.raycast://` and `com.raycast:/` to allowed Raycast production redirect URIs
- preparing raycast to test prod
- cleanup
- Updating next to bypass vulnerability
- making space on laptop
- Merge pull request #15 from getdekoded:verifying-firebase-firestore
- fix: address CodeRabbit review issues across functions and Raycast
- fixes
- feat: implement background sync and fix critical runtime issues
- preferences
- feat(functions): Add Firebase Functions API infrastructure
- docs: add Kofi Functions Architecture and implementation plan
- docs: Organize .notes directory into logical folders
- feat(raycast): Add backup/restore for free users and improve auth flow
- Merge pull request #14 from getdekoded:marketing-website
- fix(website): CodeRabbit review fixes - 6 issues resolved
- fix: patch React Server Components vulnerability (CVE-2025-55182)
- new rules
- feat(website): add SEO metadata and fix inaccurate feature claims
- chore(website): sync lockfile with package.json versions
- added more quotes
- fix(website): address CodeRabbit review issues
- feat(website): integrate interactive Raycast demo and landing page
- raycast ui
- feat(website): add raycast landing page and dynamic quote cards
- fix(website): address CodeRabbit review findings
- feat(website): rebuild Pro page with pricing cards and update footer nav
- feat(website): add Collector use case and refine layouts
- refactor(website): enhance Lifelong Learner page with improved spacing and visual consistency
- first iteration
- chore: remove .DS_Store files from tracking
- Merge pull request #12 from getdekoded/better-highlight-creation
- Fixes
- perf(arc): optimize background video detection speed
- fix: improve background video detection with robust isPlaying check
- feat: Add deep state probe utility to gather detailed YouTube player information from Arc browser tabs.
- refactor: Make `getBackgroundPlayingVideo` optional on `BrowserAdapter` and call it type-safely.
- refactor: improve JSON parsing error handling by logging a warning and returning null on failure
- fix: enable stealth background extraction for Arc
- docs: confirm Arc blocks all background tab data extraction
- docs: add Arc learnings about pinned tabs and background DOM limitations
- feat: pivot to foreground-only extraction and remove background processing
- fix(browser): improve foreground extraction robustness with null check
- docs: Update JXA learnings and add background extraction deep dive
- docs: Document Arc JXA learnings and background flow pivot
- feat: Add background
- Updates
- Code reveiw
- feat(create-highlight): streamline extraction flow with auto-fallback
- fix(browser): restore regex escaping in JXA script and update learnings
- fix(browser): reliably extract metadata from background Arc tabs
- logger
- feat: Implement manual timestamp input, enhance video metadata fallback handling, and integrate a new logger.
- feat: Implement manual time input, add Arc browser preference, and enhance browser interaction with JXA, logging, and related documentation.
- chore: fix linting and formatting issues
- Merge pull request #11 from getdekoded:feat/raycast-auth
- fix: Correct Raycast redirect URI and refine token refresh logic to explicitly handle expired tokens without a refresh token.
- fix: address PR review comments
- feat: update \'Get Raycast\' button text to \'Get The App\'
- feat: configure external link based on deployment environment
- fix(auth): allow custom redirect schemes without strict URL parsing
- feat: security hardening and code quality improvements
- feat(raycast): implement Recent Highlights view with simplified UX
- refactor: address code review comments and improve UX
- feat(raycast): Implement Free/Pro tiers, Sync logic, and UI refinements
- Planning
- feat: implement detail views and comprehensive documentation
- feat: finalize raycast auth UI and document free vs pro features
- ui: use extension-icon-big.png for command and auth icons
- ui: use extension-icon-big for command icons
- ui: reduce icon size to 64x64 in sign-in view
- fix: update UserToken interface to match firebase token structure
- ui: update sign-in page with custom logo and privacy fixes
- fix: map user_id to uid in auth utility
- debug: log decoded token structure
- chore: v0.04 - add service-account.json to gitignore
- fix: support service account JSON from env var for Vercel
- chore: bump to v0.03 - trigger rebuild with admin credentials
- debug: add comprehensive logging to token exchange flow
- chore: bump version to v0.02 for deployment verification
- chore: add debug logs for firebase config
- chore: add version and timestamp to landing page for verification
- fix(auth): allow com.raycast redirect and register commands
- feat: implement raycast auth and pro features
- add website
- Update to content
- Merge pull request #10 from getdekoded:feat/central-auth
- PR fixes
- feat(auth): harden security for oauth flow and add legal pages
- feat(auth): initialize centralized auth service
- added sample auth website
- feat: Implement advanced features for YouTube Highlights
- chore: Configure monorepo workspaces and gitignore
- chore: Initialize monorepo structure
- UI cleanup (#9)
- UI cleanup
- Refactor URL Input Section layout by repositioning icon and adjusting spacing for improved UI consistency.
- Added guide
- its-50-hide-elements-that-arent-ready-and-fix-ui-overflow (#8)
- its-50-hide-elements-that-arent-ready-and-fix-ui-overflow
- its-49-fix-android-cicd (#7)
- its-49-fix-android-cicd
- its-48-fix-cicd-for-web (#6)
- Refactor Firebase configuration in .firebaserc to standardize app names for staging and dev environments; update binary configuration files for multiple architectures in Android app.
- Refactor firebase.json to support multiple hosting targets (staging, prod, dev) with enhanced configuration including CORS and cache control headers.
- uses: actions/checkout@v3
- Enhance deployment workflow by setting up SSH key, configuring Git for SSH access, and testing SSH connection to GitHub
- Update genie dependency URL to use SSH format
- GENIE_ACCESS_SECRET 2
- GENIE_ACCESS_SECRET
- Update genie dependency to use Git URL and reference; adjust binary configuration files for multiple architectures
- Update deployment workflow to build web from main_development.dart; remove unused character count and storytime examples
- target
- no web renderer
- test
- test cicd
- its-48-fix-cicd-for-web
- its-47-ui-cleanup (#5)
- its-47-ui-cleanup
- 03-13-its-29_create_first_highlight_mode_flow (#4)
- 03-13-its-29_create_first_highlight_mode_flow
- its-30-experiment-with-supereditor (#3)
- its-30-experiment-with-supereditor
- ITS-29 create first highlight mode flow (#2)
- ITS-29 create first highlight mode flow
- Refactor video data models and update addition date handling (#1)
- Enhance video handling and initialization in app startup
- Refactor video data models and update addition date handling
- Enhance paste handling and processing overlay in HomePage
- Refactor HomeController and enhance paste handling in HomePage
- Update routes to include QuickTest page and refactor video response handling
- Refactor video handling and enhance data models
- Add export for paths.dart in core.dart
- Remove deprecated extensions.mdc file and refactor video-related imports and models
- Integrate Remote Config with Dynamic UI Strings
- Implement comprehensive Landing Page with responsive design and Google Sign-In
- Enhance Videos View with Decorative Icons and Section Headers
- Add keyboard shortcut hints and tooltips across views
- Add keyboard shortcuts panel and enhance keyboard navigation
- Refactor Profile Page to ProfileView and Update Routing
- Implement comprehensive keyboard navigation and shortcut system
- Enhance UI with playful animations and decorative elements
- Refactor UI components with Shadcn styling and improved layout
- Implement comprehensive video management and UI enhancements
- Update HomeAppBar styling and elevation
- Implement Videos View and Add Dividers to App Bar and Bottom Navigation
- Refactor project dependencies and code quality improvements
- Refactor mobile home view layout and animations
- Enhance UI animations and layout for mobile home view
- Add new video modal and integrate with home page
- quick cleanup
- Refactor home app bar and shared widgets
- Refactor notifications UI with modular components and centralized text
- Refactor home page and centralize UI constants
- Migrate to Firebase, Riverpod, and update project configuration
- Remove boilerplate counter app and simplify main entry points and added a .prototype folder
- Added cursor rules
- counter app
- Initial commit

* Update youtube-highlights extension

- chore: update root package-lock.json
- chore(raycast): add package-lock.json for store submission
- fix: update raycast API to 1.104.0 and regenerate lock file

* Update README.md to include disambiguation

Updated the Readme.md to provide clarity and explain where to find more info

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
linuz90 added a commit to linuz90/extensions that referenced this pull request Feb 3, 2026
- chore: remove old community extension files from merge
- Merge branch \'contributions/merge-1770112617082\'
- Pull contributions
- chore: add publish script to package.json
- chore: prepare extension for store submission (raycast#8)
- feat: add Cmd+Delete shortcut to delete draft action (raycast#7)
- Merge pull request raycast#6 from typefully/linuz90/ship-extension
- chore: improve store metadata and documentation
- Merge pull request raycast#5 from typefully/linuz90/improve-icons
- fix: review fixes for thread platforms, cache TTL, and formatting
- fix: stabilize draft tool inputs
- refactor: remove account command and improve drafts UX
- Merge pull request raycast#4 from typefully/linuz90/share-action-cleanup
- Add Raycast AI tools for @typefully in AI Chat
- Add CHANGELOG.md and media folder for store submission
- Add development setup instructions to README
- Centralize social set team grouping and add share action
- Add updateDraft API for sharing drafts
- Update Raycast dependencies to latest versions
- Initial commit: Typefully Raycast extension
raycastbot added a commit that referenced this pull request Feb 4, 2026
* Update typefully extension

- chore: remove old community extension files from merge
- Merge branch \'contributions/merge-1770112617082\'
- Pull contributions
- chore: add publish script to package.json
- chore: prepare extension for store submission (#8)
- feat: add Cmd+Delete shortcut to delete draft action (#7)
- Merge pull request #6 from typefully/linuz90/ship-extension
- chore: improve store metadata and documentation
- Merge pull request #5 from typefully/linuz90/improve-icons
- fix: review fixes for thread platforms, cache TTL, and formatting
- fix: stabilize draft tool inputs
- refactor: remove account command and improve drafts UX
- Merge pull request #4 from typefully/linuz90/share-action-cleanup
- Add Raycast AI tools for @typefully in AI Chat
- Add CHANGELOG.md and media folder for store submission
- Add development setup instructions to README
- Centralize social set team grouping and add share action
- Add updateDraft API for sharing drafts
- Update Raycast dependencies to latest versions
- Initial commit: Typefully Raycast extension

* Update typefully extension

- style: fix prettier formatting for Raycast store
- fix: handle zero offset (#12)
- feat: show media inline in draft preview (#11)
- Enable Raycast draft preservation for New Draft command (#10)
- Address store PR review comments (#9)
- docs: add CLAUDE.md with publishing workflow

* Update typefully extension

- fix: restore old command names for backward compatibility
- docs: add raycast lint instruction to CLAUDE.md

* Update typefully extension

- chore: add .context to gitignore
- fix: restore old command names for backward compatibility (#13)
- fix: restore old command names for backward compatibility

* Sort package.json according to Raycast template

* Update

* Update CHANGELOG.md, add platforms field and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: Dhruv Suthar <intelligentjimmy@gmail.com>
Co-authored-by: raycastbot <bot@raycast.com>
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