-
Notifications
You must be signed in to change notification settings - Fork 1.9k
release(desktop): Release v0.6.0 #3991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ilities (#3862) - Added PostHog as a new tracking adapter for improved analytics. - Updated the analytics initialization to include PostHog configuration. - Refactored the tracking manager to support batch processing and error handling. - Enhanced the existing tracking logic to accommodate new event types and properties. - Updated environment variables to include PostHog keys for configuration. - Added new rules and documentation for the tracking system. Signed-off-by: Innei <tukon479@gmail.com>
- Updated analytics initialization to append user properties more effectively. - Changed PostHog configuration to always identify person profiles. - Introduced methods in TrackerManager for managing user properties, including appending and clearing. - Improved sign-out process to clear user properties from the tracker. Signed-off-by: Innei <tukon479@gmail.com>
- Updated entry command labels to include titles and descriptions for better clarity. - Modified the main actions in the toolbar to reflect the new command structure. - Improved the DroppableContainer component by removing unnecessary props. - Added new localization strings for image gallery and view source content actions. Signed-off-by: Innei <tukon479@gmail.com>
- Updated various settings components to use title-cased labels for better readability. - Added descriptions for action-related settings to improve user understanding. - Adjusted localization strings to reflect new label structures and descriptions. Signed-off-by: Innei <tukon479@gmail.com>
…ayout - Introduced descriptions for various appearance settings to enhance user understanding. - Adjusted layout widths for better alignment in the General settings. - Updated localization files to include new descriptions and modified existing ones for clarity. Signed-off-by: Innei <tukon479@gmail.com>
- Added conditional class handling for ThumbnailImage to manage height based on thumbnail ratio. - Simplified AspectRatioImage structure by removing unnecessary nested View and consolidating Image properties. - Enhanced readability and maintainability of the code. Signed-off-by: Innei <tukon479@gmail.com>
…en turning on
- Introduced visual style variants ("ask", "warning", "danger") for the confirmation dialog in the modal component.
- Updated the `ask` method to accept a variant option, allowing for customized icon and button styles based on the selected variant.
- Enhanced the dialog's title rendering to include variant-specific icons for better user experience.
- Updated type definitions to include the new variant option for the dialog instance.
Signed-off-by: Innei <tukon479@gmail.com>
…out adjustments - Added descriptions to various appearance settings for improved user understanding. - Refactored layout to utilize `SettingItemGroup` for better organization and visual clarity. - Updated the `SettingTabbedSegment` to include an optional description prop. - Introduced a new `GlobalFontSize` component to manage overall text size settings. Signed-off-by: Innei <tukon479@gmail.com>
- Updated the data control settings to include a new export data feature with improved UI elements. - Refactored the modal dialog to utilize the new `useDialog` hook for confirmation prompts. - Enhanced localization strings for clarity and consistency in export-related descriptions. - Added success feedback for cache cleaning actions to improve user experience. Signed-off-by: Innei <tukon479@gmail.com>
Signed-off-by: Innei <tukon479@gmail.com>
Sync main branch to dev branch
…e search parameters - Refactored the URL parsing logic to create a new URL object for better handling of pathname and search parameters. - Added searchParams to the handler's parameters for improved data accessibility. Signed-off-by: Innei <tukon479@gmail.com>
Sync main branch to dev branch
… page - Added functionality to fetch and display user-created lists alongside subscriptions. - Introduced new components for rendering lists and subscriptions with loading states. - Updated metadata fetching to include lists data for user profiles. - Refactored user subscriptions query for better data handling. Signed-off-by: Innei <tukon479@gmail.com>
…al media icons - Introduced a new layout for the footer, including sections for product, community, and resources with relevant links. - Added social media icons for GitHub, Twitter, and Discord. - Improved accessibility and styling for footer elements. Signed-off-by: Innei <tukon479@gmail.com>
…s and paragraphs - Changed rendering of markdown elements (h1-h6, p) to use TextInput for better compatibility with React Native. - Added support for strikethrough, superscript, subscript, and section elements in markdown rendering. - Improved styling for blockquote and horizontal rules. Signed-off-by: Innei <tukon479@gmail.com>
…ering - Introduced a new utility function `linkifyChangelog` to convert commit hashes, issue/PR numbers, and contributor mentions into clickable links. - Updated the `AppNotificationContainer` to utilize the new utility for rendering the changelog in both development and production environments. - Modified the `Paper` component styling for improved visual consistency. Signed-off-by: Innei <tukon479@gmail.com>
- Added toastStyles import to NeedActivationToast and updated button class. - Enhanced AppNotificationContainer's toast message styling. - Refactored Toaster component to utilize centralized toastStyles for consistency. Signed-off-by: Innei <tukon479@gmail.com>
- Added functionality to fetch and save image dimensions from entries. - Introduced type definitions for images to improve type safety. - Included console logging for debugging item dimensions in MasonryItemFixedDimensionWrapper. Signed-off-by: Innei <tukon479@gmail.com>
- Updated FeedIcon component to remove margin and added noMargin prop for better alignment. - Modified description span to include padding for improved spacing. Signed-off-by: Innei <tukon479@gmail.com>
- Changed import path for Transformer in ast.ts to streamline dependencies. - Refined toast styles in styles.ts for improved visual consistency and hover effects. Signed-off-by: Innei <tukon479@gmail.com>
- Implemented a new function to check if the current focus is within an iframe or webview. - Enhanced the FocusableGuardProvider to prevent focus management when inside an iframe or webview. Signed-off-by: Innei <tukon479@gmail.com>
* feat: firebase analytics for desktop app and desktop web * chore: fix deps * feat: ga4 log * chore: add VITE_GA4_KEY
DIYgod
approved these changes
Jun 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v0.6.0