From 266a76459de5e6aabc856a354b8766b5211978c5 Mon Sep 17 00:00:00 2001
From: Graham Steffaniak <42989099+gtsteffaniak@users.noreply.github.com>
Date: Mon, 2 Dec 2024 12:14:50 -0500
Subject: [PATCH] v0.3.2 release (#250)
---
CHANGELOG.md | 15 +
README.md | 26 +-
backend/files/file_test.go | 96 ++++++
backend/files/indexingSchedule.go | 3 -
backend/files/indexing_test.go | 39 ---
backend/files/mockIndexing.go | 71 +++++
backend/go.mod | 12 +-
backend/go.sum | 39 +--
backend/http/middleware.go | 58 +++-
backend/http/preview.go | 17 +-
backend/http/public.go | 2 +-
backend/http/raw.go | 312 +++++++++----------
backend/http/resource.go | 13 +
backend/http/router.go | 1 +
backend/img/service.go | 29 +-
backend/swagger/docs/docs.go | 21 +-
backend/swagger/docs/swagger.json | 21 +-
backend/swagger/docs/swagger.yaml | 17 +-
frontend/src/api/files.js | 13 +-
frontend/src/components/ButtonGroup.vue | 2 +-
frontend/src/components/ContextMenu.vue | 23 +-
frontend/src/components/Search.vue | 201 ++++--------
frontend/src/components/prompts/Download.vue | 5 -
frontend/src/css/base.css | 9 +-
frontend/src/css/dark.css | 4 +-
frontend/src/router/index.ts | 6 +-
frontend/src/store/getters.js | 9 +-
frontend/src/store/mutations.js | 11 +-
frontend/src/utils/constants.js | 1 -
frontend/src/utils/download.js | 4 +-
frontend/src/utils/sort.js | 33 ++
frontend/src/utils/sort.test.js | 57 ++++
frontend/src/views/Layout.vue | 17 +-
frontend/src/views/files/ListingView.vue | 2 +-
frontend/tests/mocks/setup.js | 4 +
makefile | 2 +-
36 files changed, 676 insertions(+), 519 deletions(-)
create mode 100644 backend/files/mockIndexing.go
create mode 100644 frontend/src/utils/sort.js
create mode 100644 frontend/src/utils/sort.test.js
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b635ec5..6fb5a668 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file. For commit guidelines, please refer to [Standard Version](https://github.com/conventional-changelog/standard-version).
+## v0.3.2
+
+ **New Features**
+ - Mobile search has the same features as desktop.
+
+ **Notes**:
+ - Added compression. Helpful for browsing folders with a large number of items. Considering https://github.com/gtsteffaniak/filebrowser/issues/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 https://github.com/gtsteffaniak/filebrowser/issues/230
+ - bug which caused "noauth" method not to work after v0.3.0 routes update
+
## v0.3.1
**New Features**
diff --git a/README.md b/README.md
index 8e6fce09..dcd3a508 100644
--- a/README.md
+++ b/README.md
@@ -9,21 +9,19 @@
- autorenew -
- -{{ noneMessage }}
-{{ v.label }}
-Smaller Than:
- -MB
-Larger Than:
- -MB
+Smaller Than:
+ +MB
+Larger Than:
+ +MB
+