Add figma-files extension#37
Add figma-files extension#37thomaspaulmann merged 10 commits intoraycast:mainfrom michaelwschultz:main
Conversation
|
@michaelwschultz I went ahead and added some simple caching. This makes the command a lot faster to interact with especially because the files won't change that often. I also made the timestamp relative in the acccesory title. That is usually easier to parse. Another idea is to keep track of recently opened files and put them on top. This way you can open the ones that you visit often a lot faster. Happy to help with this or do you want to give it a try? CleanShot.2021-10-16.at.2.02.17.mp4 |
|
I also made the open action a lil smarter and prefer to open the file in the desktop app if one is installed. |
thomaspaulmann
left a comment
There was a problem hiding this comment.
This is amazing and gonna be used a ton. Thanks for adding it.
I made a few additional tweaks to make the extension a lil faster/easier to use:
- Add caching for faster repeating opens
- Prefer to open links in the desktop app if it's installed
- Tweaked display strings to fit our UI guidelines
@michaelwschultz could you take a look into the inline comment to add your handle?
You bet!! I'll give it a look this evening. Your additions are excellent. Thanks a ton. I should add this caching technique to the other extensions I'm working on as well. I'm also still going to allow this to work for individuals as well as teams. Still trying to figure out the most intuitive way to switch between them using the preferences. |
|
Awesome! Let me know how it goes. Super pumped to get this extension into the store. Gonna be very useful for a lot of folks. I have some WIP for a GitHub repository search that also keeps track of visited repositories. This might act as some inspiration. It isn't yet finished and needs some more polishment. What's the difference for individual vs. team projects? Please just re-request a review when you think the extension is ready for a release. We can also add more features later. |
|
Sounds good. The evening got away from me but I'll knock this out some night after work this week. And thanks for the sample. |
|
@michaelwschultz I fixed your author name. How about we publish the current version and then you submit another PR with your updates. I think this extensions is already super good and we should give it to other users. You can always iterate on it. WDYT? If you give me the green light, I'll merge the PR. |
|
@thomaspaulmann sounds good. Feel free to merge it now. I'll send you an update PR soon. Btw, what about naming for this extension? I like Github repository search, what about Figma file search? Should there be consistent naming for these style of extensions? |
|
I think Figma File Search is a great name. It says what it is. I merged it. The extension should be available in the store soon. |
* Adds figma-files extension to store * Format code * Add simple caching * Show relative date * Resolve JSON module * Handle development and few more handy actions * Prefer opening files in the desktop app * Sort imports and remove unnecessary ones * Make package.json strings fit UI guidelines * Update extensions/figma-files/package.json Co-authored-by: Thomas Paul Mann <hi@thomaspaulmann.com>
- 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
* 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>
- Merge pull request raycast#37 from thuoe/next - Merge pull request raycast#36 from thuoe/chore/sync-raycast-repo - Merge branch \'contributions/merge-1705420963700882000\' into chore/sync-raycast-repo - Pull contributions - Merge pull request raycast#35 from thuoe/next - Merge pull request raycast#24 from thuoe/feature/thu-18-raycast-command-search-league-standings - docs: update timestamp - fix: filter only domestic leagues - Merge remote-tracking branch \'origin/next\' into feature/thu-18-raycast-command-search-league-standings - docs: include install button (raycast#34) - Merge pull request raycast#33 from thuoe/main - Merge remote-tracking branch \'origin/next\' into feature/thu-18-raycast-command-search-league-standings - docs: update changelog - feat: action to open team details from standing - docs: include command screenshot - feat: include search bar placeholder - fix: map league id - feat: display standing once league is selected - feat: map recent form for each standing - fix: map image path - feat: map matches played - feat: create hook to fetch league standing data - fix: map active season - feat: fetch leagues
* Add footy-report extension - Merge pull request #22 from thuoe/next - Merge pull request #21 from thuoe/docs/2023-12-26-changelog - docs: update changelog - Merge pull request #20 from thuoe/feature/thu-33-redesign-test-api-command - docs: update screenshots - chore: delete unused assets - feat: action to open ext preferences - feat: use form to test API access token - Merge pull request #19 from thuoe/bugfix/fetch-teams - fix: optional position name - Merge pull request #2 from thuoe/feature/thu-15-raycast-create-search-command - Merge pull request #10 from thuoe/feature/thu-26-create-command-screenshots - docs: include command screenshots in README.md - docs: player stats screenshot - docs: team list screenshot - docs: update team details & API screenshots - docs: delete outdated screenshots - docs: create command screenshots - Merge pull request #17 from thuoe/bugfix/type-errors - build: include build step during CI pipeline - fix: type error fetch teams hook - fix: type error command arg - fix: type errors for fetching fixtures - fix: type erros from player stats - fix: 2d array type further improvements - fix: array type - fix: multidimensional array type - Merge pull request #18 from thuoe/feature/unit-tests - build: test step to ci job - test: create markdown from 2d array - test: grouping obj - test: format & select fields - build: install jest - Merge pull request #16 from thuoe/feature/thu-32-search-command-create-readme - docs: add missing command subheading - docs: create README.md template - Merge pull request #15 from thuoe/feature/thu-29-player-markdown-season-stats - feat: include yellow/red card stats - refactor: set/filter events - fix: map player id - feat: fetch player stats across seasons for teams - feat: create markdown table function - Merge remote-tracking branch \'origin/next\' into feature/thu-15-raycast-create-search-command - Merge pull request #14 from thuoe/chore/gh-actions-ci - build: provide extension description - refactor: ci pipeline - Merge remote-tracking branch \'origin/next\' into feature/thu-15-raycast-create-search-command - Merge pull request #13 from thuoe/feature/thu-28-create-extension-icon - feat: create extension icon - feat: create argument to search by team name - feat: group squad by positions in grid view - feat: create grouping function - feat: create simple grid view for squad players - feat: map tvstations to fixture calendar events - feat: provide calendar name preference - feat: wrap action in confirmation alert - feat: create calendar event action for upcoming fixtures - feat: icon for player details action button - feat: introduce limit across fixture list items - feat: populate upcoming fixtures list section - fix: correct time range when fetching fixtures - fix: rename fixture list category - refactor: format fixture timestamp during response mapping - feat: fetch latest fixtures and populate list items - fix: correct squad subtitle count - fix: populate title & placeholder with team name - refactor: generic function to compute select fields - fix: maximise player image size in markdown - feat: create player details view - feat: map player dob - feat: restructure search command to search, favorite & display teams details - feat: create new view for team details using dummy data - build: create alias for shared types - feat: create hook to fetch team with player info - fix: invoke custom hook after change to path & provide execute flag - refactor: rename search team command - fix: prevent persisting dropdown value - feat: create dropdown with team sections using dummy data - feat(command): create search command template - Merge pull request #12 from thuoe/chore/env-var-gh-actions - chore: default env vars for gh actions - chore: create basic ci pipeline (#11) - Merge pull request #6 from thuoe/chore/local-dev-improvements - fix: add missing package - chore: format remaining files - chore: update editorconfig - chore: format code on save - chore: create editorconfig file - Merge pull request #5 from thuoe/feature/thu-23-create-preferences - refactor: remove optional chaining - refactor: create custom hook for API call - feat: test API command - chore: provide ESLint config (#4) - Merge pull request #1 from thuoe/feature/thu-14-create-project-template - feat: create simple command template - Initial commit * Update footy-report extension - Merge pull request #26 from thuoe/next - Merge pull request #25 from thuoe/bugfix/squad-details - fix: map fixture id to item key - fix: increase limit of squad players rendered in grid - chore: remove console log - fix: display age && render if dob provided - fix: show seasons based on relevant team - fix: filter season stats if no details found - fix: render players without shirt no - Merge pull request #23 from thuoe/main * Update footy-report extension - Merge pull request #29 from thuoe/next - Merge pull request #28 from thuoe/feature/thu-34-error-handling-faulty-api-tokens - fix: handle errors across views - refactor: hooks response types - fix: handle hook data responses if invalid token is found - fix: provide error from promise hook - feat: create error toast hook - Merge pull request #27 from thuoe/main * Update footy-report extension - Merge pull request #32 from thuoe/next - Merge pull request #31 from thuoe/feature/thu-35-api-test-command-validate-sportmonks-endpoint - feat: validate endpoint before submit - Merge pull request #30 from thuoe/main * Update CHANGELOG.md and optimise images * Update footy-report extension - Merge pull request #37 from thuoe/next - Merge pull request #36 from thuoe/chore/sync-raycast-repo - Merge branch \'contributions/merge-1705420963700882000\' into chore/sync-raycast-repo - Pull contributions - Merge pull request #35 from thuoe/next - Merge pull request #24 from thuoe/feature/thu-18-raycast-command-search-league-standings - docs: update timestamp - fix: filter only domestic leagues - Merge remote-tracking branch \'origin/next\' into feature/thu-18-raycast-command-search-league-standings - docs: include install button (#34) - Merge pull request #33 from thuoe/main - Merge remote-tracking branch \'origin/next\' into feature/thu-18-raycast-command-search-league-standings - docs: update changelog - feat: action to open team details from standing - docs: include command screenshot - feat: include search bar placeholder - fix: map league id - feat: display standing once league is selected - feat: map recent form for each standing - fix: map image path - feat: map matches played - feat: create hook to fetch league standing data - fix: map active season - feat: fetch leagues * Already an install button 🙂 * fix: error handle invalid api tokens for fetching standings (#38) * fix: linting issues (#39) * fix: error handle fetch league hook (#40) * Update README.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <bot@raycast.com> Co-authored-by: Per Nielsen Tikær <per@raycast.com>
- removed owner
- - minor browser extension CSS / UI changes - added raycast metadata, readme - new Chrome and Firefox screenshots
- release notes
- added integrations settings section
- added error handling to CLI and Raycast extension
- fixed application path
- fixed build error
- - raycast extension - changes for raycast extension on CLI - updated SQLite.swift framework to SQLiteSwift to avoid name collations
- added raycast extension draft
- - new unified image - split search string by space, save quoted strings - css improvements - larger placeholder image size - fixed localization in host extension
- - search in web trigger values - fixed open urls in background if not http(s) scheme - new css style for search input - new web trigger function action regex match all
- - fixed crash in SurfedExtensionHost if password protected - updated extension localisation
- removed build files
- - use web trigger v3 definition - added release notes - allow opening multiple urls via web trigger - new build number
- fixed archive problem
- - added new browser onboarding view - added Opera, Brave to Open In action
- new rename device action
- - added update device name action - changed host extension path
- minor fixes
- - check if runWebtrigger is enabled for all event states - added a new filter menu to filter web trigger by events
- - removed webNavigation permission - added scripting permission to Firefox manifest - fixed duplicated localisation keys (case sensitive)
- - fixed iCloud (long text) upload conflict - show date picker in devices history - added Firefox extension link - fixed settings tab crash (macOS) - fixed deleting devices (transferDevice uuid to correct column) - fixed bright background in dashboard/popover - updated extension description - only enable iCloud sync if db version is the current - added Chrome extension screenshots
- removed tmp files
- Renamed folder from Chrome to development
- created min.js files with uglify
- fixed build error
- select browser in extension settings via deep link query parameter
- added deep link to settings view (with tab actions)
- - added translation strings - added base64 decoding function - fixed append HTML code in extension - added "Assigned to Space" in edit web trigger view
- - fixed global search with multiple search terms - fixed iOS build
- added setting to show/hide Mac status bar item
- fixed database upgrade crash and moved code to app delegate
- fixed web trigger sorting issues
- updated runestone package
- - added new web trigger actions sorting mechanism - changed trigger json data type response - add new web trigger type "CSS" and "Search & Replace" in HTML content
- - added assign space menu to web trigger table view - fixed favorite bug in popup - added html actions in background script - added html append and replace web trigger actions - fixed build error
- fixed showing filter bar immediately
- fixed application table sync bug
- fixed notification actions (by adding a new notification service extension) to the ExtensionHost target
- added app icon for ExtensionHost
- - fixed showing weekdays in popover date filter - fixed showing notifications in ExtensionHost (by requesting permissions)
- - enable WAL mode in SQLite database - fixed missing Keychain framework in SurfedExtensionHost target - finalist Install Extension UI on macOS settings - fixed InstallHost action (if folder is not available) - moved JS code to platform JS file - use gpt4o model for OpenAI
- - implemented redirect url correct - bug fixes
- - Browser Extension settings - async image loading in popup - more meta data in popup - try busyhandler for database connection
- - lot of extension fixes - added log debug for safari extension - added logging settings
- implemented "Save as Collection" in Browser Extension
- - App: split search string in tokens and only search on enter - only split in tokens if at least two colons inside the search string
- - added new search tokens - open surfed dashboard with keyboard shortcut su
- fixed chrome translation
- - localization updates - minor ui fixes
- a lot of fixes
- - a lot of extension fixes and improvements - refactored tag and collection ui in extension
- - major fixes in extension - added images
- implemented search tokens in browser extension dashboard
- - added dashboard to Safari browser extension - new tab
- - fixed bugs in extension, and host and debugger
- - implemented Delete Device Action - show ShowActions in multiselect view - moved debug log function into new class
- - added Brave browser - omnibox - crash fixed in safari extension
- implemented "Application" search filter
- converted SurfedExtensionHost to a macCatalyst app to use UIKit API
- - added signing private key - added Firefox setting
- added chrome extension code
- new files for the SurfedExtensionHost binary
- - update metadata with article - update history entry with application
- adopted code to support third party browser extensions
- moved iOS Safari extension code into own class
- added safari extension emm images
- updated release notes
- - show pro features state in settings view - reload global menu after validating license - changed extension manifest to 2.0.2 - load correct app icons on emm version extension - fixed refreshing receipt
- new build number
- - fixed missing iCloud entitlement in emm version
- Merge pull request #46 from hosy/milestone/2.0.1
- - new build number - changed iMessage icons
- - new build number - removed unneeded code
- - fixed share action crash - try to fix crash
- fixed visionOS ui issues
- - fixed database migration - add setting database version via deep link
- fixed setting database version
- - fixed show record private mode setting - Safari extension: fixed rare bug, that some websites could not be added to history
- - fixed startup crash - fixed saving onboarding items - url scheme to reset iCloud settings - added release notes
- - fixed splitview hide primary column bug - fixed archive mac build - new build and version numbers
- fixed database setup process
- Merge pull request #45 from hosy/feature/visionOS
- new build number
- added visionOS screenshots
- minor visionOS fixes (mostly color and size)
- - fixed database upgrade bug (if columns already exists) - fixed database setup on visionOS - added app version to settings view
- minor fixes
- - added some new copy actions - fixed build errors for visionOS and macOS Meracto package
- removed SwiftyStoreKit
- migrated to StoreKit 2 with Mercato package
- fixed iOS and macOS builds
- fixed button lock on visionOS
- fixed code signing (Archive)
- - fixed crashed when showing popovers - fixed cancel buttons on visionOS
- added missing xcconfig support for new targets
- prepared visionOS archive
- more fixed and visionOS refinement
- added surfboard for visionOS app icon
- First draft of a visionOS build
- Merge pull request #42 from hosy/milestone/2.0
- updated release notes
- added promote draft
- updated metadata and release notes press kit
- activated app license
- - added custom symbols - fixed popup tag/history errors
- - fixed applock manager - added two new cell types - enabled Reload image for bulk actions - updated localisations - minor changes
- - updated release notes - added background to activity indicator - added activity indicator to AI actions
- added "From this domain" action
- - added new filters for morning, afternoon, evening, at night - added new reload image action
- - minor fixes - move delete tag into an action - added in-app event images - added release note
- - fixed root collections with not assigned parent groups to space - show assign and unassign space in more places - updated release image - updated release notes - new press release text
- - fixed share article audio metadata - fixed show "More" row
- working solution with metadata
- added "Share Article as Audio" feature
- - added "Load more" data loading in lists with offset - changed limit length to 100 for data loading
- - added missing Chinese localisation strings - changed Chinese app store description
- - added resolver (not working) to AppIntent - AppIntent changes
- - added Shortcuts colors - Intent fixes
- - fixed a bug in get tag urls (duplicated history join) - new build number
- - read article title - show voice region, siri and quality in voice options - fixed bugs in "is not" filter statement
- - fixed launch screen safe area - renamed Surfed to Surfed Pro for emm version
- replaced safari extension icon with new version
- fixed EMM project setup
- - added iCloud identifier for EMM version - updated app description
- - fixed setting standard toolbar - fixed join error for hidden items filter - added release image - new build number
- new build number
- - new Play Article widget - added "Duplicate" action to smart editing view for groups - fixed opening url scheme duplicated view, if already opened
- version 2 marketing release notes image
- - fixed apply reader settings - fixed close reader view
- - fixed show global search, if already opened - fixed favourite entries in browser popup
- - fixed openAI actions with new model and moved to new api chat completion - added copy and open AI actions to actions menu - only save listening location for articles - new build number
- fixed build errors on macOS
- fixed missing try!
- - fixed crash - try to fix crashes by removing try! with do statements
- updated release notes
- fixed missing table join
- - fixed player bugs - fixed AppIntents bugs - localization fixes
- - print lists - save lists as PDF - more copy actions - show url parameter action - show space name in space "All" in history cell - settings for reader view and listen article - fixed multiple select action completion handler - save listening, listened and read state - new shortcut actions listen tag or collection article, listen url article - speaker: queue, next, previous, skip - listen and listen all actions - fixed select multiple items - selectable uitextview in reader view - new filter: listened, listening, read
- - get history years and show in search suggestions - show "not like images" in state search suggestions
- - Speaker improvements - Listen all - new search types: listened, listening, read - adopted database
- - show biometrical unlock when switching to private mode profile - on app start switch to profile "all" if private mode is enabled - fixed selected items sorting (removed set) - filter private mode profiles from all lists in profile "All"
- - refactored the Speaker with queue, skip, next, previous, playback position - added private mode in assign profile action selection - fixed fullscreen context bug
- - fixed bugs - PDF and Print action only for licensed app version
- added localisations
- - updated Readability version - refactored Speaker to shared instance - fixed article settings - fixed minor bugs
- - implemented printing and PDF export - new article settings font and voice - refactored code to retrieve ItemType images and titles globally - global function to retrieve formatted history string
- add a share item to the article view
- - web trigger: show save panel instead of share sheet on macOS - fixed importing web trigger with notification actions
- - fixed deleting web trigger (updating list) - new build number
- - added new debug setting to show push notification for background task - fixed background task - setting sync to background task and process activity for extensions - added web trigger search - filter web trigger by enabled/disabled - new mac icon
- fixed sorting smart collections by date, frequency
- - improved Safari extension background sync - improved sync algorithm - added devices to history sidebar - added devices to the global search - schedule sync items to a minimum of 20 for syncing - added missing localizations - fixed crash on showing CSV share sheet on iPad - added debug options to show sync notifications
- - new CSV Export Action - show session time in history lists - new coloured app icons - pass article to web trigger if performed in app - fixed: use hidden filter for Safari extension popup items - fixed: today statistics value was wrong - fixed: sometimes the tagging view was not opened - fixed: use new activation rules for share sheet action - fixed: app clean install had db setup bug
- - new sort type "Session Time" - share sheet is now available in all apps, which sharing URLs - show more context menu actions in global search results - fixed deselect only, if no "select" action was performed - moved actions "Open In", "Run Web Trigger", "Actions Menu" into new view controller - more actions are now available in multiple selection - update pending sync items in settings view - only show private browsing space, if recording is enabled - show multiple select actions on the end of actions - updated chinese and french translation - fixed crash on syncronize list actions - fixed bugs in statistics view - fixed broken alternative url titles, after sync import
- - added new filter rule "Session Time" (get history entries which matches the chosen session time) - show "Private Mode" space in Share Sheet (if Private Mode recording is enabled) - Favourite Action (in multiple selection may set wrong value) - minor fixes - fixed removed sessionTime table bugs
- - added hidden items - added private mode space / profile - added new filter private mode - added conditions is not for state filter
- - removed history session table and all regarding code - migrate to new history duration - reload activity view - show spaces filter in global search
- added query item "space" to url open parameter
- - fixed searching for multiple tags - fixed Mac menu items - added more keyboard shortcuts - fixed remove observer crash - not updating table view, if items are selected - find duplicated tags and remove broken database values
- - fixed open in new window - show actions in global search context menu - switch to assigned profile when opening an item
- fixed crash
- - show device name in history cells - reload system menu after iCloud enable/disable
- fixed siri voice
- added different vendor url scheme for vanilla and emm app
- - added reading time to web trigger paramters - added syncronize action to menus - fixed app icon preview - fixed favorite/flag in favorites assign space
- updated release notes
- updated to the latest sf symbol picker
- added missing translations
- - finalised html favourite import - added SwiftSoup license - fixed insert tag bug - fixed context menu for copy and ai actions
- first working html bookmark parsing draft
- fixed passing urlid instead of uuid
- added new externalimport action
- - fixed wording - added more external import help entries - added SwiftSoup for parsing html files - fixed share sheet, surfed action actions
- - external import - release notes - switch spaces keyboard command - fixed assign problems
- Merge branch \'milestone/1.5.1\' into milestone/2.0
- enabled SearchSuggestionView again
- - fixed retain cycle issues - fixed global search issues
- fixed get collection issues
- fixed retain cycle issues
- - added external import for raindrop.io - renamed profiles to spaces - fixed bugs - added translations
- fixed showing history cloud sync interval in welcome vier
- - implemented focus filter - fixed favourites and flags for profiles - fixed a lot of profile and assign bugs - new global web trigger run setting
- load of refactoring, bug fixes - added new intent - fixed widgets for iOS 17, profiles - new tables ...
- - localisation - fixes in edit profile view
- - Localisation - Fixed Profile menu - additional foot note in iCloud sync
- - fixed upgrading tables - fixed join statement in search - fixed filter - removed select items in sidebar
- assign tag item to profile, if already available on create
- - fixed sync url notes - fixed collection filter term
- - added reset sync state - added profile search to search tokens
- fixed favorite collections
- - fixed database locked error - fixed showing update view - removed duplicated refresh
- - fixed bug in addHistory, send extension response - fixed stats for profiles
- - refactored sync - lot of fixes - profiles for activity widget and stats - ...
- - Show Sync Status as activity view - activity widget fixes - only join tables for smart collections, if history search terms are involved - fixes for iOS 17 Xcode build
- added widget for activity view
- added activity view
- - moved database upgrade process into separate functions - start upgrading scheme from app or extensions - upgrading data only in app - fixed crash - added progress view to notice view
- Merge pull request #41 from hosy/milestone/1.5.1
- Merge branch \'master\' into milestone/1.5.1
- Merge pull request #43 from hosy/feature/emm-app
- prepared EMM app
- Build an EMM app version - but all app groups and keychain access groups into xcconfig files for the regular and emm app - changed license check for emm app - fixed translations
- fixed translations
- updated Chinese localisation from PR
- - added new table for devices and removed it from application - sync devices - fixed bugs
- - edit profiles with assigned items - added filter by device search term type - iCloud sync welcome and setup view - new sync setting to differentiate between history, collections and settings - new select, deselect, assign, unassign multi select actions - modernised some code
- fixed release notes quotes
- updated release notes 1.5.1
- fixed localization - Chinese update from community - added missing translation strings
- - fixed colors in action scroll view - new select/unselect action - localization
- set button color
- fixed setting toolbar icons
- implemented multi select in lists
- replaced user defaults sync with iCloud database solution to sync app settings
- sync user defaults with Zephyr
- - added iCloud sync setting to settings - added profiles to reminders - added new app icons to Safari Extension and macOS status bar, launch screen
- - moved version 1 icon files into new subfolder - added version 2 icon files
- supporting profiles in web trigger and collections and favourites
- - added ProfileItems - editing Profiles - set profile tint color - filter items by profile - fixed crashs
- - implemented iOS 17 profile support - added profile selector in app - removed private browsing mode setting on iOS 17
- cloud sync and refactoring bug fixes
- fixed a lot of cloud sync issues - implemented Safari cloud sync upload in background - push notifications for sync updates
- add missing statements for delete/insert/update for complete CloudKit sync
- added missing cloud sync tables
- - fixed delete items - create identifible uuids
- - implemented history sync - fixed refactoring error
- - fixed refactoring errors - added sync for tags, tagcollections, urls - added CloudKit scheme
- fixed crash
- - fixed a lot of errors - updated to sqlite.swift 0.14.0 SchemeChanger - drops no longer needed columns
- updated app icon
- refactoring database columns to uuid values replace database ids with uuids
- added translation string
- - fixed crash on json load fail - show error message
- changed app and build version number
- changed app and build version
- - added current day date term - fixed current month date term - fixed add button in terms section
- first sync draft
- Enabled CloudKit entitlement
- Merge pull request #39 from hosy/milestone/1.5
- changed app accent color title
- added version 1.5 release image
- - release notes updated - fixed refresh after tag editing
- - changed release notes - added v1.5 screenshots - bug fixes
- - fixed AppStore connect upload error (missing app icons)
- - Add URL action - fixed setting an alternate app icons on iPad - move share code into new ShareTagCollectionAction - show alternate app icon in password view (only app) - changed App Tint to Accent Color string - some code cleanup and minor UI fixes
- - fixed broken APP_SHORT_VERSION - added new release notes item - fixed release notes IDs
- added french translation
- - new version and build number (as variable) - DetailViewController: added new sharing code for iOS 17
- - fixed symbol in title - fixed tag header
- added chevron button to expand or collapse the sections in the assign tag view
- - added pro feature for app tint - added descriptions to new app settings - fixed headers in assign tag view - show popover arrows - fixed symbol image in list title
- - fixed web trigger import with old surfed files (which only have two action values) - hide collection items in assign tag view, when filter is active
- - added "Add New Tag" save behaviour - assign collection design fixes - show Tag View as popover on iPad - fixes - fixed crash on "Open all URLs in Browser"
- - redesign of assign tag view - using macOS accent color
- added "Assigned" tag filter
- - App Theme (global tint and view tint) - disable list colouring setting - new QR code action - assign tag view: filter tags by last usage - removed actions from global menu and history list menus
- - text view find interaction - coloured tag lists - images in tag and collections list titles
- - fixed new tagging issues
- fixed tag button
- fixed iPad and detail history issues
- fixed new Tag/Collection behaviour
- - Added Runestone syntax highlight text editor - new assign tag and collection view - new version and build number
- updated press kit files
- Merge pull request #38 from hosy/milestone/1.4.1
- added 1.4.1 release image
- - added speak article notification button action - sorted notification actions
- - fixed saving web trigger actions with new values 3, 4 - fixed import preview
- fixed missing extension key
- fixed localization
- changed build number
- - added flag action to Safari popuup - fix macOS build error - added missing "Latest Tags" setting to macOS settings and added new pane type - updated release notes
- - added release notes - new web trigger gallery path
- added new web trigger actions: - show article - listen article
- - new Action Extension - fixed iPad crash on hide - fixed Open AI API-key length - added new web trigger parameter "URL ID" - new url parameter "auto-run-web-trigger=false" to prevent re-trigger web trigger on return to Safari - clean-up URL parameter run-web-trigger in Share and Action View
- added new web trigger functions - url decode/encode - url unshorten
- - added function remove from string - fixed custom parameter parsing
- new web trigger action functions: search and replace
- added a relaunch notification
- Share Sheet: - Run Web Trigger - Article Actions - OpenAI Actions
- Merge pull request #37 from hosy/milestone/1.4
- added 1.4 release image
- added macOS Screenshots
- new build number
- - enabled License - fixed wording
- added german app store screenshots
- added english app store screenshots
- added updated raw screenshots 1.4
- - UI Fixes - added "Edit Tag…" to tag view menu - action sorting - release notes - new demo database - wording fixes
- - fixed reading format - new tag view look (border, alpha background, color title) - added release notes
- - added remove tag intent - added missing year 2023 - filter bar: added day, month, year, weekday search tokens - fixed calculating reading time - some UI changes - added elapsed time and absolute time to media player view - added article and notes fields to import/export - new UI for exporting tags, to select which fields should be exported - fix remove media player from notification view, if finished
- - changed localization - added AI actions to article view
- - added Media Player control support - fixes for Xcode 14.3
- fixed nil check
- fixed tabulator characerts
- new build number
- fixed tabulator characters
- fixed default problem
- latest fixes
- fixed search location, added placeholder
- New in Build 71:
- new build number
- - added Tags to history list - added pride icon
- support for alternate app icons
- - added showing tags in detail history view - added "Date" label in date rules
- fixed toolbar items
- fixed localization
- - added missing cases for date checks - select date check conditions in collection view editing interface
- - fixed main thread problems - removed search scopes with a new filter bar
- new build number
- - fixed search for tag names in global search
- - fixed blocking UI in search - fixed updating collection section after adding new collection - fixed sorting tags in assign tags in collection UI - added search for tags #tagname in history and global search - fixed removing leading space in search in browser action
- removed background thread
- - moved some updating logic into StorageManager - update title every time
- fixed adding collection groups to favorite section
- - changed sidebar to correct diffable datasource snapshot concept - fixed sorting (case insensitive) of tags and collections in sidebar
- fixed reset on iOS device
- - added support for custom list actions in individual tags or collections - added Zoom Action
- - fixed bugs with group tags (assign, unassign, edit) - fixed bugs when moving, inserting, deleting items in sidebar with multiple windows
- added openURL via nsworkspace by adding a protocol and methods to the appkit bundle, now mac can open urls in installed browsers
- allow navigation in wkwebview as parameter
- - localization fixes - fixed crash on Mac
- fixed missing localization
- - sort actions in settings by url - added new action type selectAction - retrieve html content for web trigger action - show gallery, when no web trigger available - new action show url
- - added run web trigger action menu - sort actions in settings by title
- set default action types, to appear in leading and trailing actions
- - changed colors - changed keyboard shortcuts - new build number - localization
- added color support for alert actions
- New actions: - Open In - Show Actions
- fixed bug with passing correct parameters to action context
- new build number
- fixed toolbar and navigation button bugs in browser view
- added paging to in-app browser in compact mode
- - new app badge action - new long text cell - toolbar buttons with context actions in Safari view - splitview bug fixes - global search positioning fixes
- remove delivered notifications
- new actions: - color parameter - comment
- new build number
- - Support deep links to Tags and Collections with name like surfed://tag/Apple - Added Web Trigger item to global search - fixed resolving custom parameters in all web trigger actions
- - added release notes - missing localization
- added a none option for actions
- moved method into own class
- - fixed splitview controller problems - set default actions
- - added in-app reader action - fixed show detail controller bug - added colours to actions - changed list settings type - updated release notes
- - set default actions - new build number
- - added new web trigger action "Tag with…" - fixed problem loading controller
- - fixed macos build - some refinements
- 99% working solution for triple columns
- fixes
- most things are working in split view
- - Configurable Actions in Settings - New Action In-App Browser - WIP: Triple Split View
- fixed mac build
- added reminder action
- - fixed actions import from gallery - fixed error, when file import fails (copy to tmp) - iPad hover - link colour - new build number
- fixes for macOS build
- - fixed autolayout error - updated release notes
- fixed json syntax error
- - updated title colour - updated release notes - added missing localization
- - added date picker view - added release notes - update build number
- added support for importing actions
- changed build number
- fixed build number
- Merge branch \'master\' into feature/notification-action-buttons
- changed build number
- - updated localisation - output history date/time in Safari popup
- - added open URL notification action - added tag with notification action - added url components to json array - added allowing unsecure http url requests to notification extension - added support for multiple shortcuts in import gallery file - added support for import questions
- - UI fixes - fixes for Notification Actions on macOS
- - fixed UI alignement - removed unneeded code
- added "addTag" notification action
- - added new notification actions: favourite, flagged, latest tag - changed webtrigger collection gallery json url - changed webtrigger and collection UI, like Shortcuts app
- - added notification actions - added flag or favorite icon to global search interface
- Merge pull request #36 from hosy/milestone/1.3.1
- changed build number
- bugfix: - running web triggers were not possible in unlicensed mode - fixed a crash on testing url schemes
- first notification action buttons draft
- added release image 1.3
- new release image
- Merge pull request #34 from hosy/milestone/1.3_update
- removed press kit and moved to surfed-web repository
- updated metadata
- enabled license
- new build number
- - some actions has a multline texteditor view - updated help
- fixed advanced option section
- new build number
- show local notification not granted message after import
- - updated help - updated localized strings - show advanced options automatically, when a non basic parameter is set - show notification request on import
- - local notification request - updated build number - smaller size for system images in help
- updated build number
- - added formatted url parameter markdown and html - url scheme for web trigger - updated help - fixed db version 2 - smal UI padding fix in Gallery
- - added Web Trigger to the sidebar - fixed sorting in popup search - updated SymbolBrowser to version 1.4 - change image size for help - setting system images in help
- fixed group URLs in popup, when searching
- - added text field focus - fixed crash in test app scheme, when url contains whitespaces - added list title to json array - fixed adding html key/value to shortcuts json
- changes for webtrigger and javascript execution
- - bugfixes for webtriggers and javascript handling
- - removed temp code - enabled uglify and using min.js again
- temp commit, for saving the current work state (fixing copy to clipboard)
- added today history to web trigger parameter
- added sample html code for testing
- added showing custom parameters in parameters menu
- - changed parameter syntax from {} to {{}} - refactored code in WebTriggerRunner - added surfed parameters: favorties, collections, tags - added test actions - clear text field
- sort actions with new sortOrder
- updated help
- new short description
- - added JavaScript action and perform code in website - added custom parameter action - added localization - fixed bugs
- - added new symbol picker - changed help for web trigger
- - refactored web trigger to actions - added copy to clipboard, notifications - added new shortcut action to export a tag
- load http requests in app
- new build number
- - fixed keyboard toolbar (SwiftUI bug) moved to table view row - fixed broken URL encoding for Web Triggers
- - sorting by flagged and favorited state - added gallery for webtriggers - allow http web requests (webtriggers) - import webtriggers - basic surfedaction implementation - added support for multiple shortcut parameters
- fixed validation and translation
- added web trigger validation
- - simplified Web Trigger setup - added keyboard toolbar - added placeholder tokens to web trigger
- Merge pull request #28 from hosy/milestone/1.3
- added sandboxing parameter to CLI entitlement
- enabled license validation
- fixed german release notes
- fixed image link for 1.3 release notes
- updated release notes
- reload actions from intent actions
- updated build number
- - update metadata, if not available and post a notification to the app to update view
- added html source to search term type and searches html source in web trigger
- - fixed importing web trigger
- added tint color to import image item
- added image to import window
- - On This Day Search Action - added Open in Safari item in preview mode - added enable/disable switch for web trigger - added import/export function for web trigger
- changed global search icon
- changed UI layout
- - fixed filter for collection condition groups - show global search button in list view in compact trait collection - fixed crash when deleting a web trigger - new build number
- updated release notes
- - fixed description and localization
- - fixed toolbar crash - fixed using wrong condition groups for web triggers - adding time interval to json data
- localization fix
- added german release notes
- - added help for CLI
- Merge pull request #33 from hosy/feature/web-trigger
- - added missing help - fixed parameter
- - added help - fixed UI - added document menu - added localization
- - fixed bug - changed help text
- fixed layout, description text
- fixed some details
- added missing code to run web triggers as expected
- added web trigger
- fixed bug, that search results URLs was not shown
- added toolbar items
- Merge pull request #31 from hosy/feature/CLI
- Merge branch \'milestone/1.3\' into feature/CLI
- changing some details
- removed debug messages
- - removed no longer needed targets - copy helper app into app package for mac catalyst builds
- - moved settings view to own scene and window, which now locks the screen, if protected - settings is now mac like with tab bar and floating window
- - changed target name - fixed json output keys
- - fixed showing content, when app is not protected - hide debug output in release builds
- - migrated keychain to correct access group - finished command line tool - added API key in settings - fixed missing localization - added icons to reminders view
- changed letter spacing
- Merge pull request #30 from hosy/feature/global-search-urls
- Merge pull request #29 from hosy/feature/copy-markdown
- new version and build number
- added gradient
- exchanged icons in header image
- Global search: search for urls, which are not in history
- centered main icon
- added icons
- new twitter marketing header
- new copy URL as Markdown action
- fixed build error on iOS
- - added all needed parameters and handle them - adopt code for CLI usage
- first CLI draft
- added release notes and lock screen screenshots
- changed version number back to 1.2
- Merge pull request #24 from hosy/milestone/1.2.1
- - fixed problem on mac, when biometrical unlock is shown - prepared code for unlocking global search (but currently not active) - new share sheet size
- Bugfix: - when app is not password protected, in some cases the app lock was activated - fix global search popover on macOS Ventura - new version and build number
- added missing license
- Merge pull request #19 from hosy/milestone/1.2
- Merge branch \'master\' into milestone/1.2
- updated release image
- if browsing time is empty, show a dash
- added app lock screenshot
- updated screenshots and metadata
- fixed action widget on macOS
- - fixed inline widget layout - fixed showing global search on iOS, with password protection
- save private mode via app settings class
- do not show global search, if app is not unlocked
- - Added new lock and unlock action and added this to the system menu - fixed main thread problem
- save applockmanager state, when global search popover will be dismissed
- fixed return key for unlock on macCatalyst
- - fixed global search success action - fixed NSPopover on new macOS version - fixed crash on refreshing Today sidebar item, when section is collapsed - added leading swipe action "Copy URL" to reminders table view
- refresh sections on restore or delete
- fixed showing biometrical unlock dialog, if biometrical unlock should not be done
- used same icon size as in action widget
- - fixed problem with App Lock on macOS global search - updated release notes
- - moved global search window activation to AppDelegate - added Password Lock to global search window - facelifting for Widgets - added latest tags to context menu - added edit tag action to list global context menu - removed reload action from global context menu - refactored code
- new Widget layout and refactored widget code
- fixed macOS build error
- added vibrant background to lockscreen widgets
- fixed bug when exporting a collection (tag was used instead)
- - updated changelog - updated build number
- added new Action Widget
- - added chinese localization - fixed missing localizations
- - changed lockscreen widget format - changed "Add Tag" image
- new build number
- moved "Add Tag" menu to the top of the context menu
- fixed applock, when no longer licensed (should not work, when unlicensed)
- - fixed bug in Safari extension (some actions where not executed when app is protected - reload lockscreen widget from database update
- added password protection to purchase screen
- - fixed release notes image - reset license manager
- added version 1.2 release notes
- fixes for maccatalyst
- new build and version number
- fixed collection option in password protection
- - added new iOS 16 UIMenu medium size - reorganized context menus - changed strings
- Merge pull request #22 from hosy/feature/lockscreen-widget
- - implemented password protection to lockscreen widgets - move code to own views
- Merge branch \'milestone/1.2\' into feature/lockscreen-widget
- - fixed widget symbols - changed lockscreen widget layout
- added new Shortcuts action Backup Database
- New Actions: - backup database - restore database - delete all history
- Merge pull request #21 from hosy/feature/passcode
- changed settings footer text
- - fixed widget password protection - fixed localized strings and settings labels
- Popup: - submit password on enter key - set focus on password text field (currently only works on Mac)
- - fixes for Mac catalyst build, when biometrical unlock is shown, the app is in background, which causes, that the dialog was presented again and again - become first responder for password text field only on Mac
- - added Safari extension popup support - fixed passcode bugs - added localization strings
- - added password protection to widgets and shortcuts - bugfixes in share sheet - changes in settings view
- added password protection to extensions
- - changed cancel button, image, text - added app icon - fixed background / foreground delay, saving defaults
- - added App settings view - added password coordinator - fixed bugs
- added a watch extension for widgets
- added iOS 16 lock screen widgets
- added user settings for show/hide tag/collection section in share sheet
- Passcode progress
- - added unlock button - added biometrical button - added show settings menu item and removed Settings.bundle
- implemented password protection (WIP)
- replaced deprecated code with new API
- added first passcode draft
- check if private mode setting is already set before showing alert
- - added context menu to global search items - fixed some actions, when parameter is not available
- Merge pull request #18 from hosy/milestone/1.1.1
- - fixed "Add Tag…" was not visible in context menu
- - new build and version number - added 1.1.1 release notes
- Save receipt in shared location and read it, if main bundle receipt is not available (like in an extension)
- fixed german localization
- - added german descriptions to press kit - added new release images
- Merge pull request #10 from hosy/milestone/1.1
- - changed build number - moved iOS screenshots - prepared press kit screenshots - added macOS raw screenshots
- - added missing localizable strings - fixed image size in Purchase View - updated gallery images
- changed app build number for upload
- changed gallery size on macOS
- updated screenshots
- - added english macOS screenshots - changed sample databases
- added german macOS screenshots
- changed english screenshots
- updated german screenshots
- - added german raw screenshots - fixed localization strings - fixed delete action (not appeared in today)
- added german localization for metadata
- - fixed localization - fixed edit collection group
- - added german description - changed wording
- - fixed localized strings - changed gallery country description section
- - added export to files actions - support custom export file names - changed release notes
- updated in build process
- - removed console output - fixed messages description length
- - changed some wording - changed font size
- - fixed actions with non needed key incognito - fixed localization strings in popup - removed get private mode action
- removed duplicated match function
- - refresh detail session history view - added private browsing mode setting - fixed localizations - added localization for Safari extension - added open URL from reminder list - exclude tag and collection from smart collection menu cases - added new symbols - changed context menu action sorting - added collection appreavation for global search - updated release notes - added incognito mode for Safari extension - fixed Safari extension, when window, tab was closed, for Single Web applications like youtube, adding history and updating metadata - added regular expression as search condition
- - Datum- und Zeitbedingungen in Sammlungen waren fehlerhaft - Release Notes hinzugefügt
- - show "Add Collection" as folder context menu item - added gallery footer - fixed cell type for history collection - added new symbols - fixed db collection expression for frequency type (was wrong grouping)
- - added localized url for collections - fixed license view for collections - added isLight color for gallery collection colors
- fixed default icon size
- added Gallery view for collections
- changed wording for german Blacklist
- fixed opening all sidebar items in new window
- moved into localization folder
- - added missing german localization - added new search Abbreviation # for tags only
- added missing localizations
- Added german localization (some mac related fixes)
- changed app version and app short version
- Merge pull request #9 from hosy/feature/mac-build
- removed unneeded target
- set network entitlements to true
- updated popup.min.js
- - fixed popup link click on macOS - fixed light/dark mode CSS in popup - shrink history title and url in popup - set a custom image on macOS for status bar item - sort search results by frequency in popup
- removed unneeded macOS target
- fixed archive build for macOS
- fixed macOS catalyst shortcuts/widget run problem (needs sandbox enabled)
- Merge pull request #6 from hosy/milestone/1.0
- added demo database
- - new build number - added press kit
- moved screenshots
- fixed session time (no items was shown, because favorite value could be nil)
- fixed global web search on mac
- - fixed another crash by zero divider - reminder action did not show UI, if unlicensed and not the maximum number was reached
- updated short and long version number
- - fixed notice view, when list is empty - fixed purchase help text for statistics
- fixed a crash in statistics, when division divider was 0
- added presskit and raw screenshots
- added missing license
- added missing licenses
- - added terms of use and privacy policy to purchase view - updated purchase help - fixed problem on macOS in global search (multiple opening selected item) - new build number
- added metadata assets: description, icon, screenshots
- new build number
- fixed bug for list items in global search
- fixed search bar position on iPad/Mac
- - uncommented search controller (always use CMBCommandBar) - fixed bug on Return key, while searching - changed initial search controller position
- - added search in browser in global search - respect search locations and conditions in filter text - added search action to app icon - added search deep link
- - removed unneeded file - changed title This to Current
- - fixed unsearchable tokens in global search - removed date term predicates from tag and collection search, because it does not make sense
- updated version number
- - global search: fixed list items, when token is date term - removed date format search terms with IndivualDateTerm object - added "Is Not" search suggestions
- - using correct condition when adding a search to a new collection - moved empty notice view code to setting history data - notice view title is now multiline - added help for negated search shortcut terms - fixed shared framework build on mac catalyst
- moved to shared framework
- - added NOT condition to search tokens and filter with adding a ! - added search tokens and search location to iMessage extension - fixed bug, if alttitle or titlehistory is null
- moved setting search controller into function
- - fixed bug in global search for list items, when tokens are available - fixed bug on iPad, do not show search, when collapsed - set new version number
- set grouped to default collection type
- updated version number
- Fixed Bugs: - respect selected scope in list search - use correct date format for date filter on non german date format devices - use case insensitive filter for global search list items - updated help - fixed licensing error on EditCollectionAction on edit mode
- fixed a token bug, when term is not available
- fixed lowercase search
- - added list items to global search - fixed crash on selecting last item in search results
- - hide search suggestions, if location date is active and a token was selected - hide search bar, when splitviewcontroller is collapsed
- - changed some wording - added missing search tokens
- added date to search tokens
- changed search term help
- added help section for search term shortcuts
- passing searchItems in today history was missing
- - new version number - fixed a bug on global search, if tokens are available and search text is empty
- add observer, when status item was clicked (to open a new window) WIP
- added status bar item on mac catalyst
- fixed passing search location to DB
- - added (multiple) search tokens in general search - add search tokens with abbreviation - general search keyboard selection changed (first item is no longer preselected) - fixed bug on iPad: general search did not appear with keyboard command
- fixed main thread problem on Mac Catalyst
- - fixed In-App purchase title - fixed typo in help - fixed background thread priority
- changed app version number
- - added logic to check active subscription or lifetime purchase to License Manager - show alert, if already licensed
- - add collection from search (in toolbar, new action) - changed edit collectionview content size - moved loading data into background queue - show loading view - fixed reload bug for favorites in importer
- added license validator
- mac catalyst toolbar changes
- fixed a potential crash
- added another purchase help section
- removed temporary database upgrades
- added completion handler to buy product and dismiss on success or show error alert
- check for license status after successfully purchase
- - dim searchcontroller background - added Notice View to history list and reminders list - added new purchase buttons to purchase view - some license manager additions
- removed search action from primary view
- added global search keyboard command
- macOS toolbar improvements
- added global search window (like spotlight) and replaced search results controller
- - macOS catalyst fixes (toolbar, title) - set some preferred content sizes
- set preferred content size
- added another helper
- - updated app version - show app version, short version and copyright text in help view
- - added "Add Tag", "Add Collection" items to sidebar, if empty - added "Exclude from Collection" action - added toolbar to sidebar and moved "Add" action to it - removed "Main" storyboard entry from project
- - added new type text cell - allow text and small icon cells for history type - always open URL on cell tap for all item types
- added completion handler for import action and added license error to show error dialog if not licensed
- added import collection preview mode
- new build number
- - added tag action under license control - removed search field in popup view
- implemented global flag URL
- Import Collections finished (assigned tags is missing) - added import plist to share sheet
- first import collection draft
- fixed date representation
- - Implemented "Share Collection" (import is missing) - fixed title bug for collection item
- added reminder action to share view
- - changed image, title for "Share All" action - updated purchase help - moved app version number to global project setting
- Fixed bug (wrong statistic data) Some Type changes
- intent could not be found (fixed bug)
- - Share Sheet: bugfix assign tag, "Add new Tag" button - Purchase View improvements - Shortcuts: New Actions: Metadata, Open URL, New Parameters: search direction, location, Return RichURL instead of URL - Metadata: try to get description from more meta tags - Today Widget: added configuration to select statistic type - added license check to restricted actions and Widgets, Shortcuts
- - added License Manager (WIP) - added Purchase View (WIP)
- setting global keyboard commands to mac menu
- changed project version to 14
- - added tag and collection search to popup - added license header to js files - fixed typo in shortcuts
- added new shortcut parameters: filter, sort type, sort direction
- moved search bar to top (unscrollable) area
- solved problem on macOS (URL was not available and as Data)
- - changed share sheet layout - hide elements on searching, when not needed - moved favorite button into navigation bar
- removed @State (not needed)
- - added search text field to share sheet to filter tags and collections - fixed bug assign/unassign tags
- added missing types
- - perform import/export action in background - show edit menu item only for collections - added export collection URLs shortcut intent - add a URL to a collection via context menu
- - added widget collection items - changed enum numerations - new build number
- added license for SQLite.swift
- - added currentWeekday and currentHour to date search types - renamed some enum types
- uglify javascript files and only ship builds with min.js versions
- - added database versioning - output collections in widget preferences
- removed unneeded code
- - added frequency to collections - added share button to preview view
- disabled Auto Tags
- fixed accessing import file permissions problem
- Shortcut Actions for Export/Import
- changed build number for TestFlight upload
- - added "Add Tag(s)" in Share Sheet - added looping video player - added support sections - some UI refinements
- - fixed deep links - removed sample images from support.json - translated support to english
- - added help entries - update today item in sidebar - replaced notification code with new darwin code - do not show flag button, if not a tag item
- - Support and Onboarding integration - Launch Screen Icon
- updated to newest Supporter source code 1.4
- assign, unassign tags and collection in share sheet
- Share Sheet implementation (WIP, with Popover test)
- - replaced FolderMontior with DarwinNotificationCenter - fixed showing Delete action not in favorite section - fixed crash on iPad when sharing an URL
- fixed import/export bug
- - added groups for collections - fixed unassign tags after deleting groups - used SwiftUI view for adding groups (removed storyboard view) - export/import flag state - added search flag, favorited state (and added to collection terms)
- - show groups to import - export favorite state for groups
- import tag groups
- - show collections in global search results - show actions for collections in - added core data indexing for collections - export tag groups and favorites - fixed search term bug for .containsNot, .isNot
- - prepared for collection groups - refresh sidebar section for tags
- - add collection item to favorite section - moved code to own action class
- - added tagging to collections - show collections in safari extension (set/unset URL) - fixed exporter (fav section, colors, symbols) - fixed reminder for 2, 3 weeks - fixed bar button in URLPageView - fixed opening surfed file import on mac
- - added reminder repeat interval - small fixes on tags
- added real tags to collection view editing view
- - added Delete Collection Action - fixed setting collection type - moved search terms and date terms into one table group - added missing date search term functions
- - added collections - added condition groups - implemented search terms and date terms filter - added multi-taging from safari extension - minor UI fixes
- - fixed history refresh bug - added open url button in detail view (refactored, clean-up code) - added smart collection edit view
- fixed search suggestion abbreviation
- - added multi search - added search tokens - added search suggestions - added local notification for copy URL action - fixed small bugs
- fixed dragging URLs (Plain text) inside for importing
- fixed saving sort key for same item types, with different title
- fixed a bug, when a tagged URL is not visible in history
- - fixed bug when retrieving latest tag id - Exporter: added color and symbol - new action "Share Tag" - fixed sharing tag bug from favorite section - fixed bug in edit tag action - start monitoring db file changes and reload (iPad only) - changed db timeout for multiple connections access - removed old GroupTableViewController and moved needed code in new ItemType file
- - fixed refreshing bug - fixed "Latest Tags" bug (wrong grouping) - fixed some minor UI issues
- - added "Latest" tags folder, with special context menu handling - fixed reload handling - some fixes for mac catalyst
- - added latest used tags section to popup and app - fixed key commands - fixed highlight color in tag detail view - fixed reminder view on catalyst
- - limit fetching history data - get total history counter by function
- - added auto tagging (experimental) - added sort type frequency - added preview mode to show url tags in a page view controller - added flag/unflag tag urls - added append client to history entry and show in detail view - some internal improvements
- added support for editing Tags and Tag Groups with color and symbols and show this in the UI
- - added Reminders - changed Statistics to collection view and added average and yesterday statistics
- - fixed initial db setup bugs - changed spotlight indexing
- added search keyboard command
- added keyboard action and dynamic context action to primary view controller
- - added blacklist action - adding logic for apply blacklist deletion - added shortcut for adding a blacklist entry
- - added blacklist support - working total statistics - support for core spotlight
- - action improvements - added trailing and leading swipe actions - added total statistic - added delete all history for url action
- fixed search background style on mac catalyst
- search tag groups and open it
- - added search with results controller to primary view controller - changed splitview width to 320
- - close popup on adding last tag - added action classes to generate code for key commands, UIMenu, … - added search in columns and added date.like filter - added toast view (if URL was copied)
- - added new Shortcut Intents - added Actions classes (WIP)
- - fixed UISplitViewController layout (width, displayMode) - fixed sort title on Mac Catalyst - recognize expand/collapse state of groups
- fixed bug in Safari extension, if meta description is not available
- - show date in context menu - added open url tag action (remove, move)
- - added keyboard commands for date paging - removed unneeded code - fixed bug in today view
- - fixed Mac Catalyst build - hide Tag button in popup or update with tag name
- - added "Add to latest tag" to extension - added date column to tag collection tabel - added share menu to list menu - minor fixes
- new build number
- fixed session time layout
- added session time statistics and cleanup some code
- added app icon shortcut icons
- - new large table cell style as display option - first implementation of tag reordering
- - updated Safari Extension icons - added SVG Icon templates
- - added icon images to cell / detail view (downloading and storing: icon, image) - added "Supporter" third party code for Help - fixed large title
- - moved to CollectionView - added meta infos to url - implemented drag and drop for URLs - refactored a lot of code - added a new iMessage icon - icon view for tags (unfinished) - added a new share extension target (unfinished) - fixed some bugs (Widget title)
- added a meta column to store the website meta description (show in detail view and it is searchable)
- fixed pull to refresh
- - added a new Collection widget to show items of a selected collection in a widget - open app by a custom url scheme with path - set a alternate title for a URL
- implemented multiple windows with state restoration
- support multiple windows on iPad
- - removed storyboard elements - moved UIWindow creation to scene delegate
- Importer can now show Favorite items
- - fixed history time for day
- added exporting/importing for Favorites
- - save sort direction and order to user defaults - removed elements from storyboard and create it via code
- - save tag sorting - fixed sorting by id and title - fixed top domains
- - fixed sorting bug - new edit sidebar action (delete) (reordering is in progress) - changed sidebar sections - added a new itemType enum
- fixed grouping on search history
- new export history shortcut intent
- - new App Icon - added sorting - added date label to history cell (new cell class) - fixed crash
- - added date pager to statistics view - added start and end date to statistics queries - new intent to get browsing time of today - changed widget title - fixed widget reload bug
- Introduced history session: this will calculate the correct browsing time, even if Safari is in the background and locked and the user start browsing the current site again
- added page leave event and show page visit time in detail history view
- new page statistics cell
- - added day pager to history - added an own cell for page statistics - fixed crash - added some sample collections
- - export all tags at once - added top domains statistics
- - added importer/exporter for tags - changed did select for tags, favorites - fixed searching in tags
- added a copy menu on long pressure
- fixed sharing crash
- - added menu, header and swipe actions to detail history view - reload widget timeline, after every insert - reload views when app gets active
- fixed popup shortcut command
- - added start date and end date to search history intent - moved filter to optional parameter
- added new shortcut intent to get all URLs for a tag group
- added new shortcut intent to get URLs for a specific tag
- added keyboard commands for popover
- - added collection table and terms table - fixed missing app group in widget target - fixed Intent target - changed Intent titles - changed title for menu actions
- - added a new column isgroup - assign tag to group from context menu
- added tag group
- fixed html glitches
- - add a new tag name in popup.html and assign new tag to current URL - fixed layout issues
- select assigned tags in popup.html
- - added segmented control - added favorites - fixed link click problem - fixed some dark mode issues - fixed delete history entry
- show tags in extension and assign/unassign
- - added show history in popup.html - set content size and fixed some dark mode problems
- added JQuery library to project
- - added support for favorite/unfavorite URL from Safari extension - added HTML select UI for Tags/Collections - added swipe action to history table view with Open URL action
- added support for favorite url from extension
- added Tags for tagging URLs
- - new database scheme - adde top pages query
- - fixed today widget - some UI fixes - added Detail History View Controller to show all page visits for a specific URL
- - fixed missing Intent code - new parameter for get history function - added iMessage icons - new build number
- added today history search query
- added Shortcuts Intents
- - added Today Widget - changed font sizes - added today counter function
- - large title - fixed iMessage cell tex size
- removed unneeded calls
- added iMessage extension
- First working version prototype
- Initial commit
* Add surfed extension
- removed owner
- - minor browser extension CSS / UI changes - added raycast metadata, readme - new Chrome and Firefox screenshots
- release notes
- added integrations settings section
- added error handling to CLI and Raycast extension
- fixed application path
- fixed build error
- - raycast extension - changes for raycast extension on CLI - updated SQLite.swift framework to SQLiteSwift to avoid name collations
- added raycast extension draft
- - new unified image - split search string by space, save quoted strings - css improvements - larger placeholder image size - fixed localization in host extension
- - search in web trigger values - fixed open urls in background if not http(s) scheme - new css style for search input - new web trigger function action regex match all
- - fixed crash in SurfedExtensionHost if password protected - updated extension localisation
- removed build files
- - use web trigger v3 definition - added release notes - allow opening multiple urls via web trigger - new build number
- fixed archive problem
- - added new browser onboarding view - added Opera, Brave to Open In action
- new rename device action
- - added update device name action - changed host extension path
- minor fixes
- - check if runWebtrigger is enabled for all event states - added a new filter menu to filter web trigger by events
- - removed webNavigation permission - added scripting permission to Firefox manifest - fixed duplicated localisation keys (case sensitive)
- - fixed iCloud (long text) upload conflict - show date picker in devices history - added Firefox extension link - fixed settings tab crash (macOS) - fixed deleting devices (transferDevice uuid to correct column) - fixed bright background in dashboard/popover - updated extension description - only enable iCloud sync if db version is the current - added Chrome extension screenshots
- removed tmp files
- Renamed folder from Chrome to development
- created min.js files with uglify
- fixed build error
- select browser in extension settings via deep link query parameter
- added deep link to settings view (with tab actions)
- - added translation strings - added base64 decoding function - fixed append HTML code in extension - added "Assigned to Space" in edit web trigger view
- - fixed global search with multiple search terms - fixed iOS build
- added setting to show/hide Mac status bar item
- fixed database upgrade crash and moved code to app delegate
- fixed web trigger sorting issues
- updated runestone package
- - added new web trigger actions sorting mechanism - changed trigger json data type response - add new web trigger type "CSS" and "Search & Replace" in HTML content
- - added assign space menu to web trigger table view - fixed favorite bug in popup - added html actions in background script - added html append and replace web trigger actions - fixed build error
- fixed showing filter bar immediately
- fixed application table sync bug
- fixed notification actions (by adding a new notification service extension) to the ExtensionHost target
- added app icon for ExtensionHost
- - fixed showing weekdays in popover date filter - fixed showing notifications in ExtensionHost (by requesting permissions)
- - enable WAL mode in SQLite database - fixed missing Keychain framework in SurfedExtensionHost target - finalist Install Extension UI on macOS settings - fixed InstallHost action (if folder is not available) - moved JS code to platform JS file - use gpt4o model for OpenAI
- - implemented redirect url correct - bug fixes
- - Browser Extension settings - async image loading in popup - more meta data in popup - try busyhandler for database connection
- - lot of extension fixes - added log debug for safari extension - added logging settings
- implemented "Save as Collection" in Browser Extension
- - App: split search string in tokens and only search on enter - only split in tokens if at least two colons inside the search string
- - added new search tokens - open surfed dashboard with keyboard shortcut su
- fixed chrome translation
- - localization updates - minor ui fixes
- a lot of fixes
- - a lot of extension fixes and improvements - refactored tag and collection ui in extension
- - major fixes in extension - added images
- implemented search tokens in browser extension dashboard
- - added dashboard to Safari browser extension - new tab
- - fixed bugs in extension, and host and debugger
- - implemented Delete Device Action - show ShowActions in multiselect view - moved debug log function into new class
- - added Brave browser - omnibox - crash fixed in safari extension
- implemented "Application" search filter
- converted SurfedExtensionHost to a macCatalyst app to use UIKit API
- - added signing private key - added Firefox setting
- added chrome extension code
- new files for the SurfedExtensionHost binary
- - update metadata with article - update history entry with application
- adopted code to support third party browser extensions
- moved iOS Safari extension code into own class
- added safari extension emm images
- updated release notes
- - show pro features state in settings view - reload global menu after validating license - changed extension manifest to 2.0.2 - load correct app icons on emm version extension - fixed refreshing receipt
- new build number
- - fixed missing iCloud entitlement in emm version
- Merge pull request #46 from hosy/milestone/2.0.1
- - new build number - changed iMessage icons
- - new build number - removed unneeded code
- - fixed share action crash - try to fix crash
- fixed visionOS ui issues
- - fixed database migration - add setting database version via deep link
- fixed setting database version
- - fixed show record private mode setting - Safari extension: fixed rare bug, that some websites could not be added to history
- - fixed startup crash - fixed saving onboarding items - url scheme to reset iCloud settings - added release notes
- - fixed splitview hide primary column bug - fixed archive mac build - new build and version numbers
- fixed database setup process
- Merge pull request #45 from hosy/feature/visionOS
- new build number
- added visionOS screenshots
- minor visionOS fixes (mostly color and size)
- - fixed database upgrade bug (if columns already exists) - fixed database setup on visionOS - added app version to settings view
- minor fixes
- - added some new copy actions - fixed build errors for visionOS and macOS Meracto package
- removed SwiftyStoreKit
- migrated to StoreKit 2 with Mercato package
- fixed iOS and macOS builds
- fixed button lock on visionOS
- fixed code signing (Archive)
- - fixed crashed when showing popovers - fixed cancel buttons on visionOS
- added missing xcconfig support for new targets
- prepared visionOS archive
- more fixed and visionOS refinement
- added surfboard for visionOS app icon
- First draft of a visionOS build
- Merge pull request #42 from hosy/milestone/2.0
- updated release notes
- added promote draft
- updated metadata and release notes press kit
- activated app license
- - added custom symbols - fixed popup tag/history errors
- - fixed applock manager - added two new cell types - enabled Reload image for bulk actions - updated localisations - minor changes
- - updated release notes - added background to activity indicator - added activity indicator to AI actions
- added "From this domain" action
- - added new filters for morning, afternoon, evening, at night - added new reload image action
- - minor fixes - move delete tag into an action - added in-app event images - added release note
- - fixed root collections with not assigned parent groups to space - show assign and unassign space in more places - updated release image - updated release notes - new press release text
- - fixed share article audio metadata - fixed show "More" row
- working solution with metadata
- added "Share Article as Audio" feature
- - added "Load more" data loading in lists with offset - changed limit length to 100 for data loading
- - added missing Chinese localisation strings - changed Chinese app store description
- - added resolver (not working) to AppIntent - AppIntent changes
- - added Shortcuts colors - Intent fixes
- - fixed a bug in get tag urls (duplicated history join) - new build number
- - read article title - show voice region, siri and quality in voice options - fixed bugs in "is not" filter statement
- - fixed launch screen safe area - renamed Surfed to Surfed Pro for emm version
- replaced safari extension icon with new version
- fixed EMM project setup
- - added iCloud identifier for EMM version - updated app description
- - fixed setting standard toolbar - fixed join error for hidden items filter - added release image - new build number
- new build number
- - new Play Article widget - added "Duplicate" action to smart editing view for groups - fixed opening url scheme duplicated view, if already opened
- version 2 marketing release notes image
- - fixed apply reader settings - fixed close reader view
- - fixed show global search, if already opened - fixed favourite entries in browser popup
- - fixed openAI actions with new model and moved to new api chat completion - added copy and open AI actions to actions menu - only save listening location for articles - new build number
- fixed build errors on macOS
- fixed missing try!
- - fixed crash - try to fix crashes by removing try! with do statements
- updated release notes
- fixed missing table join
- - fixed player bugs - fixed AppIntents bugs - localization fixes
- - print lists - save lists as PDF - more copy actions - show url parameter action - show space name in space "All" in history cell - settings for reader view and listen article - fixed multiple select action completion handler - save listening, listened and read state - new shortcut actions listen tag or collection article, listen url article - speaker: queue, next, previous, skip - listen and listen all actions - fixed select multiple items - selectable uitextview in reader view - new filter: listened, listening, read
- - get history years and show in search suggestions - show "not like images" in state search suggestions
- - Speaker improvements - Listen all - new search types: listened, listening, read - adopted database
- - show biometrical unlock when switching to private mode profile - on app start switch to profile "all" if private mode is enabled - fixed selected items sorting (removed set) - filter private mode profiles from all lists in profile "All"
- - refactored the Speaker with queue, skip, next, previous, playback position - added private mode in assign profile action selection - fixed fullscreen context bug
- - fixed bugs - PDF and Print action only for licensed app version
- added localisations
- - updated Readability version - refactored Speaker to shared instance - fixed article settings - fixed minor bugs
- - implemented printing and PDF export - new article settings font and voice - refactored code to retrieve ItemType images and titles globally - global function to retrieve formatted history string
- add a share item to the article view
- - web trigger: show save panel instead of share sheet on macOS - fixed importing web trigger with notification actions
- - fixed deleting web trigger (updating list) - new build number
- - added new debug setting to show push notification for background task - fixed background task - setting sync to background task and process activity for extensions - added web trigger search - filter web trigger by enabled/disabled - new mac icon
- fixed sorting smart collections by date, frequency
- - improved Safari extension background sync - improved sync algorithm - added devices to history sidebar - added devices to the global search - schedule sync items to a minimum of 20 for syncing - added missing localizations - fixed crash on showing CSV share sheet on iPad - added debug options to show sync notifications
- - new CSV Export Action - show session time in history lists - new coloured app icons - pass article to web trigger if performed in app - fixed: use hidden filter for Safari extension popup items - fixed: today statistics value was wrong - fixed: sometimes the tagging view was not opened - fixed: use new activation rules for share sheet action - fixed: app clean install had db setup bug
- - new sort type "Session Time" - share sheet is now available in all apps, which sharing URLs - show more context menu actions in global search results - fixed deselect only, if no "select" action was performed - moved actions "Open In", "Run Web Trigger", "Actions Menu" into new view controller - more actions are now available in multiple selection - update pending sync items in settings view - only show private browsing space, if recording is enabled - show multiple select actions on the end of actions - updated chinese and french translation - fixed crash on syncronize list actions - fixed bugs in statistics view - fixed broken alternative url titles, after sync import
- - added new filter rule "Session Time" (get history entries which matches the chosen session time) - show "Private Mode" space in Share Sheet (if Private Mode recording is enabled) - Favourite Action (in multiple selection may set wrong value) - minor fixes - fixed removed sessionTime table bugs
- - added hidden items - added private mode space / profile - added new filter private mode - added conditions is not for state filter
- - removed history session table and all regarding code - migrate to new history duration - reload activity view - show spaces filter in global search
- added query item "space" to url open parameter
- - fixed searching for multiple tags - fixed Mac menu items - added more keyboard shortcuts - fixed remove observer crash - not updating table view, if items are selected - find duplicated tags and remove broken database values
- - fixed open in new window - show actions in global search context menu - switch to assigned profile when opening an item
- fixed crash
- - show device name in history cells - reload system menu after iCloud enable/disable
- fixed siri voice
- added different vendor url scheme for vanilla and emm app
- - added reading time to web trigger paramters - added syncronize action to menus - fixed app icon preview - fixed favorite/flag in favorites assign space
- updated release notes
- updated to the latest sf symbol picker
- added missing translations
- - finalised html favourite import - added SwiftSoup license - fixed insert tag bug - fixed context menu for copy and ai actions
- first working html bookmark parsing draft
- fixed passing urlid instead of uuid
- added new externalimport action
- - fixed wording - added more external import help entries - added SwiftSoup for parsing html files - fixed share sheet, surfed action actions
- - external import - release notes - switch spaces keyboard command - fixed assign problems
- Merge branch \'milestone/1.5.1\' into milestone/2.0
- enabled SearchSuggestionView again
- - fixed retain cycle issues - fixed global search issues
- fixed get collection issues
- fixed retain cycle issues
- - added external import for raindrop.io - renamed profiles to spaces - fixed bugs - added translations
- fixed showing history cloud sync interval in welcome vier
- - implemented focus filter - fixed favourites and flags for profiles - fixed a lot of profile and assign bugs - new global web trigger run setting
- load of refactoring, bug fixes - added new intent - fixed widgets for iOS 17, profiles - new tables ...
- - localisation - fixes in edit profile view
- - Localisation - Fixed Profile menu - additional foot note in iCloud sync
- - fixed upgrading tables - fixed join statement in search - fixed filter - removed select items in sidebar
- assign tag item to profile, if already available on create
- - fixed sync url notes - fixed collection filter term
- - added reset sync state - added profile search to search tokens
- fixed favorite collections
- - fixed database locked error - fixed showing update view - removed duplicated refresh
- - fixed bug in addHistory, send extension response - fixed stats for profiles
- - refactored sync - lot of fixes - profiles for activity widget and stats - ...
- - Show Sync Status as activity view - activity widget fixes - only join tables for smart collections, if history search terms are involved - fixes for iOS 17 Xcode build
- added widget for activity view
- added activity view
- - moved database upgrade process into separate functions - start upgrading scheme from app or extensions - upgrading data only in app - fixed crash - added progress view to notice view
- Merge pull request #41 from hosy/milestone/1.5.1
- Merge branch \'master\' into milestone/1.5.1
- Merge pull request #43 from hosy/feature/emm-app
- prepared EMM app
- Build an EMM app version - but all app groups and keychain access groups into xcconfig files for the regular and emm app - changed license check for emm app - fixed translations
- fixed translations
- updated Chinese localisation from PR
- - added new table for devices and removed it from application - sync devices - fixed bugs
- - edit profiles with assigned items - added filter by device search term type - iCloud sync welcome and setup view - new sync setting to differentiate between history, collections and settings - new select, deselect, assign, unassign multi select actions - modernised some code
- fixed release notes quotes
- updated release notes 1.5.1
- fixed localization - Chinese update from community - added missing translation strings
- - fixed colors in action scroll view - new select/unselect action - localization
- set button color
- fixed setting toolbar icons
- implemented multi select in lists
- replaced user defaults sync with iCloud database solution to sync app settings
- sync user defaults with Zephyr
- - added iCloud sync setting to settings - added profiles to reminders - added new app icons to Safari Extension and macOS status bar, launch screen
- - moved version 1 icon files into new subfolder - added version 2 icon files
- supporting profiles in web trigger and collections and favourites
- - added ProfileItems - editing Profiles - set profile tint color - filter items by profile - fixed crashs
- - implemented iOS 17 profile support - added profile selector in app - removed private browsing mode setting on iOS 17
- cloud sync and refactoring bug fixes
- fixed a lot of cloud sync issues - implemented Safari cloud sync upload in background - push notifications for sync updates
- add missing statements for delete/insert/update for complete CloudKit sync
- added missing cloud sync tables
- - fixed delete items - create identifible uuids
- - implemented history sync - fixed refactoring error
- - fixed refactoring errors - added sync for tags, tagcollections, urls - added CloudKit scheme
- fixed crash
- - fixed a lot of errors - updated to sqlite.swift 0.14.0 SchemeChanger - drops no longer needed columns
- updated app icon
- refactoring database columns to uuid values replace database ids with uuids
- added translation string
- - fixed crash on json load fail - show error message
- changed app and build version number
- changed app and build version
- - added current day date term - fixed current month date term - fixed add button in terms section
- first sync draft
- Enabled CloudKit entitlement
- Merge pull request #39 from hosy/milestone/1.5
- changed app accent color title
- added version 1.5 release image
- - release notes updated - fixed refresh after tag editing
- - changed release notes - added v1.5 screenshots - bug fixes
- - fixed AppStore connect upload error (missing app icons)
- - Add URL action - fixed setting an alternate app icons on iPad - move share code into new ShareTagCollectionAction - show alternate app icon in password view (only app) - changed App Tint to Accent Color string - some code cleanup and minor UI fixes
- - fixed broken APP_SHORT_VERSION - added new release notes item - fixed release notes IDs
- added french translation
- - new version and build number (as variable) - DetailViewController: added new sharing code for iOS 17
- - fixed symbol in title - fixed tag header
- added chevron button to expand or collapse the sections in the assign tag view
- - added pro feature for app tint - added descriptions to new app settings - fixed headers in assign tag view - show popover arrows - fixed symbol image in list title
- - fixed web trigger import with old surfed files (which only have two action values) - hide collection items in assign tag view, when filter is active
- - added "Add New Tag" save behaviour - assign collection design fixes - show Tag View as popover on iPad - fixes - fixed crash on "Open all URLs in Browser"
- - redesign of assign tag view - using macOS accent color
- added "Assigned" tag filter
- - App Theme (global tint and view tint) - disable list colouring setting - new QR code action - assign tag view: filter tags by last usage - removed actions from global menu and history list menus
- - text view find interaction - coloured tag lists - images in tag and collections list titles
- - fixed new tagging issues
- fixed tag button
- fixed iPad and detail history issues
- fixed new Tag/Collection behaviour
- - Added Runestone syntax highlight text editor - new assign tag and collection view - new version and build number
- updated press kit files
- Merge pull request #38 from hosy/milestone/1.4.1
- added 1.4.1 release image
- - added speak article notification button action - sorted notification actions
- - fixed saving web trigger actions with new values 3, 4 - fixed import preview
- fixed missing extension key
- fixed localization
- changed build number
- - added flag action to Safari popuup - fix macOS build error - added missing "Latest Tags" setting to macOS settings and added new pane type - updated release notes
- - added release notes - new web trigger gallery path
- added new web trigger actions: - show article - listen article
- - new Action Extension - fixed iPad crash on hide - fixed Open AI API-key length - added new web trigger parameter "URL ID" - new url parameter "auto-run-web-trigger=false" to prevent re-trigger web trigger on return to Safari - clean-up URL parameter run-web-trigger in Share and Action View
- added new web trigger functions - url decode/encode - url unshorten
- - added function remove from string - fixed custom parameter parsing
- new web trigger action functions: search and replace
- added a relaunch notification
- Share Sheet: - Run Web Trigger - Article Actions - OpenAI Actions
- Merge pull request #37 from hosy/milestone/1.4
- added 1.4 release image
- added macOS Screenshots
- new build number
- - enabled License - fixed wording
- added german app store screenshots
- added english app store screenshots
- added updated raw screenshots 1.4
- - UI Fixes - added "Edit Tag…" to tag view menu - action sorting - release notes - new demo database - wording fixes
- - fixed reading format - new tag view look (border, alpha background, color title) - added release notes
- - added remove tag intent - added missing year 2023 - filter bar: added day, month, year, weekday search tokens - fixed calculating reading time - some UI changes - added elapsed time and absolute time to media player view - added article and notes fields to import/export - new UI for exporting tags, to select which fields should be exported - fix remove media player from notification view, if finished
- - changed localization - added AI actions to article view
- - added Media Player control support - fixes for Xcode 14.3
- fixed nil check
- fixed tabulator characerts
- new build number
- fixed tabulator characters
- fixed default problem
- latest fixes
- fixed search location, added placeholder
- New in Build 71:
- new build number
- - added Tags to history list - added pride icon
- support for alternate app icons
- - added showing tags in detail history view - added "Date" label in date rules
- fixed toolbar items
- fixed localization
- - added missing cases for date checks - select date check conditions in collection view editing interface
- - fixed main thread problems - removed search scopes with a new filter bar
- new build number
- - fixed search for tag names in global search
- - fixed blocking UI in search - fixed updating collection section after adding new collection - fixed sorting tags in assign tags in collection UI - added search for tags #tagname in history and global search - fixed removing leading space in search in browser action
- removed background thread
- - moved some updating logic into StorageManager - update title every time
- fixed adding collection groups to favorite section
- - changed sidebar to correct diffable datasource snapshot concept - fixed sorting (case insensitive) of tags and collections in sidebar
- fixed reset on iOS device
- - added support for custom list actions in individual tags or collections - added Zoom Action
- - fixed bugs with group tags (assign, unassign, edit) - fixed bugs when moving, inserting, deleting items in sidebar with multiple windows
- added openURL via nsworkspace by adding a protocol and methods to the appkit bundle, now mac can open urls in installed browsers
- allow navigation in wkwebview as parameter
- - localization fixes - fixed crash on Mac
- fixed missing localization
- - sort actions in settings by url - added new action type selectAction - retrieve html content for web trigger action - show gallery, when no web trigger available - new action show url
- - added run web trigger action menu - sort actions in settings by title
- set default action types, to appear in leading and trailing actions
- - changed colors - changed keyboard shortcuts - new build number - localization
- added color support for alert actions
- New actions: - Open In - Show Actions
- fixed bug with passing correct parameters to action context
- new build number
- fixed toolbar and navigation button bugs in browser view
- added paging to in-app browser in compact mode
- - new app badge action - new long text cell - toolbar buttons with context actions in Safari view - splitview bug fixes - global search positioning fixes
- remove delivered notifications
- new actions: - color parameter - comment
- new build number
- - Support deep links to Tags and Collections with name like surfed://tag/Apple - Added Web Trigger item to global search - fixed resolving custom parameters in all web trigger actions
- - added release notes - missing localization
- added a none option for actions
- moved method into own class
- - fixed splitview controller problems - set default actions
- - added in-app reader action - fixed show detail controller bug - added colours to actions - changed list settings type - updated release notes
- - set default actions - new build number
- - added new web trigger action "Tag with…" - fixed problem loading controller
- - fixed macos build - some refinements
- 99% working solution for triple columns
- fixes
- most things are working in split view
- - Configurable Actions in Settings - New Action In-App Browser - WIP: Triple Split View
- fixed mac build
- added reminder action
- - fixed actions import from gallery - fixed error, when file import fails (copy to tmp) - iPad hover - link colour - new build number
- fixes for macOS build
- - fixed autolayout error - updated release notes
- fixed json syntax error
- - updated title colour - updated release notes - added missing localization
- - added date picker view - added release notes - update build number
- added support for importing actions
- changed build number
- fixed build number
- Merge branch \'master\' into feature/notification-action-buttons
- changed build number
- - updated localisation - output history date/time in Safari popup
- - added open URL notification action - added tag with notification action - added url components to json array - added allowing unsecure http url requests to notification extension - added support for multiple shortcuts in import gallery file - added support for import questions
- - UI fixes - fixes for Notification Actions on macOS
- - fixed UI alignement - removed unneeded code
- added "addTag" notification action
- - added new notification actions: favourite, flagged, latest tag - changed webtrigger collection gallery json url - changed webtrigger and collection UI, like Shortcuts app
- - added notification actions - added flag or favorite icon to global search interface
- Merge pull request #36 from hosy/milestone/1.3.1
- changed build number
- bugfix: - running web triggers were not possible in unlicensed mode - fixed a crash on testing url schemes
- first notification action buttons draft
- added release image 1.3
- new release image
- Merge pull request #34 from hosy/milestone/1.3_update
- removed press kit and moved to surfed-web repository
- updated metadata
- enabled license
- new build number
- - some actions has a multline texteditor view - updated help
- fixed advanced option section
- new build number
- show local notification not granted message after import
- - updated help - updated localized strings - show advanced options automatically, when a non basic parameter is set - show notification request on import
- - local notification request - updated build number - smaller size for system images in help
- updated build number
- - added formatted url parameter markdown and html - url scheme for web trigger - updated help - fixed db version 2 - smal UI padding fix in Gallery
- - added Web Trigger to the sidebar - fixed sorting in popup search - updated SymbolBrowser to version 1.4 - change image size for help - setting system images in help
- fixed group URLs in popup, when searching
- - added text field focus - fixed crash in test app scheme, when url contains whitespaces - added list title to json array - fixed adding html key/value to shortcuts json
- changes for webtrigger and javascript execution
- - bugfixes for webtriggers and javascript handling
- - removed temp code - enabled uglify and using min.js again
- temp commit, for saving the current work state (fixing copy to clipboard)
- added today history to web trigger parameter
- added sample html code for testing
- added showing custom parameters in parameters menu
- - changed parameter syntax from {} to {{}} - refactored code in WebTriggerRunner - added surfed parameters: favorties, collections, tags - added test actions - clear text field
- sort actions with new sortOrder
- updated help
- new short description
- - added JavaScript action and perform code in website - added custom parameter action - added localization - fixed bugs
- - added new symbol picker - changed help for web trigger
- - refactored web trigger to actions - added copy to clipboard, notifications - added new shortcut action to export a tag
- load http requests in app
- new build number
- - fixed keyboard toolbar (SwiftUI bug) moved to table view row - fixed broken URL encoding for Web Triggers
- - sorting by flagged and favorited state - added gallery for webtriggers - allow http web requests (webtriggers) - import webtriggers - basic surfedaction implementation - added support for multiple shortcut parameters
- fixed validation and translation
- added web trigger validation
- - simplified Web Trigger setup - added keyboard toolbar - added placeholder tokens to web trigger
- Merge pull request #28 from hosy/milestone/1.3
- added sandboxing parameter to CLI entitlement
- enabled license validation
- fixed german release notes
- fixed image link for 1.3 release notes
- updated release notes
- reload actions from intent actions
- updated build number
- - update metadata, if not available and post a notification to the app to update view
- added html source to search term type and searches html source in web trigger
- - fixed importing web trigger
- added tint color to import image item
- added image to import window
- - On This Day Search Action - added Open in Safari item in preview mode - added enable/disable switch for web trigger - added import/export function for web trigger
- changed global search icon
- changed UI layout
- - fixed filter for collection condition groups - show global search button in list view in compact trait collection - fixed crash when deleting a web trigger - new build number
- updated release notes
- - fixed description and localization
- - fixed toolbar crash - fixed using wrong condition groups for web triggers - adding time interval to json data
- localization fix
- added german release notes
- - added help for CLI
- Merge pull request #33 from hosy/feature/web-trigger
- - added missing help - fixed parameter
- - added help - fixed UI - added document menu - added localization
- - fixed bug - changed help text
- fixed layout, description text
- fixed some details
- added missing code to run web triggers as expected
- added web trigger
- fixed bug, that search results URLs was not shown
- added toolbar items
- Merge pull request #31 from hosy/feature/CLI
- Merge branch \'milestone/1.3\' into feature/CLI
- changing some details
- removed debug messages
- - removed no longer needed targets - copy helper app into app package for mac catalyst builds
- - moved settings view to own scene and window, which now locks the screen, if protected - settings is now mac like with tab bar and floating window
- - changed target name - fixed json output keys
- - fixed showing content, when app is not protected - hide debug output in release builds
- - migrated keychain to correct access group - finished command line tool - added API key in settings - fixed missing localization - added icons to reminders view
- changed letter spacing
- Merge pull request #30 from hosy/feature/global-search-urls
- Merge pull request #29 from hosy/feature/copy-markdown
- new version and build number
- added gradient
- exchanged icons in header image
- Global search: search for urls, which are not in history
- centered main icon
- added icons
- new twitter marketing header
- new copy URL as Markdown action
- fixed build error on iOS
- - added all needed parameters and handle them - adopt code for CLI usage
- first CLI draft
- added release notes and lock screen screenshots
- changed version number back to 1.2
- Merge pull request #24 from hosy/milestone/1.2.1
- - fixed problem on mac, when biometrical unlock is shown - prepared code for unlocking global search (but currently not active) - new share sheet size
- Bugfix: - when app is not password protected, in some cases the app lock was activated - fix global search popover on macOS Ventura - new version and build number
- added missing license
- Merge pull request #19 from hosy/milestone/1.2
- Merge branch \'master\' into milestone/1.2
- updated release image
- if browsing time is empty, show a dash
- added app lock screenshot
- updated screenshots and metadata
- fixed action widget on macOS
- - fixed inline widget layout - fixed showing global search on iOS, with password protection
- save private mode via app settings class
- do not show global search, if app is not unlocked
- - Added new lock and unlock action and added this to the system menu - fixed main thread problem
- save applockmanager state, when global search popover will be dismissed
- fixed return key for unlock on macCatalyst
- - fixed global search success action - fixed NSPopover on new macOS version - fixed crash on refreshing Today sidebar item, when section is collapsed - added leading swipe action "Copy URL" to reminders table view
- refresh sections on restore or delete
- fixed showing biometrical unlock dialog, if biometrical unlock should not be done
- used same icon size as in action widget
- - fixed problem with App Lock on macOS global search - updated release notes
- - moved global search window activation to AppDelegate - added Password Lock to global search window - facelifting for Widgets - added latest tags to context menu - added edit tag action to list global context menu - removed reload action from global context menu - refactored code
- new Widget layout and refactored widget code
- fixed macOS build error
- added vibrant background to lockscreen widgets
- fixed bug when exporting a collection (tag was used instead)
- - updated changelog - updated build number
- added new Action Widget
- - added chinese localization - fixed missing localizations
- - changed lockscreen widget format - changed "Add Tag" image
- new build number
- moved "Add Tag" menu to the top of the context menu
- fixed applock, when no longer licensed (should not work, when unlicensed)
- - fixed bug in Safari extension (some actions where not executed when app is protected - reload lockscreen widget from database update
- added password protection to purchase screen
- - fixed release notes image - reset license manager
- added version 1.2 release notes
- fixes for maccatalyst
- new build and version number
- fixed collection option in password protection
- - added new iOS 16 UIMenu medium size - reorganized context menus - changed strings
- Merge pull request #22 from hosy/feature/lockscreen-widget
- - implemented password protection to lockscreen widgets - move code to own views
- Merge branch \'milestone/1.2\' into feature/lockscreen-widget
- - fixed widget symbols - changed lockscreen widget layout
- added new Shortcuts action Backup Database
- New Actions: - backup database - restore database - delete all history
- Merge pull request #21 from hosy/feature/passcode
- changed settings footer text
- - fixed widget password protection - fixed localized strings and settings labels
- Popup: - submit password on enter key - set focus on password text field (currently only works on Mac)
- - fixes for Mac catalyst build, when biometrical unlock is shown, the app is in background, which causes, that the dialog was presented again and again - become first responder for password text field only on Mac
- - added Safari extension popup support - fixed passcode bugs - added localization strings
- - added password protection to widgets and shortcuts - bugfixes in share sheet - changes in settings view
- added password protection to extensions
- - changed cancel button, image, text - added app icon - fixed background / foreground delay, saving defaults
- - added App settings view - added password coordinator - fixed bugs
- added a watch extension for widgets
- added iOS 16 lock screen widgets
- added user settings for show/hide tag/collection section in share sheet
- Passcode progress
- - added unlock button - added biometrical button - added show settings menu item and removed Settings.bundle
- implemented password protection (WIP)
- replaced deprecated code with new API
- added first passcode draft
- check if private mode setting is already set before showing alert
- - added context menu to global search items - fixed some actions, when parameter is not available
- Merge pull request #18 from hosy/milestone/1.1.1
- - fixed "Add Tag…" was not visible in context menu
- - new build and version number - added 1.1.1 release notes
- Save receipt in shared location and read it, if main bundle receipt is not available (like in an extension)
- fixed german localization
- - added german descriptions to press kit - added new release images
- Merge pull request #10 from hosy/milestone/1.1
- - changed build number - moved iOS screenshots - prepared press kit screenshots - added macOS raw screenshots
- - added missing localizable strings - fixed image size in Purchase View - updated gallery images
- changed app build number for upload
- changed gallery size on macOS
- updated screenshots
- - added english macOS screenshots - changed sample databases
- added german macOS screenshots
- changed english screenshots
- updated german screenshots
- - added german raw screenshots - fixed localization strings - fixed delete action (not appeared in today)
- added german localization for metadata
- - fixed localization - fixed edit collection group
- - added german description - changed wording
- - fixed localized strings - changed gallery country description section
- - added export to files actions - support custom export file names - changed release notes
- updated in build process
- - removed console output - fixed messages description length
- - changed some wording - changed font size
- - fixed actions with non needed key incognito - fixed localization strings in popup - removed get private mode action
- removed duplicated match function
- - refresh detail session history view - added private browsing mode setting - fixed localizations - added localization for Safari extension - added open URL from reminder list - exclude tag and collection from smart collection menu cases - added new symbols - changed context menu action sorting - added collection appreavation for global search - updated release notes - added incognito mode for Safari extension - fixed Safari extension, when window, tab was closed, for Single Web applications like youtube, adding history and updating metadata - added regular expression as search condition
- - Datum- und Zeitbedingungen in Sammlungen waren fehlerhaft - Release Notes hinzugefügt
- - show "Add Collection" as folder context menu item - added gallery footer - fixed cell type for history collection - added new symbols - fixed db collection expression for frequency type (was wrong grouping)
- - added localized url for collections - fixed license view for collections - added isLight color for gallery collection colors
- fixed default icon size
- added Gallery view for collections
- changed wording for german Blacklist
- fixed opening all sidebar items in new window
- moved into localization folder
- - added missing german localization - added new search Abbreviation # for tags only
- added missing localizations
- Added german localization (some mac related fixes)
- changed app version and app short version
- Merge pull request #9 from hosy/feature/mac-build
- removed unneeded target
- set network entitlements to true
- updated popup.min.js
- - fixed popup link click on macOS - fixed light/dark mode CSS in popup - shrink history title and url in popup - set a custom image on macOS for status bar item - sort search results by frequency in popup
- removed unneeded macOS target
- fixed archive build for macOS
- fixed macOS catalyst shortcuts/widget run problem (needs sandbox enabled)
- Merge pull request #6 from hosy/milestone/1.0
- added demo database
- - new build number - added press kit
- moved screenshots
- fixed session time (no items was shown, because favorite value could be nil)
- fixed global web search on mac
- - fixed another crash by zero divider - reminder action did not show UI, if unlicensed and not the maximum number was reached
- updated short and long version number
- - fixed notice view, when list is empty - fixed purchase help text for statistics
- fixed a crash in statistics, when division divider was 0
- added presskit and raw screenshots
- added missing license
- added missing licenses
- - added terms of use and privacy policy to purchase view - updated purchase help - fixed problem on macOS in global search (multiple opening selected item) - new build number
- added metadata assets: description, icon, screenshots
- new build number
- fixed bug for list items in global search
- fixed search bar position on iPad/Mac
- - uncommented search controller (always use CMBCommandBar) - fixed bug on Return key, while searching - changed initial search controller position
- - added search in browser in global search - respect search locations and conditions in filter text - added search action to app icon - added search deep link
- - removed unneeded file - changed title This to Current
- - fixed unsearchable tokens in global search - removed date term predicates from tag and collection search, because it does not make sense
- updated version number
- - global search: fixed list items, when token is date term - removed date format search terms with IndivualDateTerm object - added "Is Not" search suggestions
- - using correct condition when adding a search to a new collection - moved empty notice view code to setting history data - notice view title is now multiline - added help for negated search shortcut terms - fixed shared framework build on mac catalyst
- moved to shared framework
- - added NOT condition to search tokens and filter with adding a ! - added search tokens and search location to iMessage extension - fixed bug, if alttitle or titlehistory is null
- moved setting search controller into function
- - fixed bug in global search for list items, when tokens are available - fixed bug on iPad, do not show search, when collapsed - set new version number
- set grouped to default collection type
- updated version number
- Fixed Bugs: - respect selected scope in list search - use correct date format for date filter on non german date format devices - use case insensitive filter for global search list items - updated help - fixed licensing error on EditCollectionAction on edit mode
- fixed a token bug, when term is not available
- fixed lowercase search
- - added list items to global search - fixed crash on selecting last item in search results
- - hide search suggestions, if location date is active and a token was selected - hide search bar, when splitviewcontroller is collapsed
- - changed some wording - added missing search tokens
- added date to search tokens
- changed search term help
- added help section for search term shortcuts
- passing searchItems in today history was missing
- - new version number - fixed a bug on global search, if tokens are available and search text is empty
- add observer, when status item was clicked (to open a new window) WIP
- added status bar item on mac catalyst
- fixed passing search location to DB
- - added (multiple) search tokens in general search - add search tokens with abbreviation - general search keyboard selection changed (first item is no longer preselected) - fixed bug on iPad: general search did not appear with keyboard command
- fixed main thread problem on Mac Catalyst
- - fixed In-App purchase title - fixed typo in help - fixed background thread priority
- changed app version number
- - added logic to check active subscription or lifetime purchase to License Manager - show alert, if already licensed
- - add collection from search (in toolbar, new action) - changed edit collectionview content size - moved loading data into background queue - show loading view - fixed reload bug for favorites in importer
- added license validator
- mac catalyst toolbar changes
- fixed a potential crash
- added another purchase help section
- removed temporary database upgrades
- added completion handler to buy product and dismiss on success or show error alert
- check for license status after successfully purchase
- - dim searchcontroller background - added Notice View to history list and reminders list - added new purchase buttons to purchase view - some license manager additions
- removed search action from primary view
- added global search keyboard command
- macOS toolbar improvements
- added global search window (like spotlight) and replaced search results controller
- - macOS catalyst fixes (toolbar, title) - set some preferred content sizes
- set preferred content size
- added another helper
- - updated app version - show app version, short version and copyright text in help view
- - added "Add Tag", "Add Collection" items to sidebar, if empty - added "Exclude from Collection" action - added toolbar to sidebar and moved "Add" action to it - removed "Main" storyboard entry from project
- - added new type text cell - allow text and small icon cells for history type - always open URL on cell tap for all item types
- added completion handler for import action and added license error to show error dialog if not licensed
- added import collection preview mode
- new build number
- - added tag action under license control - removed search field in popup view
- implemented global flag URL
- Import Collections finished (assigned tags is missing) - added import plist to share sheet
- first import collection draft
- fixed date representation
- - Implemented "Share Collection" (import is missing) - fixed title bug for collection item
- added reminder action to share view
- - changed image, title for "Share All" action - updated purchase help - moved app version number to global project setting
- Fixed bug (wrong statistic data) Some Type changes
- intent could not be found (fixed bug)
- - Share Sheet: bugfix assign tag, "Add new Tag" button - Purchase View improvements - Shortcuts: New Actions: Metadata, Open URL, New Parameters: search direction, location, Return RichURL instead of URL - Metadata: try to get description from more meta tags - Today Widget: added configuration to select statistic type - added license check to restricted actions and Widgets, Shortcuts
- - added License Manager (WIP) - added Purchase View (WIP)
- setting global keyboard commands to mac menu
- changed project version to 14
- - added tag and collection search to popup - added license header to js files - fixed typo in shortcuts
- added new shortcut parameters: filter, sort type, sort direction
- moved search bar to top (unscrollable) area
- solved problem on macOS (URL was not available and as Data)
- - changed share sheet layout - hide elements on searching, when not needed - moved favorite button into navigation bar
- removed @State (not needed)
- - added search text field to share sheet to filter tags and collections - fixed bug assign/unassign tags
- added missing types
- - perform import/export action in background - show edit menu item only for collections - added export collection URLs shortcut intent - add a URL to a collection via context menu
- - added widget collection items - changed enum numerations - new build number
- added license for SQLite.swift
- - added currentWeekday and currentHour to date search types - renamed some enum types
- uglify javascript files and only ship builds with min.js versions
- - added database versioning - output collections in widget preferences
- removed unneeded code
- - added frequency to collections - added share button to preview view
- disabled Auto Tags
- fixed accessing import file permissions problem
- Shortcut Actions for Export/Import
- changed build number for TestFlight upload
- - added "Add Tag(s)" in Share Sheet - added looping video player - added support sections - some UI refinements
- - fixed deep links - removed sample images from support.json - translated support to english
- - added help entries - update today item in sidebar - replaced notification code with new darwin code - do not show flag button, if not a tag item
- - Support and Onboarding integration - Launch Screen Icon
- updated to newest Supporter source code 1.4
- assign, unassign tags and collection in share sheet
- Share Sheet implementation (WIP, with Popover test)
- - replaced FolderMontior with DarwinNotificationCenter - fixed showing Delete action not in favorite section - fixed crash on iPad when sharing an URL
- fixed import/export bug
- - added groups for collections - fixed unassign tags after deleting groups - used SwiftUI view for adding groups (removed storyboard view) - export/import flag state - added search flag, favorited state (and added to collection terms)
- - show groups to import - export favorite state for groups
- import tag groups
- - show collections in global search results - show actions for collections in - added core data indexing for collections - export tag groups and favorites - fixed search term bug for .containsNot, .isNot
- - prepared for collection groups - refresh sidebar section for tags
- - add collection item to favorite section - moved code to own action class
- - added tagging to collections - show collections in safari extension (set/unset URL) - fixed exporter (fav section, colors, symbols) - fixed reminder for 2, 3 weeks - fixed bar button in URLPageView - fixed opening surfed file import on mac
- - added reminder repeat interval - small fixes on tags
- added real tags to collection view editing view
- - added Delete Collection Action - fixed setting collection type - moved search terms and date terms into one table group - added missing date search term functions
- - added collections - added condition groups - implemented search terms and date terms filter - added multi-taging from safari extension - minor UI fixes
- - fixed history refresh bug - added open url button in detail view (refactored, clean-up code) - added smart collection edit view
- fixed search suggestion abbreviation
- - added multi search - added search tokens - added search suggestions - added local notification for copy URL action - fixed small bugs
- fixed dragging URLs (Plain text) inside for importing
- fixed saving sort key for same item types, with different title
- fixed a bug, when a tagged URL is not visible in history
- - fixed bug when retrieving latest tag id - Exporter: added color and symbol - new action "Share Tag" - fixed sharing tag bug from favorite section - fixed bug in edit tag action - start monitoring db file changes and reload (iPad only) - changed db timeout for multiple connections access - removed old GroupTableViewController and moved needed code in new ItemType file
- - fixed refreshing bug - fixed "Latest Tags" bug (wrong grouping) - fixed some minor UI issues
- - added "Latest" tags folder, with special context menu handling - fixed reload handling - some fixes for mac catalyst
- - added latest used tags section to popup and app - fixed key commands - fixed highlight color in tag detail view - fixed reminder view on catalyst
- - limit fetching history data - get total history counter by function
- - added auto tagging (experimental) - added sort type frequency - added preview mode to show url tags in a page view controller - added flag/unflag tag urls - added append client to history entry and show in detail view - some internal improvements
- added support for editing Tags and Tag Groups with color and symbols and show this in the UI
- - added Reminders - changed Statistics to collection view and added average and yesterday statistics
- - fixed initial db setup bugs - changed spotlight indexing
- added search keyboard command
- added keyboard action and dynamic context action to primary view controller
- - added blacklist action - adding logic for apply blacklist deletion - added shortcut for adding a blacklist entry
- - added blacklist support - working total statistics - support for core spotlight
- - action improvements - added trailing and leading swipe actions - added total statistic - added delete all history for url action
- fixed search background style on mac catalyst
- search tag groups and open it
- - added search with results controller to primary view controller - changed splitview width to 320
- - close popup on adding last tag - added action classes to generate code for key commands, UIMenu, … - added search in columns and added date.like filter - added toast view (if URL was copied)
- - added new Shortcut Intents - added Actions classes (WIP)
- - fixed UISplitViewController layout (width, displayMode) - fixed sort title on Mac Catalyst - recognize expand/collapse state of groups
- fixed bug in Safari extension, if meta description is not available
- - show date in context menu - added open url tag action (remove, move)
- - added keyboard commands for date paging - removed unneeded code - fixed bug in today view
- - fixed Mac Catalyst build - hide Tag button in popup or update with tag name
- - added "Add to latest tag" to extension - added date column to tag collection tabel - added share menu to list menu - minor fixes
- new build number
- fixed session time layout
- added session time statistics and cleanup some code
- added app icon shortcut icons
- - new large table cell style as display option - first implementation of tag reordering
- - updated Safari Extension icons - added SVG Icon templates
- - added icon images to cell / detail view (downloading and storing: icon, image) - added "Supporter" third party code for Help - fixed large title
- - moved to CollectionView - added meta infos to url - implemented drag and drop for URLs - refactored a lot of code - added a new iMessage icon - icon view for tags (unfinished) - added a new share extension target (unfinished) - fixed some bugs (Widget title)
- added a meta column to store the website meta description (show in detail view and it is searchable)
- fixed pull to refresh
- - added a new Collection widget to show items of a selected collection in a widget - open app by a custom url scheme with path - set a alternate title for a URL
- implemented multiple windows with state restoration
- support multiple windows on iPad
- - removed storyboard elements - moved UIWindow creation to scene delegate
- Importer can now show Favorite items
- - fixed history time for day
- added exporting/importing for Favorites
- - save sort direction and order to user defaults - removed elements from storyboard and create it via code
- - save tag sorting - fixed sorting by id and title - fixed top domains
- - fixed sorting bug - new edit sidebar action (delete) (reordering is in progress) - changed sidebar sections - added a new itemType enum
- fixed grouping on search history
- new export history shortcut intent
- - new App Icon - added sorting - added date label to history cell (new cell class) - fixed crash
- - added date pager to statistics view - added start and end date to statistics queries - new intent to get browsing time of today - changed widget title - fixed widget reload bug
- Introduced history session: this will calculate the correct browsing time, even if Safari is in the background and locked and the user start browsing the current site again
- added page leave event and show page visit time in detail history view
- new page statistics cell
- - added day pager to history - added an own cell for page statistics - fixed crash - added some sample collections
- - export all tags at once - added top domains statistics
- - added importer/exporter for tags - changed did select for tags, favorites - fixed searching in tags
- added a copy menu on long pressure
- fixed sharing crash
- - added menu, header and swipe actions to detail history view - reload widget timeline, after every insert - reload views when app gets active
- fixed popup shortcut command
- - added start date and end date to search history intent - moved filter to optional parameter
- added new shortcut intent to get all URLs for a tag group
- added new shortcut intent to get URLs for a specific tag
- added keyboard commands for popover
- - added collection table and terms table - fixed missing app group in widget target - fixed Intent target - changed Intent titles - changed title for menu actions
- - added a new column isgroup - assign tag to group from context menu
- added tag group
- fixed html glitches
- - add a new tag name in popup.html and assign new tag to current URL - fixed layout issues
- select assigned tags in popup.html
- - added segmented control - added favorites - fixed link click problem - fixed some dark mode issues - fixed delete history entry
- show tags in extension and assign/unassign
- - added show history in popup.html - set content size and fixed some dark mode problems
- added JQuery library to project
- - added support for favorite/unfavorite URL from Safari extension - added HTML select UI for Tags/Collections - added swipe action to history table view with Open URL action
- added support for favorite url from extension
- added Tags for tagging URLs
- - new database scheme - adde top pages query
- - fixed today widget - some UI fixes - added Detail History View Controller to show all page visits for a specific URL
- - fixed missing Intent code - new parameter for get history function - added iMessage icons - new build number
- added today history search query
- added Shortcuts Intents
- - added Today Widget - changed font sizes - added today counter function
- - large title - fixed iMessage cell tex size
- removed unneeded calls
- added iMessage extension
- First working version prototype
- Initial commit
* removed path import
* run prettier npx prettier --write .
* Update surfed extension
- updated Surfed Raycast extension readme file
- - updated release notes - added help sentence
- fixed css color in bright mode
- implemented Search Shortcuts help in browser extension
- - added Alfred Workflow link - new build number
- added refresh extension related settings
- - updated build number - updated Raycast URL
* moved readme screenshot into new folder
* updated configuration section with a better explanation
* removed the limit results CLI parameter to support the current available Surfed version
* show empty view on start, loading and no search results
* fixed code style issues
* Update CHANGELOG.md
* Update CHANGELOG.md and optimise images
---------
Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
- 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
- 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
* Update easydict extension - docs: update changelog (#72) - chore: add maxchang3 as a contributor (#71) - Update dependencies and add DeepLX support (#70) - chore(deps): bump axios from 1.7.4 to 1.8.2 (#69) - feat: support gemini translate (#68) - docs: update changelog - feat: replace api key textfield with password - fix: set bing retry count to 3, avoid too much retry request - fix: remove old Youdao translate API - fix: improve error handling - fix: do not encode text for Youdao translate - chore: npm audit fix - fix: use new Youdao webTranslate API - chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#67) - docs: update changelog - Revert "chore: add two issue templates" - Revert "chore: enable to open new issues" - fix: bing host is incorrect if check ip failed - docs: update changelog - docs: update changelog - feat: support AR language for DeepL - docs: update changelog - perf: set gpt-4o-mini as default OpenAI model - chore: update star notification action - chore(deps): bump axios from 1.6.0 to 1.7.4 (#64) - chore: update star notification action - refactor: remove support for Youdao API translate - fix: openai API URL is null will cause crash - fix: ignore first inputChange event, fix for #62 (#63) - Update follower-change-notification.yml - chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#60) - chore: add two issue templates - chore: enable to open new issues - perf: use Authorization DeepL-Auth-Key instead of auth_key - perf: improve prompt, add few-shot - perf: improve OpenAI prompt - perf: remove unused OpenAI function - feat: add custom DeepL endpoint, remove wild DeepL keys (#54) - Merge pull request #55 from HernandoR/fear-api-update - feat: update raycast api 1.62->1.68 - Merge pull request #53 from izualx/main - Update README.md - Merge pull request #52 from tisfeng/dependabot/npm_and_yarn/follow-redirects-1.15.6 - chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 - perf: revert to openAIAPIURL, avoid breaking user config - Merge pull request #51 from rookiezn/support-openai-http-url - perf: able to set custom OpenAI model - fix: support http protocol for custom OpenAI api url - Merge pull request #50 from tisfeng/dependabot/npm_and_yarn/follow-redirects-1.15.5 - chore(deps): bump follow-redirects from 1.15.1 to 1.15.5 - chore: add @typescript-eslint/eslint-plugin@latest --save-dev - docs: update changelog - perf: update release note - Merge branch \'aidevjoe-main\' - perf: show error toast if serive has no api key - perf: remove default API keys - perf: remove Apple language detect - feat: add enable Baidu language detect option - chore: migrate 1.50.0 - chore: migrate 1.48.8, update .eslintrc.json - chore: npx @raycast/migration@latest - perf: add Baidu as default detection - perf: add Dutch and Ukrainian for Apple Translate - Merge pull request #49 from tisfeng/dependabot/npm_and_yarn/axios-1.6.0 - chore(deps): bump axios from 1.3.4 to 1.6.0 - Merge pull request #48 from tisfeng/dependabot/npm_and_yarn/find-exec-and-play-sound-1.0.3 - chore(deps): bump find-exec and play-sound - Merge pull request #47 from tisfeng/dependabot/npm_and_yarn/crypto-js-4.2.0 - chore(deps): bump crypto-js from 4.1.1 to 4.2.0 - chore: update follower-change-notification - chore: update star-fork-notification - chore: update star-fork-notification - docs: update README - Merge pull request #46 from liyaodong/main - feat: allow to customize OpenAI API URL - fix: rename issue template - fix: rename issue template - chore: update issue templates, remove others template - chore: update issue templates, remove bug and feature template - perf: if only enabled one detect service, use it directly - chore: update issue templates - perf: remove redundant swift file - fix: remove redundant Package.swift - perf: add Package.swift - fix: use executable file instead of swift source file - docs: update changelog - docs: update README and changelog - perf: add test AES link - docs: update changelog - docs: update README - Merge pull request #41 from aidevjoe/main - perf: use execa to run swift directly - perf: add more recognitionLanguages in Swift - chore: upgrade yaml, npm audit fix - perf: improve code - fix: improve OCR Translate - feat: add OCR recognition - Merge pull request #40 from hezhizhen/typo - chore: add spell checker to CI and fix existing typos - docs: update changelog - fix: openai cannot work if no agent, so get agent first - fix: openAI translation may miss first char - perf: remove default Volcano app key - docs: update changelog - Merge pull request #37 from ZhenpengWu/main - fix: check if OpenAI service is enabled in preference before calling OpenAI API - docs: update changelog - chore: update issue templates - docs: update README - perf: turn off some translation services by default - perf: stop loading when OpenAI error - perf: improve prompt - perf: disable OpenAI by default - perf: improve translat prompt - fix: handle OpenAI error ECONNREFUSED - docs: update README - docs: update README - perf: improve language detect, disable Apple detect - perf: improve prompt - perf: improve chat quote handling - perf: try to remove stream quotes - perf: improve chat prompt - perf: improve response error toast - perf: remove default Caiyun token - perf: show up to 6 exam tags - fix: volcano interface property name is wrong - perf: remove loading toast - docs: update README - docs: update README - docs: update package.json - fix: rename file - docs: update release screenshot - docs: update release screenshot - docs: update release note - perf: add searching and finished ✅ emoji - perf: improve OpenAI error toast - perf: improve detect language speed - perf: use proxy for OpenAI by default, remove quote - feat: support getting OpenAI result by stream - perf: add DeepL support for Korean and Norwegian - feat: add support for OpenAI translate - perf: update axios to 1.3.4 - perf: update Node version to 18.10, update dependencies, update google-translate-api to 9.1 - docs: update README - perf: add support for fallbackText - docs: update changelog - fix: youdao web dict meta may be nil - perf: remove log - perf: use user input text instead of selected text when using Fallback Command - docs: update README - docs: update README - docs: update README - chore: update workflows - docs: update release note - chore: update workflows - chore: update workflows - fix: get bing web translate token failed - docs: update release note - perf: try to get system proxy from env first - fix: baidu Burmese language code is wrong - docs: update README - docs: update README - docs: update README - docs: update README - perf: add disabled console.log flag - fix: disable console.log in production env - docs: update README image - chore: update repo icon - Revert "chore: improve multiple string" - chore: improve multiple string - Revert "chore: improve multiple string" - chore: improve multiple string - chore: use <p> instead of <br> - chore: update workflows - chore: update workflows - chore: fix workflows - chore: fix workflows - chore: revert - chore: fix multiple line string error - Revert "chore: fix multiple line string error" - chore: fix multiple line string error - chore(workflows): improve star-fork-notification - chore(workflows): improve star-fork-notification - chore(workflows): star-fork-notification - docs: update changelog - docs: update metadata - perf(UI): improve list accessory tag color - fix: searchText is empty when acivated from arguments - docs: update Eudic icon - perf(UI): use list tag accessory to show exam type - chore: update raycast/api to 1.45.0 - perf(UI): update Eudic icon - chore: update @types/react to 18.0.25 - chore: update @raycast/api to 1.43 - docs: update changelog - docs: update release note - perf: improve release note info - fix: auto get a new deepL key if quota exceeded - chore: add Icon for file - chore: change npm registry to https, npm update some package - chore: fix commintlint error - fix: update French say voice - docs: update README - chore: update @raycast/api and @types/react - docs: update changelog - fix: arguments no longer empty but its properties empty cause crash - docs: update changelog and release note - fix: action list key error - docs: update README - docs: update README - refactor: improve show query webItem action - docs: update metadata - docs: update changelog - docs: update changelog and release note - perf: improve language detect, mark two identical language as prior - feat: add support for new 25 languages including Ukrainian, total support for 48 languages - perf: improve getting Youdao web cookie - perf: change delay get system proxy time to 3000ms - feat: support arguments for Easydict - feat: add open web query in detail page - docs: update README - perf: improve translating multi-line text show details markdown - perf: improve remove self html tag function - feat: add a `Copy Text` action on show more details page - docs: update package.json - perf: change to show `Open in Eudic` first if Eudic is installed by default - fix: unexpected proxy error, use hpagent instead of https-proxy-agent - chore: update agent-base to 6.0.2 - style: improve code - docs: update README - docs: add use with PopClip - perf: change to keep two phonetic if word has - docs: update changelog and release note - perf: handle no cat and no def case, eg 艾 - perf: improve modern Chinese dict subsense and no cat case - perf: improve modern Chinese dict dot color - perf: improve modern Chinese dict markdown, handle subsense - perf: improve modern Chinese dict details markdown - perf: improve Youdao Chinese phonetic - perf: change to always display show more details - perf: add show Copy Text first option, add shortcut for web query action - perf: improve modern Chinese dict detail markdown - feat(UI): add Youdao modern Chinese dict - fix: linguee unfeatured show more details incorrectly - feat: use proxy in Linguee by default - fix: youdao web dictionary guess language may be incorrect - perf: cancel delayed proxy query if input is cleared - perf: improve playing word audio, change to use speechUrl first - fix: improve ts array type - perf: improve show more details - perf: improve word phonetic display - fix: youdao dict miss some word phonetic, eg. record - docs: change google.cn to google.com - docs: update README - docs: update README - docs: update README - docs: update changelog - docs: update package.json - perf: improve language detect - perf: improve handling detect API list, remove Google detect - chore: try to fix greetings.yml - chore: update greetings.yml - perf: when enable system proxy, do not delay Google request - perf: change delay query proxy time to 600ms - perf: improve getting system proxy agent - perf: delay query Google and DeepL with proxy - fix: get system proxy cause slowdown - fix: json.stringfy httpsAgent and parse can cause error - perf: change to use Google tld com and proxy by default - perf: turn on Volcano translate by default - docs: update README and changelog - docs: update metadata - perf: improve Linguee Wikipedia type display - perf: change to use Volcano https - perf: improve translation detail display - perf: improve Linguee check text is word - fix: linguee wikipedia cannot show more detail - perf: improve show more detail markdown - style: rename appleDetectLangChineseName - perf: add default Volcano access key - chore: update @raycast/api to 1.40.0 - docs: update package.json - docs: update README - docs: add github issue template - perf: use file-type to check wav audio file - docs: update README - chore: update github greetings - perf: use execa instead of exec - perf: if downloaded file is wav formate, try covert to m4a - perf: return is Chinese IP if check IP API throw error - perf: only use enabled detect API, except Google and Bing - perf: improve language detect - fix: volcano detection return youdaoLangCode is wrong - perf: change to use lowercase word Youdao web audio - docs: update README - perf: improve language function names - perf: use Samantha instead of Alex as English say command - feat: add show Volcano web translate top action - feat: add Volcano language detect - feat(UI): add Volcano translate display - refactor: improve Volcano generate sign API - fix: set defaultMaxListeners to 15 - Merge branch \'baidu-translate\' - feat: test Volcano translate API - perf: improve show more detail markdown - feat: add shortcut for showing more detail - perf: set Youdao Baike text language to Chinese - perf: improve Chinese and English language code usage - feat: add show detail action - perf: show Youdao dict when has baike or wikipedia - docs: update release note - perf: rename LanguageItem language code - perf: turn off DeepL and Baidu translate by default - perf: change axios timeout to 15s - docs: update README extension icon - docs: update README - Merge pull request #19 from Jax0rz/main - Update play audio icon - 规范图标大小和风格 - Update extension icon with a better look and style with Raycast standard. - fix: get Youdao web cookie may fail, casue crash - perf: change axios default timeout from 15s to 10s - perf: improve language detect - docs: update README - docs: update README - docs: update README - docs: update README - perf: improve Youdao dictionary show empty entry condition - perf: change Apple translate delay time to 1.0s - docs: update package.json - docs: update README and changelog - perf: add token for getting ip info - fix: when switch proxy, bing translate may encounter error - docs: update README and changelog - fix: when deepL get error code 456, return incorrect promise - fix: hide Youdao translate when use it as dictionary translation - perf: change default perferred languages - perf: stop Apple detection temporarily - chore: upgrade @raycast/api to 1.39.2 - fix: apple translate Chinese-Traditional error - perf: improve langauge detection accuracy when disable speed first - docs: update README - feat: add enable Bing translate preference option - feat: add Bing language detection - feat(UI): add Bing translate section - perf: improve to get bing config when fails - perf: change bing token expiration from 10 to 5 min - docs: update package.json - perf: improve if eles condition in setup() - perf: if bing translate result is empty, check ip and tld, then request again - perf: google tld use preferred language check first - perf: if enabled proxy, wait for getting system proxy and get selected text before request - refactor: improve get and update ip info, improve bing tld - perf: improve language detect last fail handing - feat: add bing web translate API - perf: add isChina to queryWordInfo - fix: detect language resovle undefined incrorrect condition - fix: enabled Youdao translate but not star requesting - fix: stop Apple translate if has cleared query - perf: improve word audio, use Youdao web audio first - perf: improve language detect - perf: separate Youdao dictionary and translation request - perf: improve playing audio - perf: improve Youdao web translate cookie - perf: improve download word audio, use Youdao type=2 from JSON - perf: delay auto playing word audio, avoid blocking UI - style: improve code - perf: improve language detect - perf: improve abort Apple script timeout - fix: enable Youdao API translation - perf: improve Apple scripts - refactor: improve language detect, remove local detect timer - perf: improve run execa apple script - refactor: use execa improve exec apple scripte - fix: show error toast may crash - refactor: improve detect language function, use Promise instead of callback - feat: add preferences language detection speed first option - perf: improve language detection - perf: improve Baidu language detect - perf: improve Tencent language detect - perf: improve axios config - perf: improve extension startup response speed, -0.5s - perf: improve language detection - perf: do not use Apple language detect, when preferred languages contain English - feat: add web Baidu language detect API - docs: update changelog - docs: update README and changelog - fix: linguee auto play word audio - perf: improve detect three identical valid language - perf: improve query word info phonetic display - feat: add Linguee phonetic and exam types - refactor: improve md5 function - fix: youdao web translate may return html error - perf: improve wikipedia dot color - feat: test Baidu web translate API - docs: update changelog - feat: only English word can automatically play audio - refactor: improve list display type judgement - feat: add Youdao dict wikipedia digest type - perf: improve Youdao word audio, change to use type=0 - feat: add Youdao dictionary baike type - perf: default turn on auto play audio - fix: change json file format - docs: update changelog - perf: do not show error toast when finish or cancel exec command - perf: return reject(undefined) when cancel request - perf: if exec already finished, do not kill and throw error - fix: handle Tencent translate unsupported language error - perf: kill process if exec shortcut timeout - docs: update changelog - perf: move `Open In Eudic` to first action - fix: youdao web translate may have multiple results - perf: improve translation from-to section title display - docs: update Youdao dictionary demo json - perf: use Youdao dictionary as first sort order - docs: update README - docs: update package.json and README - feat: enable sort dictionary and translation order - perf: improve api detect language, three api mark as true - perf: do not request Youdao translate when has enabled Youdao dictionary - perf: only show Youdao dictionary when has Details section - refactor: improve check dictionary or translation query type - perf: check Youdao web translate from-to language - perf: improve format check if Youdao dictionary has entries - perf: only query text is word enable play audio automatically - fix: show Youdao web translation only key is the same - fix: add check Youdao Chinese --> English isWord - perf: improve Youdao dictionary explanation display - fix: filter explanation empty string text display - perf: improve update Linguee translation - feat: use Youdao translation result as Youdao dictionary translation - perf: improve query Youdao dictionary function - perf: improve request type error toast - fix: youdao Chinese --> English explanation show incorrectly - perf: improve format Youdao web dict model - style: improve code - perf: improve Youdao dict forms display - perf: improve one line translation display - feat: use Youdao dictionary Get api ✨ - fix: handle Youdao web dict invalid result: const - fix: youdao translation one line break display - perf: improve Youdao dictionary translation display - fix: youdao web-translation may be undefined - perf: change Youdao translation from array to string - feat: add Youdao Chinese -> English dictionary - feat: add new Youdao web dictionary api - feat: use new Youdao web translate - chore: update github star workflow - chore: update github star workflow - feat: test Youdao web translate api - chore: update @raycast api to ^1.39.0 - perf: change lib to es2021 - perf: improve check text is word - perf: update check is word for playing word audio - perf: check queryWordInfo is a word - perf: add Youdao translated text too long toast handling - fix: set max trim text length to 1830, for Google web translate - perf: remove default Youdao appId and appKey - docs: update README - docs: update README - docs: update README - docs: update README - perf: only query Youdao dictionary when query text is word - perf: do not request Linguee if query text is not word - feat: add Youdao ai demo api - docs: update README - docs: update README - docs: update release note, style code - perf: only two api detect idential language, and it is preferred, use it - perf: if Baidu detect language is confirmed and perferred, use it - perf: update release note web url - docs: update README - fix: new version release prompt flicker when changing list focus - docs: update README and preference - docs: update release note - docs: update README - docs: update README - docs: update README and changelog - docs: update README and docs - docs: update README - fix: duplicate section key cause section title render incorrectly - refactor: improve Youdao dictionary display section data - style: rename file - docs: update REAMDE - docs: update REAMDE - refactor: improve transform error to errorInfo - docs: migrate docs to blob from wiki - style: add request cost time - style: comment debug log - style: rename enableSelectTargetLanguage - refactor: slim dataManager, move function to utils - refactor: slim dataManager - perf: improve dataManager structure - perf: change abortController to optional - refactor: change to use axios default signal - perf: add 15s timeout for axios default config - perf: add view long text log for debuging - docs: add parse reference - perf: change Portuguese google id to pt - perf: move check if preferred languages conflict to compenents - perf: change useEffect searchText to inputText - style: rename interface - refactor: add wordInfo propery for RequestTypeResult - perf: add emoji to translation section title in detail page - perf: clean code - perf: handle languages not supported by Apple in advance - style: rename LanguageItem properies name - perf: supplement google language id - perf: improve conversion between detected language id and youdao language id - perf: use detected language instead of auto source in Linguee - perf: improve check if preferred languages conflict - style: remove comments - perf: preferred to use Google language detect - refactor: move delay query timer to dataManager - perf: improve return List structure - perf: use Hongkong flag as traditional Chinese emoji - fix: select target language manually casuse cancel query - perf: stop query if text is cleared during language detection - refactor: move queryText() to dataManager - refactor: enable cancel Apple translate - perf: enable cancel Tencent translate request - feat: use axios to request Tencent translate, sign manually - feat: add Baidu translate web action - refactor: improve eudic web url - fix: web url is wrong - feat: use new Youdao dictionary web - refactor: improve access to web url - perf: improve language detect, preferred to use API detect - feat: add Google language detect - fix: detect language tencent and baidu type are wrong - perf: improve youdao error handle - refactor: improve show request error toast - perf: preferrd to use api language detect - style: improve code - perf: enable Google RPC use system proxy - feat: add Google RPC translate - fix: get youdao language id of apple detected language - perf: improve auto select target language - perf: improve google tld - refactor: improve detect language, add support for more Apple system language - fix: linguee web dictionary url is wrong - feat: apple detect language support English system language - feat: add Baidu auto detect language - perf: give priority to franc detect then simple detect language - perf: improve Linguee language support - perf: use undefined instead of null - perf: show the first translation fromTo language title - perf: only when linguee word item is empty, use query word fromTo language - fix: linguee word item is empty cause crash - fix: remove () regex is incorrect - perf: add example translation pos - perf: use emoji in section language title - perf: use country flag emoji as language icon - perf: move open in web to first - perf: change language detect type to enum string - perf: add get system proxy error toast - perf: clear query record list when clear query - perf: improve before querying loading state - perf: improve request loading state - fix: handle cancel request - fix: deepL translation do not display - perf: use DeepL result as Linguee translation - refactor: improve query text function structure - feat: show current query type open in web at the top action - perf: do not update when linguee result is empty - perf: query multiple lines of text, display one line - refactor: use cheerio to parse google translate - fix: google URIError: URI malformed - refactor: adjust query word info structure - perf: improve display section title - perf: dictionary section title add fromTo language - fix: get language of two except Chinese - perf: clear result before new input query - perf: add Linguee German tag_area - refactor: improve request params - feat: add linguee web dictionary action - perf: improve get linguee web url - perf: improve cancel request and clear query - refactor: use AbortController to cancel axios request - perf: filter null query result - feat: add linguee audio url, play word audio automatically - perf: improve French tag forms text - perf: improve French forms - perf: use user deepL key first - perf: improve deepl get a valid key - perf: improve youdao dictionary and translate display - feat: automatically get a valid deepL key - perf: improve code - fix: handle deepL request 456 error - fix: resolve merge conflicts - feat: add enable system proxy switch option - refactor: improve code structure - refactor: adjust types structure - fix: change target language cause crash - fix: show detail display incrorrently - refactor: check if need to show detail according to result - perf: improve linguee request error toast - perf: improve dictionary separator display - perf: change to only sort translation order - perf: change dictionary section title - perf: improve dictionary section title separator display - refactor: sort services order - refactor: separate the translation request - perf: improve dictionary section title display - perf: enable linguee switch - refactor: separate Youdao request - refactor: improve Youdao data structure - refactor: swtich to class to optimize data structure - refactor: improve list item structure, fix Youdao display - perf: change special forms icon color - perf: separate the html parsing function - perf: merge tag and type to frequencyTag - perf: improve query selector multiple class - docs: update changelog - docs: update README - docs: update changelog - docs: update changelog - feat: add show open in eudic option; improve deepL error toast - fix: open in eudic when downloading from web - docs: update changelog and package docs - docs: update package docs - fix: response data is garbled when querying French word - perf: add linguee French word translation example - perf: improve linguee display - fix: english \'good\' common type inrorrect display - perf: improve French display, add tag forms - perf: change default perferred languages - perf: change linguee source language to auto - perf: improve related words display - perf: add linguee example pos - fix: linguee no dictionary element cause crash - perf: add linguee wikipedia - perf: adjust unfeatured type color - perf: change isWord to required - fix: linguee display query word info language are wrong - perf: add linguee almost always used type - perf: show multiple example translations - perf: add word item featured property - perf: add linguee word audio url - perf: add related word type - style: clean up comments - docs: update changelog - perf: improve linguee display list type - feat(UI): add colorful list icon for linguee dictionary - fix: parse html from chinse error - fix: search linguee from chinese to english - feat: add http proxy agent - perf: improve linguee dictionary - perf: add examples - feat: test linguee dictionary - docs: update README - docs: update changelog - refactor: optimize web translation item - fix: get wrong Eudic web url - docs: upate README and changelog - docs: update changelog - docs: update README - docs: update README and changelog - perf: use google.cn if user ip is in China - perf: change the perferred languages to required - fix: youdao web translate language id is wrong - feat: use different Goole Translate domain according to preference languages - feat: add support for Google translation 🎉 - feat: test google crawler translate - docs: update changelog - docs: update changelog - fix: only show release prompt once if need - fix: handle Youdao reqeust exceptional error - docs: update changelog - docs: update README - docs: update README and changelog - perf: only query text is a word, show search Eudic and Youdao action - feat: update raycast api to 1.38.0, use new icon - refactor: improve web translation action - feat: add deepL web translate action - perf: improve input query experience - perf: optimize code - fix: action button frequently flick when rendering - perf: remove action when input is empty - fix: cancel update translation when deleting all input text - docs: update README - Merge pull request #14 from kxxoling/patch-1 - Fix links related to Bob - chore: update github action - chore: update github action - chore: update github action - docs: update README - docs: update README - chore: update star notification action - chore: add github follower change notification action - perf: handle tencent translation not supported language - perf: improve the synergy of api and local language detect - perf: add more apple detect languages - perf: improve the sorting of translation results - chore: update SECURITY - perf: improve new release prompt - docs: update README - docs: update README - style: clean code - chore: add npm run build before git commit - docs: update changelog and release log - docs: update README - docs: update README - perf: change franc detect confirmed confidence from 0.6 to 0.8 - perf: improve translate error prompt - docs: update README - perf: support deepL pro key - perf: improve user type translation order - feat: support user set translation display order manually - perf: clean code - perf: improve deepL request error prompt - feat: add deepL translate 🎉 - refactor: separate the crypto and default api keys file - feat: test deepl translate api - fix: repeatedly read selected text when input text is deleted to empty - docs: update README - docs: update README - chore: use isfeng bot gmail to send email - feat: add open command preferences action - docs: update README - chore: clean code - chore: update action - chore: change star link - chore: fix env event name - chore: set environment variable - chore: use env.xxx to use - chore: change to use env event name - chore: update echo env use - chore: try action env - chore: use markdown link - chore: update star or fork notification action - chore: update star or fork notification action - Revert "chore: update star or fork notification action" - Revert "chore: update star or fork notification action" - Revert "chore: update star or fork notification action" - chore: update star or fork notification action - chore: update star or fork notification action - chore: update star or fork notification action - chore: update star or fork notification action - chore: update star or fork notification action - chore: update star or fork notification action - chore: update manual action - chore: update manual action - chore: update email username and password - chore: change to use gmail - chore: update actions - chore: update manual action - chore: update repo forked notification action - chore: update repo forked notification action - chore: add repo forked notification action - docs: update README - perf: improve input text query - fix: when input text is empty, need to cancel previous request - feat: add an Easter egg for using popclip to open easydict - docs: update README and changelog - perf: change assets image name, change git ignore case to false - perf: improve release info, action icons - docs: update README - docs: remove not used images - docs: update README - docs: update README and changelog - perf: clean code - docs: update changelog - fix: select target language action hide auto language - perf: optimize code, add shell exec return child process - perf: improve ActionRecentUpdate - perf: improve release markdown display - perf: improve new release prompt - refactor: optimize ListActionPanel function - feat(UI): add new release remind - perf: improve debug log - perf: adjust franc detect low confidence to 0.1 - fix: play result text sound alway paly query text bug - perf: improve local language detect, use local detect when API detect over time - perf: improve query selected text response speed - perf: improve language detect - perf: modify action titles, make more succinct and clear - perf: improve local language detect - perf: change franc detect criterion to confidence > 0.5 - fix: return wrong language id when use franc detect unconfirmed language - fix: correct Arabic franc id typo, ara -> arb - perf: improve local language detect when all API detect error - refactor: improve local language detect accuracy with franc - feat: add franc to detect language type - docs: update README - docs: update README - docs: update README - feat(UI): add list icons for different types of translations - perf: improve request error handle and toast - fix: apple translate error when input contain special char - fix: handle error of tencent translate not support language - perf: support apple translate auto detect supported language - perf: only download word audio when need play sound - fix: apple script param not allow single quote, replace with double quote - perf: set max length of text to download youdao tts audio, 20 - perf: improve say command - fix: when tencent language detect not support, use auto - perf: improve api detect language accuracy - perf: improve local chinese language detect - feat: use apple translate when enabled - perf: add file header annotaion, improve function comments - refactor: separate language detect function - feat: use apple language detect if enabled - perf: improve play text sound - perf: change to run shortcuts in background - perf: if tencet detect language is not preffered language, then try use local detect - fix: apple script parameter use escaped string - perf: when afplay audio error, use say command - perf: improve continuous input query, cancel previous request - perf: improve youdao translation query failed error prompt - fix: open youdao code url error - perf: improve detect languge speed - perf: improve local english text detect - feat: add cacluate axios request cost time automaticly - feat: add shortcuts apple translate - feat: add shortcuts detect language - perf: change to lower case query - refactor: optimize easydict.ts structure - chore: update workflows - chore: update workflows - chore: update workflows - chore: add test workflows - chore: update .github/workflows/greetings - Merge pull request #9 from tisfeng/tisfeng-patch-2 - chore: add manual.yml - Merge pull request #8 from tisfeng/tisfeng-patch-1-1 - chore: add greetings.yml - docs: update README - Create SECURITY.md - docs: update README - chore: add commitlint - style: ignore .DS_Store, Icon/r - chore: add husky and lint-stage - doc: update README - doc: update CHANGELOG - style: run prettier - fix: resolve warnings - chore: add .eslintrc and .prettierc, resolve errors - doc: update metadata screenshots - feat: change copy action title to "Copy Text" - fix: change maxLineLengthOfEnglishTextDisplay from 100 to 95 - style: clean code - feat: only show word one phonetic - fix: only English word use youdao web audio - feat: improve the voice playback mode of query text - fix: wrong word condition judgment - feat: improve word pronunciation, give priority to Youdao online pronunciation - feat: add word translation subtitle - feat: improve the display of multiple translation results of simultaneous query - feat: only automatic play audio when query text is word - refactor: change the request method of query input text - fix: enable automatic query selected text - feat: add preferences for automatic pronunciation after querying words - feat: change to use youdao api speakUrl to play sound - feat: use crypto-js instead of crypto - feat: change to use youdao audio - feat: use iciba pronunciation, remove bing - feat: add bing paraphrase - feat: modify phonetic text - feat: add iciba dictionary api - feat: add bing phrase - refactor: bing crawl parse - feat: use us-phonetic and us speech - feat: add bing crawl translate - feat: move open in Eudic to first action - fix: setTranslateDisplayResult called two times - refactor: improve update translate display result fuction - fix: hide list details when deleting input until empty - style: change function or variable names - feat: modify the judgment condition of long text translation - feat: change query clipboard text to query selected text - feat: use encrypted appId and key to avoid platform key leak warning - feat: show multiple translation result on the list detail - feat: add title for list detail markdown - feat: improved multi-line text translation display on list detail - feat: show list detail when transaltion text too long - feat: allow to turn on/off multiple translate APIs manually - fix: baidu translation request error handling - chore: remove @alicloud/alimt20181012 - refactor: optimize request error handling - fix: tencent detect languagd id may different from its language id - refactor: optimize multiple translation structure, add Tencent translate result - feat: add Tencent translate API - feat: gve priority to the Tencent language detect API to identify the input text language. - feat: add tencent language detect API - feat: according to the translation language, generate web translate link - feat: set maxInputTextLength=2000 - fix: incorrect way to save and query clipboard records - doc: update README - doc: update README - chore: run prettier - chore: remove react-devtools - Merge pull request #3 from tisfeng/dependabot/npm_and_yarn/follow-redirects-1.15.1 - chore(deps): bump follow-redirects from 1.14.7 to 1.15.1 - Create codeql-analysis.yml - Merge pull request #1 from tisfeng/dependabot/npm_and_yarn/minimist-1.2.6 - Merge pull request #2 from tisfeng/dependabot/npm_and_yarn/ansi-regex-3.0.1 - chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 - chore(deps): bump minimist from 1.2.5 to 1.2.6 - doc: update README - chore: run npm, run prettier - feat: use new default Youdao app key and secret - doc: update README - feat: add README - feat: add extension screenshots in metadata - feat: remove translation section title localize - fix: correct the clipboard query interval from 1 minute to 10 minutes - doc: update package.json - refactor: adjust project code structure - feat: add the judgment that Caiyun token is empty - feat: add more request error prompts, such as app secret error - feat: add preferences of Baidu and Caiyun translate app secret or token - feat: remove preferece languages not supported by Baidu non-authenticated users - style: clean unused code - fix: get right request result error code - style: change languageId to youdaoLanguageId - feat: improve Details section title UI display - refactor: optimize request error code handling - feat: hide tooltip when displaying multiple translation types - feat: add request error handle - fix: handle Caiyun API not supported translation types - feat: supplement the language ID of Baidu translation - feat: use Use Chinese to display translation section titles when the preferred languages contain Chinese - feat: improve List.Item tooltip prompt - refactor: switch to new interface type; improve the UI of multiple translations - feat: display multiple translation results - feat: add Caiyun translate API - style: modify interface names to Youdao prefix - feat: add Baidu translate API - feat: automatically display open in Eudic action if installed - feat: add see educi translate results action - feat: modify play text sound action icon - feat: adjust feedback action order - feat: add see youdao translate results action - feat: change the default appId and appKey value - feat: modify request error prompt - feat: change preference appId and appKey type to password - feat: change language preferemce to optional, default Chinese-Simplified and English - feat: adjust the order of actions displayed in the action panel - feat: add preference to decide to display target translation language - feat: remove isAutomaticPaste preference - feat: remove delayFetchTranslateAPITime preference - feat: remove clipboardQueryInterval preference - style: alter title and placeholder - doc: alter preference descriptions - feat: change Feedback url to Raycast extensions issues - feat: change google translate from translate.google.com to translate.google.cn - feat: add prefence for querying clipboard time interval - style: alter descriptions - style: change extension names - feat: add List.Item icon tooltip, update @raycast/api to 1.35.1 - style: clean code - feat: add tooltips - feat: distinguish between WebTranslation and WebPhrase types - feat: modify delay translate time, from 400ms to 1000ms, defalut 600 - feat: optimize copy text when copy web result - feat: use diferent sound icon for light and dark mode - feat: optimize input text display and search request - feat: optimize the target language setting - feat: optimize fromLanguage type detection of input text - fix spell errors in some language names - feat: give priority to use English and Chinese as fromLanguage,and then auto - feat: use assets image as play sound icon - refactor: optimize code structure - feat: add word wfs, eg: goods,better,best - feat: add word exam types accessory - fix when text contain special char like "( cannot play sound - style: clean code - feat: set time interval for automatic query of the same clipboard word - feat: modify automatic query clipboard as optional, default true - style: clean up unused code - run prettier - feat: modify the say text truncate length from 16 to 40 - feat: change the default en-US say sound, from Alex to Samantha - feat: look up clipboard text when first enter - feat: make it easy to look up words in Eudic, simplify selected copy action - change names - feat: improve translation UI - feat: support to open in Eudic and search the queried text - change names - fork: Add Delay Fetch Translate API Time Options - modify name to Eudic - fork parrot-translate - Initial commit * fix: remove incorrect '|' in Chinese punctuation regex Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * chore: update changelog Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * refactor(DeepLX): remove unnecessary Promise wrapper Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * fix(dataManager): remove unnecessary duplicate error check Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * fix(dataManager): remove unnecessary duplicate error check Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * chore(mock): set `private` to `true` * fix(languages/DeepL): convert language codes to lowercase * fix: update package-lock to avoid using third-party registries * chore(changelog): remove PR references * fix(eslint): remove personalized rules * fix(lint): avoid short-circuit expressions * fix: typo * fix(eslint): remove `.eslintrc` * Update CHANGELOG.md and optimise images --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Co-authored-by: raycastbot <bot@raycast.com>
- 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
Description
Adds the ability to view your team's Figma files by project and navigate to them.
Type of change
Screenshot
figma-files.mp4
Checklist