Skip to content

Releases: thevickypedia/Filebrowser-iOS

v1.54.1

04 Oct 04:25

Choose a tag to compare

  • e053e33 chore: Release v1.54.1
  • a0b72b8 refactor: Re-create timed requests handler with new architecture
  • f516651 perf: Keep error message for failed request generic and common across all modules
  • 30ddc7e chore: Update release notes for v1.54.0

v1.54.0

03 Oct 21:12

Choose a tag to compare

  • 426e1fd chore: Release v1.54.0
  • 2a1a58b lint: Make linter happy
  • 7ebbec9 perf: Make all egress requests time bound with a custom request session
  • 168427e fix: Avoid being stuck in a login loop when health check fails
  • 20b6fb3 refactor: Move backgroundLoginFrequency to constants
  • 1cc10ca chore: Update app metadata for existing properties
  • eaa6e3f chore: Update release notes for v1.53.4

v1.53.4

02 Oct 21:56

Choose a tag to compare

  • 2c56553 chore: Release v1.53.4
  • 9af01ed perf: Include status code in login response from the server and use a common util func to format httpResponse
  • 0d15388 fix: Avoid performing multiple health checks when biometric login fails with fallback
  • 1f4b572 chore: Update release notes for v1.53.3

v1.53.3

02 Oct 05:06

Choose a tag to compare

  • 34ed4e4 chore: Release v1.53.3
  • f5a0a61 style: Create a toggle to view full file path in share management view
  • d6bf5d0 style: Set geometry percent for shared content list
  • 9d88be8 perf: Remove code redundancies for selected path stack
  • c47b17e chore: Update release notes for v1.53.2

v1.53.2

02 Oct 04:05

Choose a tag to compare

  • 8583632 chore: Release v1.53.2
  • e5c78bc style: Show full file path in share sheet view
  • f1fe441 fix: Intermittent issues with sharing an item from list view
  • c2a3ed4 style: Change server health check toast message to primary color
  • 6b63385 perf: Add a prefix limit for number of components returned as part of detecting time left from epoch
  • 4367d09 chore: Update release notes for v1.53.1

v1.53.1

02 Oct 03:59

Choose a tag to compare

  • b30519a chore: Release v1.53.1
  • ebb5fda perf: Introduce a helper function to pluralize time left from epoch
  • a5f7e9a perf: Update helper function to calculate time left to include years, months and weeks
  • cb4239c perf: Remove seconds as an option for sharing
  • 27bb697 feat: Add expire duration for each path in share management
  • 42c3f96 chore: Update release notes for v1.53.0

v1.53.0

02 Oct 02:23

Choose a tag to compare

  • f3590fb chore: Release v1.53.0
  • d16e3c7 lint: Fix linting warnings for identifier name violations
  • b47d68f feat: Integrate error alerts for failed API calls in share management view
  • f924ab3 feat: Implement delete functionality for share management
  • a288b3a feat: Extend share management to get actual shared content URLs
  • 8dab590 feat: Add swipe actions for share management to allow copy to clipboard
  • 6afa311 feat: Add a hello-world share management option in settings view
  • 3d89bfd chore: Update release notes for v1.52.4

v1.52.4

02 Oct 01:06

Choose a tag to compare

  • cdbb988 chore: Release v1.52.4
  • 519b25f refactor: Move auth controls in auth manager
  • 366ee70 fix: Add toast message modifier for advanced server settings view
  • a310d22 style: Move advanced server settings into it's own sheet inside the base settings view
  • 78cd4b9 chore: Update release notes for v1.52.3

v1.52.3

01 Oct 22:31

Choose a tag to compare

  • 30ecdec chore: Release v1.52.3
  • 3961ff4 feat: Include a server health check before any type of login attempt
  • eeef1a0 refactor: Change default color for toast message to match accent
  • d74faf5 refactor: Re-use toast message in ContentView instead of a one off state object
  • d62ff27 chore: Update release notes for v1.52.2

v1.52.2

01 Oct 03:10

Choose a tag to compare

  • d6603ef chore: Release v1.52.2
  • e373eb5 revert: Center align all server information in settings view
  • e912a39 style: Center align all server information in settings view
  • 8f721d3 fix: Stop re-auth timer when logged out
  • 2cd057c refactor: Move buffer time for repeat background login to constants
  • 5d690f8 feat: Display background login response as a toast message
  • d7749b6 perf: Store password in auth environment object and re-use that for background login
  • 87702e7 feat: Include a manual control to renew authentication in settings view
  • 7bb768c chore: Update release notes for v1.52.1