Overhauls the README files across all languages to enhance readability and user experience.
Updates feature descriptions to better reflect the application's current capabilities, including new sections like "Why Netcatty" and "Demos". Integrates animated GIF demos for core features such as Vault views, split terminals, SFTP workflows, and personalization, offering dynamic visual explanations.
Streamlines the header by replacing image-based badges with concise text links. Replaces outdated screenshots with new, relevant images and removes a large number of old screenshot files. Updates the Electron framework version in the technology stack.
Updates the project READMEs across all languages to reflect recent feature additions and improvements.
* Adds a direct link to the official application website.
* Refreshes the Vault section with new images showcasing grid view, nested folder organization, and list view.
* Updates the Terminal section to highlight Broadcast Mode and performance monitoring, replacing older screenshots.
* Enhances the SFTP section with an updated dual-pane view and a new screenshot for the transfer queue.
* Introduces a screenshot for the new Key Generator feature in the Keychain section.
* Adds a "Contributors" section to acknowledge community contributions.
Simplifies download instructions in all README translations by linking to the latest GitHub release and replacing direct binary links with a unified status table.
Adds serial protocol option to supported connection protocols to improve flexibility for device connections.
Updates documentation to reflect dropping Linux as a supported platform.
Clarifies platform badges, prerequisites, and packaging instructions to
now mention only macOS and Windows. Helps set accurate expectations for users.
Provides clear steps for downloading the latest release and handling macOS Gatekeeper restrictions in English, Japanese, and Chinese documentation. Helps users install and run the app smoothly on macOS despite code-signing limitations.
Enhances documentation for Keychain, Port Forwarding, and Cloud Sync
by adding feature and provider comparison tables, summarizing use cases,
and clarifying recommended options for users. Adds language navigation
links for better accessibility.
Expands feature sections to provide clearer, more comprehensive
descriptions for host management, terminal, SFTP, keychain, port
forwarding, cloud sync, and customization. Improves onboarding for
new users by outlining key workflows, interface options, and security
details. Also fixes formatting for code blocks and contribution steps.
Expands the README to provide a comprehensive overview of the application's features, supported platforms, tech stack, and development instructions. Enhances project presentation with badges, images, and organized sections to improve clarity for new users and contributors. Updates licensing and contribution info for transparency.
Replaces the Ghostty Web terminal backend with xterm.js, updating references, dependencies, and styles accordingly. Removes Ghostty-specific initialization, CSS, and dependencies for improved compatibility and maintainability. Updates terminal and SFTP mounting to use React lazy loading for better performance. Improves Electron window startup to avoid initial white flash. Cleans up cloud adapter dynamic imports for more efficient loading.
Updates documentation to reflect the terminal engine change.