Skip to content

Releases: ichthyosaurus/harbour-file-browser

v3.2.2-1

11 Oct 16:46
Compare
Choose a tag to compare

Version 3.2.2 (2024-10-11)

  • Updated translations: English, Russian, Polish, and more
  • Fixed contribution links to Weblate (for contributing translations)
  • Fixed moving bookmarks so they cannot end up in invalid places
  • Implemented moving/ordering bookmarks via drag and drop using Opal.DragDrop
  • Updated list of translations contributors (now generated from Weblate)

v3.2.1-1

21 Aug 21:26
Compare
Choose a tag to compare

Version 3.2.1 (2024-08-21)

  • Fixed ignoring mount points below base paths using the new config file
  • Note: the generated config file is fine and no manual changes are necessary

v3.2.0-1

21 Aug 13:26
Compare
Choose a tag to compare

Version 3.2.0 (2024-08-21)

  • Updated translations: Italian, Slovak, Russian, Dutch
  • Added config file to configure ignored mount points
    • this makes it easy to hide system paths that show up as external devices
    • edit "HOME/.config/harbour-file-browser/ignored-mounts.json" to add custom paths
    • please report any missing paths so they can be added to the default list
  • Fixed compatibility with SailfishOS 3.x
  • Added more checks to detect broken bookmark config files

v3.1.1-1

10 Aug 15:15
Compare
Choose a tag to compare

Version 3.1.1 (2024-08-10)

  • Updated translations: Spanish, Finnish, English, Estonian, Ukrainian, Slovak, Norwegian BokmΓ₯l, Swedish, German, Hungarian, Chinese

v3.1.0-1

26 Jul 16:24
Compare
Choose a tag to compare

Version 3.1.0 (2024-07-26)

  • Updated translations: Spanish, German, Swedish, Ukrainian, Estonian
  • Added support for shortcuts to standard locations on different storage media, like pictures in the internal memory, the SD card, and Android memory
  • Added support for translated standard locations, e.g. Documents and "Dokumente"
  • Added support for configuring thumbnail size for each folder separately
  • Added automatic focus to the search field on the search page after clearing it
  • Added new global option to disable clipboard sharing between File Browser windows
  • Fixed opening the navigation menu by tapping anywhere on the page header of the folder view
  • Fixed creating completely empty files, e.g. to create ".nomedia" files

v3.0.2-1

29 Jun 15:51
Compare
Choose a tag to compare

Version 3.0.2 (2024-06-29)

  • Updated translations: Spanish, Slovak
  • Fixed "/opt" showing up as external device

v3.0.1-1

28 Jun 23:08
Compare
Choose a tag to compare

Version 3.0.1 (2024-06-28)

  • Updated translations: Spanish, Estonian, Ukrainian
  • Fixed sharing on 64bit devices (feedback needed!)
  • Fixed large amounts of useless system-internal mount points showing up as external devices

v3.0.0-1

27 Jun 11:18
Compare
Choose a tag to compare

Version 3.0.0 (2024-06-25)

  • This update finally brings over two years worth of new and refined features, bug fixes, and translation updates!
  • This is a major update with significant improvements above and under the hood!
  • New translations: Ukrainian
  • Updated translations: Finnish, Norwegian, Spanish, Slovak, Swedish, Estonian, French, Russian, Chinese, German, English, Polish, Turkish
  • Removed translations: Swiss German (not available in Sailfish)
  • Removed Paypal donations link, please use Liberapay and avoid Paypal if at all possible
  • Added a smart scrollbar that lets you easily jump to specific files in the middle of long folder listings
  • Added donation info to the "About" page: it is now possible to buy me a cup of coffee :-) (swipe right-to-left multiple times until you reach the "About" page)
  • Added a call-for-support popup that shows up automatically when the app is used frequently
  • Added a new page showing currently copied/cut files (swipe right-to-left to the shortcuts page, then select "Clipboard")
  • Added quick access to overviews of all documents and multimedia files on the shortcuts page (this uses system components that sadly have terrible performance)
  • Added section headers when sorting by file type, which makes it easier to find files of a specific type
  • Added support for creating folders with subfolders and for creating empty files
  • Added support for changing a link's target path
  • Added a very basic text editor, e.g. for quickly editing config files in root mode
  • Added option to set a custom directory to be opened when the app starts
  • Added descriptions for all config options and improved documentation
  • Added option to show hidden files last in the file list
  • Added automatic refreshing of the folder view when file properties change, e.g. when the size changes while copying files
  • Added support for showing shortcuts for all kinds of mounted devices (previously, only folders in /run/media/USER were shown)
  • Added proper support for calculating disk and file sizes (no longer relies on external commands and finally works without causing the app to hang)
  • Added option to configure standard view mode globally
    • current options: list and gallery
    • planned: grid view
  • Added context menu option to switch to a link's target folder
  • Greatly improved performance when switching between folders, checking bookmarks, editing settings, or reading the "About" page
  • Greatly improved performance of the "edit this path" dialog
  • Improved directory filtering: hidden files will be shown when the filter string starts with a dot
  • Improved root mode:
    • it now requires entering your device lock code to access
    • note: unlocking is handled by the system, File Browser will never see your lock code
  • Improved feedback in case of errors or unexpected events
  • Improved bookmarks handling and removed no longer needed "refresh" pulley option on the shortcuts page
  • Improved manual sorting and renaming of bookmarks: press and hold, then drag and drop to sort them
  • Improved performance when previewing large image files
  • Fixed synchronization of bookmarks among multiple app windows
  • Fixed sorting directories by modification date and by size
  • Fixed root mode for Sailfish 4.3 and later
  • Fixed keyboard randomly opening and closing when selecting suggestions while editing a path
  • Fixed the path edit dialog misinterpreting empty files as directories
  • Fixed searching for hidden files when they are locally configured to be shown
  • Fixed an issue where trying to cut certain system files could possibly break the copying mechanism
  • Fixed showing search/shortcuts from cover
  • Fixed logging when config migration fails (for Sailjail)
  • Fixed PDF annotations not being saved (not thoroughly tested yet)
  • Fixed calculating folder sizes by not following symbolic links
  • Fixed enabling gallery mode in a folder when it was globally disabled
  • Fixed gallery mode hiding files unnecessarily
  • Fixed many visual glitches, fixed papercuts, added minor quality-of-life features, and added various new icons
  • Removed all dependencies on Busybox
  • Modernized the code base under the hood
  • and much, much more...

For developers:

  • FileModel now exposes file extensions
  • FileData now exposes directory sizes, link targets, and more file properties
  • Engine now exposes clipboard contents
  • Engine no longer exposes paths of external devices and Android data
  • Added a new settings handler which reduces complexity and should improve performance overall
    • import module "harbour.file.browser.Settings"
    • use singleton types "GlobalSettings" and "RawSettings" or instantiate "DirectorySettings"
  • Improved the build system to possibly enable more features in Jolla store
  • Refactored the root mode helper build process
  • and much, much more...
  • Note: I do not know of any other apps that use File Browser's current file handling code; if you do, please contact me if there are issues with updating

v2.5.1-2 (root mode tests)

05 Apr 16:32
Compare
Choose a tag to compare
Pre-release

This is working fine on SFOS 3.4 but is not yet tested on SFOS 4.x.

  • (Hopefully) fixed root mode for Sailfish 4.3 and later
  • Improved root mode:
    • root mode should work again on Sailfish 4.x
    • it now requires entering your device lock code to access
    • note: unlocking is handled by the system, File Browser will never see the security code
  • Internal: improved the build system to possibly enable more features in Jolla store

v2.5.1-1

30 Mar 09:26
Compare
Choose a tag to compare

Version 2.5.1 (2022-03-30)

  • Hotfix for OpenRepos: fixed disabling sandboxing (Sailjail)