Skip to content

Releases: thevickypedia/Filebrowser-iOS

v1.39.4

18 Sep 20:40
Compare
Choose a tag to compare
  • 823ee1f chore: Release v1.39.4
  • 7b07fd3 ci: Update working directory for Info.plist after refactor
  • 5f5c2cb fix: Avoid exposing auth token when logging URL paths
  • bc1879e refactor: Offload more standalone functions from FileListView
  • 932aa3f refactor: Log more information for login failures
  • a0602fb fix: Make getNavigationTitle function non-private
  • c086e7a refactor: Offload minor functionalities from FileListView to helper module
  • e392e49 refactor: Group modules according to their functionalities
  • a4757d2 refactor: Use last knwon serverURL as default
  • b76c0db chore: Update release notes for v1.39.3

v1.39.3

18 Sep 10:24
Compare
Choose a tag to compare
  • 62c258c chore: Release v1.39.3
  • 985deb4 fix: Remove deprecated bluetooth function for AVAudioSession
  • 9e12bfb refactor: Move thumbnailQuality to constants and convert all constants to let
  • bb23ecb perf: Implement thread safety for multi-file upload logic
  • 273df72 perf: Set caching logs to trace level
  • 7a898b9 perf: Remove static prepare upload delay with accurate status for upload stack
  • ccc6d02 chore: Update release notes for v1.39.2

v1.39.2

17 Sep 16:36
Compare
Choose a tag to compare
  • 6587ae4 chore: Release v1.39.2
  • 5a4a5f4 refactor: Move all hard-coded controls to Constants module
  • bcb1a00 perf: Show media resume option sheet only when duration is > 60s
  • b640f31 refactor: Remove unworthy todo(s)
  • 04cfae6 perf: Remove redundant server hand-shake after recent auth
  • a550d47 style: Include a buffer for upload speed refresh interval
  • 90261ce perf: Display download speed and download file icon in list view
  • 7cfd960 refactor: Rearrange upload and download state vars in list view module
  • 7e62039 perf: Switch to type-safe session storage in Keychain and avoid redundant prefetch
  • 224a0f2 chore: Update release notes for v1.39.1

v1.39.1

16 Sep 19:04
Compare
Choose a tag to compare
  • c6e34ae chore: Release v1.39.1
  • c58c752 perf: Remove code redundancies in download logic under detail view
  • ba35623 perf: Improve UX notification and logging when upload fails
  • 118d5e7 perf: Remove code redundancies in download operation under list view
  • d081134 chore: Update release notes for v1.39.0

v1.39.0

16 Sep 18:59
Compare
Choose a tag to compare
  • eb727c7 chore: Release v1.39.0
  • 8d46c6e lint: Fix identifier name violation
  • 3d334b6 feat: Automatically save files to photos/files app based on file types
  • c979592 feat: Add a new feature to download file(s) from list view
  • 78d06ed chore: Update release notes for v1.38.0

v1.38.0

16 Sep 04:19
Compare
Choose a tag to compare
  • 2928bc6 chore: Release v1.38.0
  • caeff97 perf: Remove deprecated windows function usage
  • 9f94c91 feat: Add a new feature to save images/videos to photos app
  • 1cf0e48 chore: Update release notes for v1.37.2

v1.37.2

12 Sep 01:53
Compare
Choose a tag to compare
  • dda2356 chore: Release v1.37.2
  • 7243d0b perf: Keep auto save and minimum resume threshold for videos in sync
  • 342b031 perf: Show alert and load default AVPlayer if metadata fetch fails
  • 2405f31 perf: Remove usage of deprecated functions
  • 9de3223 refactor: Remove un-used variables
  • 0c4fec7 perf: Add primary and secondary guard rails for resume-able media
  • 6126bc5 perf: Fallback to beginning of a video if user closes the sheet without choosing an option
  • 8a22036 fix: Defer AVPlayer setup until the resume sheet decision is made
  • e191be4 revert: Rollback fix for resume sheet missing timestamp
  • f106ff7 fix: Resume sheet missing timestamp
  • 0723060 chore: Update release notes for v1.37.1

v1.37.1

11 Sep 06:18
Compare
Choose a tag to compare
  • 5814455 chore: Release v1.37.1
  • 5051dbd perf: Store the last saved time for media files every 5s (instead of every 1s)
  • 4bae941 feat: Store playback progress w.r.t username and serverURL
  • fad140f chore: Update release notes for v1.37.0

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