You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docs): update README with new features and architectural improvements
This commit updates the README to reflect significant enhancements across the application, including the new release browser, improved app management capabilities, and expanded platform support.
- **feat(discovery)**: Added auto-scroll behavior for categories and overhaul of the search system with relevance ranking.
- **feat(releases)**: Introduced a release picker to browse and install from any release version, moving beyond "latest-only" support.
- **feat(details)**: Added deep linking support, developer profile screens, and a share action.
- **feat(management)**: Documented new app management features including open, uninstall, and downgrade actions, alongside APK architecture matching for Android.
- **feat(network)**: Added documentation for dynamic proxy support and the enhanced caching system.
- **i18n**: Listed 12 newly supported languages for localization.
- **feat(ux)**: Added details for Android-specific UI enhancements (splash screen, adaptive icons) and expanded Linux format support (AppImage).
- **docs**: Refined the "How it works" and "Key benefits" sections to align with current functionality.
- Desktop (Windows/macOS/Linux): downloads installers to the user’s Downloads folder and opens them with the default handler.
178
+
179
+
-**Starred repositories**
180
+
- Save and browse your starred GitHub repositories from within the app.
181
+
182
+
-**Network & performance**
183
+
- Dynamic proxy support for configurable network routing.
184
+
- Enhanced caching system for faster loading and reduced API usage.
168
185
169
186
-**Cross‑platform UX**
170
-
- Android: opens APK downloads with the package installer, tracks installations in a local database, and shows them in a dedicated Apps screen with update indicators.
171
-
- Desktop (Windows/macOS/Linux): downloads installers to the user’s Downloads folder and opens them with the default handler; no hidden temp locations.
Tracks apps installed via GitHub Store (Android) and highlights when new releases are available, so you can update them without hunting through GitHub again.
242
264
243
-
-**Always the latest release**
244
-
Installs are guaranteed to come from the latest published release; the changelog you see is
245
-
exactly what you’re installing.
265
+
-**Always up to date**
266
+
Installs default to the latest published release, with the option to browse and install from
267
+
any previous release via the release picker.
246
268
247
269
-**Uniform experience across platforms**
248
270
Same UI and logic for Android and desktop, with platform‑native install behavior.
0 commit comments