github gtsteffaniak/filebrowser v0.7.17-beta

latest releases: v0.8.4-beta, v0.8.3-beta, v0.8.2-beta...
one month ago

What's Changed

See an example of custom css styling that uses the reduce-rounded-corners.css by default and allows users to choose other themes. You can add your own themes as well that users can choose from in profile settings:

frontend:
  styling:
    lightBackground: "#f0f0f0"   # or names of css colors
    darkBackground: "#121212"
    customCSS: "custom.css"  # custom css file always applies first, then user themes on top of that.
    customThemes:
      "default": # if "default" is specified as the name, it will be the default option
        description: "Reduce rounded corners"
        css: "reduce-rounded-corners.css" # path to css file to use
      "original":
        description: "Original rounded theme"
        css: ""  # you could default to no styling changes this way.

New Features:

  • more custom styling options (thanks @mordilloSan for #997)
    • background colors can be easily set in config
    • provided an example reduce-rounded-corners.css available by default in docker. (#986, #837)
    • added feature to specify multiple css themes that users can choose from in profile settings
  • swipe between photos on mobile (#825)

Notes:

  • changed partition calculations on linux for total disk size (#982)
  • upload conflict detection for folders offers "replace all" if the folder already exists in target location.

BugFixes:

  • TOTP prompt not showing generated code issue #996
  • select mulitple deselect on mobile (#1002)
  • viewing svg images.
  • Renaming folders with a backslash (/) (#1013)
image

Full Changelog: #1017

Don't miss a new filebrowser release

NewReleases is sending notifications on new releases.