release(desktop): Release v0.5.0#3873
Merged
Merged
Conversation
* feat: add video support and enhance media handling in EntryNormalItem * chore: correct reference name for video view in VideoPlayer component * fix: remove size class
- Updated icon class names for social media links to include color styles for better visibility in light and dark modes. - Added a new hotkey configuration option in the Vite setup to improve user experience with customizable shortcuts. Signed-off-by: Innei <tukon479@gmail.com>
Sync main branch to dev branch
Sync main branch to dev branch
Sync main branch to dev branch
* chore: enable fullscreen video in NativeWebView * feat: add video component support with controls in HTML parser
…tionality - Added double-click event to reset entry and feed column widths to default UI settings. - Improved resizing logic by storing initial drag position for better handling of resize events. Signed-off-by: Innei <tukon479@gmail.com>
- Added a smooth scrolling feature to enhance user experience when navigating through content. - Replaced the previous spring scroll implementation with a custom smooth scroll function that adapts duration based on scroll distance. - Updated scroll event handlers to utilize the new smooth scrolling method for both upward and downward scrolling actions. Signed-off-by: Innei <tukon479@gmail.com>
- Introduced a new `useSmoothScroll` hook to encapsulate smooth scrolling logic, improving code reusability. - Updated `EntryScrollArea` to utilize the new hook, replacing the previous inline smooth scroll implementation. - Exported the `useSmoothScroll` hook from the hooks index for broader accessibility. Signed-off-by: Innei <tukon479@gmail.com>
- Adjusted button size and styling for improved consistency across the application. - Modified minimum height of the settings modal for better layout adaptability. Signed-off-by: Innei <tukon479@gmail.com>
* chore(locales): update zh-CN translations * update
- Integrated a new button in the About section to allow users to check for application updates. - Updated localization files to include the new button text. - Enhanced the app's update handling by importing the checkForAppUpdates function. Signed-off-by: Innei <tukon479@gmail.com>
* feat: integrate cleanJsonText function for json parsing * chore: update
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
…cluding responsive components and user interface enhancements Signed-off-by: Innei <tukon479@gmail.com>
…over and feed components for improved readability Signed-off-by: Innei <tukon479@gmail.com>
… for web URL Signed-off-by: Innei <tukon479@gmail.com>
…lumn Signed-off-by: Innei <tukon479@gmail.com>
- Introduced a new method in UrlBuilder for generating share URLs for entries. - Updated SharePanel to utilize the new share URL method for improved clarity and maintainability. Signed-off-by: Innei <tukon479@gmail.com>
…e URL handling - Refactored SharePanel to retrieve the share URL directly from the entry data. - Enhanced UrlBuilder with a new method for generating share URLs that includes view and subscription parameters. - Updated the shareEntry method to utilize the new structure for better flexibility. Signed-off-by: Innei <tukon479@gmail.com>
…or URL generation - Modified the SharePanel component to include entryId in the dependency array of the useCallback hook for improved URL handling. - Updated localization strings to change "Follow" to "Folo" in both English and Chinese translations for consistency. Signed-off-by: Innei <tukon479@gmail.com>
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
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.5.0