Skip to content

Releases: thevickypedia/Filebrowser-iOS

v1.37.0

11 Sep 04:43
Compare
Choose a tag to compare
  • f40a68b chore: Release v1.37.0
  • ceb82dc feat: Add a new feature to store playback progress for media files
  • ef9718f ci: Ensure all GHA workflows run on self-hosted runners
  • f7b7024 chore: Update release notes for v1.36.1

v1.36.1

11 Sep 03:56
Compare
Choose a tag to compare
  • 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

02 Sep 22:03
Compare
Choose a tag to compare
  • ff0ef2e chore: Release v1.36.0
  • 3e1adc6 fix: Fix linting errors
  • 7212d97 feat: Add a feature to upload files to remote server in the background
  • 2cc7ba2 chore: Update release notes for v1.35.1

v1.35.1

02 Sep 00:06
Compare
Choose a tag to compare
  • 86dc4d9 chore: Release v1.35.1
  • 4729d3b chore: Add code markers
  • 4aa7dc0 perf: Check if file exists before trying to copy/move items
  • 67e0dd8 chore: Update release notes for v1.35.0

v1.35.0

01 Sep 23:55
Compare
Choose a tag to compare
  • 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

28 Aug 11:49
Compare
Choose a tag to compare
  • 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

24 Aug 15:56
Compare
Choose a tag to compare
  • 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

24 Aug 14:00
Compare
Choose a tag to compare
  • cb5f5bf chore: Release v1.34.0
  • fe25914 perf: Remove unnecessary casting, replace all print statements with logging and replace tracks(withMediaType:) with loadTracks(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 redundant setupAudioSession
  • 4ad4beb feat: Add background compatibility for media player
  • c308ae2 chore: Update release notes for v1.33.2

v1.33.2

23 Aug 15:02
Compare
Choose a tag to compare
  • 00c7efb chore: Release v1.33.2
  • df4e0ff perf: Include a full-screen mode for media player
  • 8659b78 fix: Infinite thumbnail fetch loop for invalid media files
  • dc9c321 style: Include username in the footer section of settings page
  • 5b04e25 chore: Update release notes for v1.33.1

v1.33.1

22 Aug 12:16
Compare
Choose a tag to compare
  • f9f6a44 chore: Release v1.33.1
  • a75dbfe ci: Pin GHA runners to macOS-14
  • 6d2f00b perf: Remove temp files after upload without waiting for automatic system cleanup
  • 4ed4234 chore: Add a CLI deployment dev script
  • f4038d0 chore: Update release notes for v1.33.0