Skip to content

Volume Chuckle

Compare
Choose a tag to compare
@excalith excalith released this 09 Jan 15:38
· 10 commits to main since this release

Added

  • Support for Docker volumes and mounts! If you prefer using Docker, your configurations will now persist through your devices since it does not use browser’s local storage anymore. Web builds will still continue to use browser’s local storage. For more information, please check out Docker section of wiki pages.
  • Favicon now updates using the fetch image (favicons only support svg, png and gif).
  • Added theme name to the theme scheme for better differencing the theme variations.
  • Fetch now displays active theme name.

Improved

  • Theme listing and reading are done through API calls, no need to have a list for all themes anymore.
  • Terminal blur now automatically actives if terminal opacity is 0, using blur value.
  • Changed theme colors and names to match terminal colors, eases the pain to add non-existing themes from other sources.
  • Favicon handling improved.

Configuration Changes

Removed js file completely to read all settings from json file instead.

Configuration file had an update as well. You can have a look at the full configuration file from configuration wiki. Here are the changes to configuration file:

Tip

You may need to update your configuration with these changes if you want to update to the latest version.

Theme

  • Removed glowColor, violet and orange colors
  • Added textColor

Terminal

  • Added windowGlowColor (moved from theme glowColor)

Fetch

  • Added theme name display to fetch.data

URL Launch

  • Removed defaultColor

For this version I also updated the whole wiki with a better structured sidebar and more informative descriptions.

Huge thanks to @g4xx for the suggestion of using volumes and mounts on Docker!