Skip to content

Releases: umputun/weblist

v0.20.1

24 Feb 20:20
dcf8b70

Choose a tag to compare

Bug Fixes

  • scope nth-child column styles to file listing table dcf8b70

v0.20.0

24 Feb 19:56
dd3f89b

Choose a tag to compare

New Features

  • render CSV files as formatted HTML tables #40 @umputun

v0.19.2

21 Feb 01:16
c137efa

Choose a tag to compare

Bug Fixes

  • use ldflags revision as primary version source c137efa

v0.19.1

21 Feb 00:26
28e9e49

Choose a tag to compare

Bug Fixes

  • fix upload failure in scratch containers and sanitize error messages #39 @umputun

Other

  • add shell completions for bash, zsh, and fish #38 @paskal

v0.19.0

14 Feb 18:40

Choose a tag to compare

New Features

Bug Fixes

  • resize favicon from 600x600 to 64x64 3aeb528
  • serve favicon.ico without authentication d3a0f52

v0.18.1

13 Feb 08:57
3aeb528

Choose a tag to compare

Bug Fixes

  • serve favicon.ico without authentication redirect d3a0f52
  • resize favicon from 600x600 (523KB) to 64x64 (7KB) 3aeb528

Version 0.18.0

13 Feb 06:18
c18a2da

Choose a tag to compare

New Features

  • add file upload support with drag-drop, clipboard paste, and toast notifications #36 @umputun

Improvements

  • add playwright-based end-to-end tests #35 @umputun
  • add zed editor task configurations 77db00b
  • update go modules and github actions versions 4381908
  • expand Makefile with standard targets b5855be
  • bump go version to 1.26, update golangci-lint to v2.9.0

Bug Fixes

  • clean up multipart temp files and return proper status for symlink rejection c18a2da
  • add directory field to publish formula to Formula/ c57de0b
  • return error on auth server timeout 3b5e6a4

v0.17.3

13 Feb 08:50
3aeb528

Choose a tag to compare

Bug Fixes

  • Resize embedded favicon.png from 600x600 (523KB) to 64x64 (7KB), reducing unnecessary payload for every page load

Version 0.17.2

13 Feb 08:40
d3a0f52

Choose a tag to compare

Bug Fixes

  • Serve /favicon.ico at root level without requiring authentication. Browsers requesting the conventional favicon path were previously redirected to the login page because the URL was caught by the auth-protected wildcard route handler. The HTML <link> tags pointing to /assets/favicon.png were unaffected.

v0.17.1

15 Dec 02:12
6d1cd9d

Choose a tag to compare

  • 6d1cd9d fix(ui): auto-close modal when opening file in new tab