diff --git a/.gitignore b/.gitignore
index 9fdd14b7..14907522 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@ rice-box.go
/frontend/package-lock.json
/backend/vendor
/backend/*.cov
+/backend/test_config.yaml
.DS_Store
node_modules
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78966d50..b321a1ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
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.2.7
+
+ - **Change**: New sidebar style and behavior
+ - **Change**: make search view and button behavior more consistent.
+ - **Fix**: [upload file bug](https://github.com/gtsteffaniak/filebrowser/issues/153)
+ - **Fix**: user lock out bug introduced in 0.2.6
+ - **Fix**: many minor state related issues.
+
## v0.2.6
This change focuses on minimizing and simplifying build process.
diff --git a/README.md b/README.md
index 47836c91..5d411b3a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-
+
@@ -10,10 +10,13 @@
> [!WARNING] -> Starting with v0.2.0, *ALL* configuration is done via `filebrowser.yaml` configuration file. -> Starting with v0.2.4 *ALL* share links need to be re-created (due to security fix). +> Starting with v0.2.0, *ALL* configuration is done via `filebrowser.yaml` +> configuration file. +> Starting with v0.2.4 *ALL* share links need to be re-created (due to +> security fix). -This fork makes the following significant changes to filebrowser for origin: +This fork makes the following significant changes to filebrowser for +origin: 1. [x] Better search - Lightning fast @@ -21,7 +24,8 @@ This fork makes the following significant changes to filebrowser for origin: - Works with more type filters - interactive results page. 2. [x] Revamped and simplified GUI navbar and sidebar menu. - - Additional compact view mode as well as refreshed view mode styles. + - Additional compact view mode as well as refreshed view mode + styles. 3. [x] Revamped configuration via `filebrowser.yml` config file. - More configurations possible at a per-user level -
-
-
-
-
+
+
+
+
- autorenew -
- -{{ noneMessage }}
-- Search occurs on each character you type (3 character minimum for search - terms). -
-- The index: Search utilizes the index which automatically gets updated - on the configured interval (default: 5 minutes). Searching when the program - has just started may result in incomplete results. -
-
- Filter by type: You can have multiple type filters by adding
- type:condition
followed by search terms.
-
- Multiple Search terms: Additional terms separated by |
,
- for example "test|not"
searches for both terms independently.
-
- File size: Searching files by size may have significantly longer - search times. -
-Smaller Than:
+ autorenew +
+ +{{ noneMessage }}
++ Search occurs on each character you type (3 character minimum for search + terms). +
++ The index: Search utilizes the index which automatically gets updated + on the configured interval (default: 5 minutes). Searching when the program + has just started may result in incomplete results. +
+
+ Filter by type: You can have multiple type filters by adding
+ type:condition
followed by search terms.
+
+ Multiple Search terms: Additional terms separated by |
,
+ for example "test|not"
searches for both terms independently.
+
+ File size: Searching files by size may have significantly longer search + times. +
+