Releases: thevickypedia/Filebrowser-iOS
Releases · thevickypedia/Filebrowser-iOS
v1.37.0
v1.36.1
- 337b43f chore: Release
v1.36.1
- 4455a94 ci: Handle project version that's already prefixed with
v
- f14980c ci: Run release and release notes GHA on self-hosted runners
- f5154c1 ci: Run build on self-hosted runner
- 34f2af8 ci: Bump iOS version for tests
- 462383f ci: Run tests on self-hosted runner
- fa066d7 ci: Run linting on self-hosted runner
- 0ef70f9 feat: Add a full-screen toggle button for images
- 18eacc6 feat: (for images) Store pinch or tap location and zoom in to the particular spot
- a736cff fix: Avoid moving to next and previous image when swiped in a zoomed in view
- 6e14ba0 build: Update CF options in property list
- d448147 perf: Add new
trace
logging as foundation level - dafb847 chore: Update release notes for v1.36.0
v1.36.0
v1.35.1
v1.35.0
- a1f3026 chore: Release
v1.35.0
- db5ee7b fix: Fix navigation inconsistencies within copy/move view
- d336a6d fix: Build move/copy sheet path relative to root
- 4054ce2 style: Add a status message for copy/move sheet
- bcbee4f style: Display the current path instead of root in copy/move sheet
- 42e5eb8 fix: Fix relative path issue in move/copy action
- a2d238b style: Update icons and styling within selection action stack
- ec6b7a5 feat: Implement logic to move or copy items
- 9e9c865 perf: Use enums to detect modify action type
- c4de190 refactor: Restructure verbose logging
- 3cc50e2 feat: Add a sheet view for move/copy to the destination directory
- 4b32941 feat: Add move and copy options (placeholder)
- 10f03b8 style: Move all selected options under a drop down menu
- 81e6b5c chore: Update release notes for v1.34.2
v1.34.2
- 8498dce chore: Release
v1.34.2
- 764ab37 perf: Wrap thumbnail processing for images and GIFs in
autoreleasepool
to reduce memory usage - e18e460 fix: Remove async dispatch to load thumbnails that bypassed queue concurrency limit
- 2d8903e perf: Implement a queue functionality to avoid crashing when too many video thumbnails are rendered
- 7232bd7 dev: Create a dev script to automatically deploy XCode project to iPhone via network
- 2265abb chore: Update release notes for v1.34.1
v1.34.1
- bcff90b chore: Release
v1.34.1
- 7ed2040 perf: Optimize logging with
@autoclosure
to defer message evaluation - 3721017 style: Maintain consistency in icon size for default thumbnail image
- 23c3b0b fix: Case sensitivity bug in
systemIcon
util function - 23fbeef style: Show thumbnail spinner immediately on visibility
- fe8fd37 chore: Update release notes for v1.34.0
v1.34.0
- cb5f5bf chore: Release
v1.34.0
- fe25914 perf: Remove unnecessary casting, replace all print statements with logging and replace
tracks(withMediaType:)
withloadTracks(withMediaType:)
- 494d02d perf: Avoid fetching media metadata for any action on lock screen or centrol center
- bf44fe4 chore: Include background processing and fetch
- 0fce37f lint: Fix linting errors
- 58381bc fix: Background media player on lock screen after adding a new capability
- a960231 fix: Handle session interruption for background video
- 78108aa fix: Resolve
Domain=NSOSStatusErrorDomain Code=-50
caused by redundantsetupAudioSession
- 4ad4beb feat: Add background compatibility for media player
- c308ae2 chore: Update release notes for v1.33.2