Releases: thevickypedia/Filebrowser-iOS
Releases · thevickypedia/Filebrowser-iOS
v1.13.1
- 568093c chore: Release
v1.13.1
- 2a64fdd feat: Allow uploading multiple photos/videos at a time
- 2cbcf34 chore: Update release notes for v1.13.0
v1.13.0
- 7405aaf chore: Release
v1.13.0
- 3d4f985 feat: Add a new feature to upload from Photos application
- 7f0e974 test: Avoid running full client UI test suite
- 8a38b9e chore: Update release notes for v1.12.6
v1.12.6
- 31b1705 chore: Release
v1.12.6
- c5e9290 ci: Remove on push triggers for individual build and test
- 2b02078 chore: Change hyperlink for version to releases page
- 9f3178b style: Set theme button to be dynamic based on system scheme
- d495769 chore: Update release notes for v1.12.5
v1.12.5
- 3c62e34 chore: Release
v1.12.5
- 7dfcaf6 style: Set navigation title in media player to be inline
- 89c4c26 perf: Conditionally load
AVPlayer
only when visible
- 627ea4d chore: Update release notes for v1.12.4
v1.12.4
- e4c757b chore: Release
v1.12.4
- 9bbe3d1 perf: Lazy-load the
AVPlayer
asynchronously
- 342f644 perf: Ensure that when
currentIndex
updates to a new file SwiftUI sees it as a new view state
- 2a181ad chore: Update release notes for v1.12.3
v1.12.3
- 2876c36 chore: Release
v1.12.3
- a09cf4d perf: Fetch user account and user permissions in the background
- 403f48d chore: Update release notes for v1.12.2
v1.12.2
- 69eb728 chore: Release
v1.12.2
- 00db44a perf: Store and retrieve cache data in the background with an async process
- 02ecc03 fix: Memory leak - stop on cleanup media player
onDisappear
- c7b0924 perf: Replace
onChange
+ onAppear
combo with taskID
to check and reload content
- 243b135 perf: Avoid sorting files every time the body recomputes
- 37af164 chore: Update release notes for v1.12.1
v1.12.1
- 67a1fca chore: Release
v1.12.1
- f091a9d refactor: Store login information in
AppStorage
- 1dbf5dc ci: Create a controller workflow for individual tasks
- 9e37dad chore: Update release notes for v1.12.0
v1.12.0
- 6ec574a chore: Release
v1.12.0
- 7509d52 perf: Set default GIF animation to false
- 2c509d6 style: Move transit protection out of advanced settings in login UI
- 994d21d chore: Update release notes for v1.11.0
v1.11.0
- 5a00297 chore: Release
v1.11.0
- 365aa0e refactor: Setup dependencies in GHA workflow
- 57e0f0a refactor: Restructure GH workflows
- 46e4519 ci: Create a new GHA workflow to run test
- 53b8954 test: Run functional test with example
- 9563935 fix: Build error due to trailing
,
- e6f9f65 ci: Update build workflow to run independently
- 23ad132 fix: Avoid updating
NavigationStack
multiple times per frame
- 72697be fix: Replace lexicographic sorting vs natural (human-friendly) sorting
- 4a749c2 perf: Reduce code redundancies for file metadata and extension types
- 9e7ffec feat: Allow users to control caching and other advanced settings
- 88c095c perf: Asynchronously decode GIF thumbnails off the main thread
- 20701e0 chore: Update release notes for v1.10.0