这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: gtsteffaniak/filebrowser

v0.4.2-beta

27 Jan 22:39
02482ab

Choose a tag to compare

What's Changed

Note: this is a beta release! there is no stable version.

New Features

  • Hidden files changes
    • windows hidden file properties are respected -- when running on windows binary (not docker) with NTFS filesystem.
    • windows "system" files are considered hidden.
    • changed user property from hideDotFiles to showHidden. Defaults to false, so a user would need to change the setting if they want to view hidden files.

Notes:

  • cleaned up old and deprecated config.
  • removed unneeded "Global settings". All system configuration is done on config yaml, See configuration wiki for more help.

Bugfixes:

  • Another fix for memory #298

Full Changelog: v0.4.1-beta...v0.4.2-beta

v0.4.1-beta

26 Jan 00:53
c168599

Choose a tag to compare

What's Changed

Note: this is a beta release! there is no stable version.

New Features

  • right-click actions are available on search. #273

Notes

  • delete prompt now lists all items that will be affected by delete
  • Debug and logger output tweaks.

Bugfixes:

  • calculating checksums errors.
  • copy/move issues for some circumstances.
  • The previous position wasn't returned when closing a preview window #298
  • fixed sources configuration mapping error (advanced server.sources config)

image

Full Changelog: v0.4.0-beta...v0.4.1-beta

v0.4.0-beta

21 Jan 13:48
b273f44

Choose a tag to compare

What's Changed

Note: this is a beta release! there is no stable version.

New Features

Notes

  • Breadcrumbs will only show on file listing (not on previews or editors)
  • Config file is now optional. It will run with default settings without one and throw a [WARN ] message.
  • Added more descriptions to swagger API

Full Changelog: v0.3.7-beta...v0.4.0-beta

v0.3.7-beta

14 Jan 01:19
7e68db9

Choose a tag to compare

What's Changed

Notes:

  • Adding windows builds back to automated process... will replace manually if they throw malicious defender warnings.
  • Adding playwright tests to all pr's against dev/beta/release branches.
    • These playwright tests should help keep release more reliably stable.

Bugfixes:

  • closing with the default bar issue.
  • tar.gz archive creation issue #282
  • user creation issue on save

Full Changelog: v0.3.6-beta...v0.3.7-beta

v0.3.6-beta

09 Jan 02:21
288ea8f

Choose a tag to compare

What's Changed

Note: this is a beta release! there is no stable version.

New Features

  • Adds "externalUrl" server config #272

Notes:

  • All views modes to show header bar for sorting.
  • other small style changes

Bugfixes:

  • select and info bug after sorting #277
  • downloading from shares with public user
  • Ctrl and Shift key modifiers work on listing views as expected.
  • copy/move file/folder error and show errors #278
  • file move/copy context fix.

Full Changelog: v0.3.5...v0.3.6-beta

v0.3.5

06 Jan 21:00
6c87661

Choose a tag to compare

New Features

  • More indexing configuration options possible. However consider waiting on using this feature, because I will soon have a full onboarding experience in the UI to manage sources instead.
    • added config file options "sources" in the server config.
    • can enable/disable indexing a specified list of directories/files
    • can enable/disable indexing hidden files
    • prepped for multiple sources (not supported yet!)
  • Theme and Branding support (see updates to configuration wiki on how to use)
  • Automatically expire shares #208

Notes:

  • MacOS application files (ending in ".app") were previously treated as folders, now they are treated as a single file.
  • No longer indexes "$RECYCLE.BIN" or "System Volume Information" directories.
  • Icon styling tweaked so all icons have a background.
  • Updated Login page styling.
  • Settings profile menu has been simplified, password changes happen in user management.
  • Improved windows compatibility and built on windows platform to fix false windows defender warning.
  • If no "root" location is provided in the server config, the default is the current directory (rather than /srv like before)

Bugfixes:

  • Fixed setting share expiration time would not work due to type conversion error.
  • More safari fixes related to text-selection.
  • Sort by name value sorting ignores the extension, only sorts by name #230
  • Fixed manual language selection issue.
  • Fixed exact date time issue.

New login page:

image

Example branding in sidebar:

image2

Example user settings page:

image3

Full Changelog: v0.3.4...v0.3.5

v0.3.4

26 Dec 17:32

Choose a tag to compare

What's Changed

Bugfixes:

  • Safari right-click actions.
  • Some small image viewer behavior
  • Progressive webapp "install to homescreen" fix.

Full Changelog: https://github.com/gtsteffaniak/filebrowser/compare/v0.3.3..v0.3.4

v0.3.3

16 Dec 23:53

Choose a tag to compare

What's Changed

New Features

  • Navigating remembers your previous scroll position when opening items and then navigating backwards.
  • New Icons with larger selection of file types
  • file "type" is shown on item info page.
  • added optional non-root "filebrowser" user for docker image. See #251
  • File preview supports more file types:
    • images: jpg, bmp, gif, tiff, png, svg, heic, webp

Notes:

  • The file "type" is now either "directory" or a specific mimetype such as "text/xml".
  • update safari styling

Bugfixes:

  • Delete/move file/folders sometimes wouldn't work.
  • Possible fix for context menu not showing issue. See #251
  • Fixed drag/drop not refreshing immediately to reflect changes.

Full Changelog: https://github.com/gtsteffaniak/filebrowser/compare/v0.3.2..v0.3.3

v0.3.2

02 Dec 16:32

Choose a tag to compare

New Features

  • Mobile search has the same features as desktop.

Notes:

  • Added compression. Helpful for browsing folders with a large number of items. Considering #201 resolved, although future pagination support will still come.
  • Compressed download options limited to .zip and .tar.gz
  • right-click context menu stays in view.

Bugfixes:

  • search result links when non-default baseUrl configured
  • frontend sort bug squashed #230
  • bug which caused "noauth" method not to work after v0.3.0 routes update

v0.3.1

27 Nov 13:35

Choose a tag to compare

What's Changed

New Features

  • Adds Smart Indexing by default.

Notes:

  • Optimized api request response times via improved caching and simplified actions.
  • User information persists more reliably.
  • Added indexing doc to explain the expectations around indexing and how it works.
  • The index should also use less RAM than it did in v0.3.0.

Bugfixes:

  • Tweaked sorting by name, fixes case sensitive and numeric sorting. #230
  • Fixed unnecessary authentication status checks each route change
  • Fix create file action issue.
  • some small javascript related issues.
  • Fixes pretty big bug viewing raw content in v0.3.0 (utf format message)

Full Changelog: https://github.com/gtsteffaniak/filebrowser/commits/v0.3.1