filebrowser/CHANGELOG.md

70 lines
2.2 KiB
Markdown
Raw Normal View History

2020-06-22 17:12:12 +00:00
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
# v0.2.1
- issue #29 - Rules can now be configured and read from configuration yaml
2023-10-10 14:55:28 +00:00
- issue #28 - Allow disable settings per user.
- issue #27 - shorten download link for password protected files
- issue #26 - enable dark mode per user and improve switching performance.
- More rounded corners and improved listing styling
- improve search performance
- fixes authentication issues
- adds compact view mode
- improves view mode configuration and behavior
- updates configuration file to accept new settings
2023-08-19 15:07:24 +00:00
# v0.2.0
2023-09-03 00:16:19 +00:00
- improved UI
2023-08-19 15:07:24 +00:00
- more unified coehisive look
2023-09-02 18:02:50 +00:00
- Adjusted header bar look and icon behavior
2023-08-31 23:28:34 +00:00
- The shell is dead.
2023-09-02 18:02:50 +00:00
- If you need to use custom commands, exec into the docker container.
2023-09-03 00:16:19 +00:00
- The json config file is dead.
- All configuration is done via advanced `filebrowser.yaml`
- The only flag that is allowed is flag to specify config file.
- Removed old code to migrate database versions
2023-09-02 18:02:50 +00:00
- Removed all unused cmd code
2023-08-19 15:07:24 +00:00
2023-08-12 16:30:41 +00:00
# v0.1.4
- various UI fixes
- Added download button back to toolbar
- Added upload button to side menu
- breadcrumb spacing fix
- Added "compact" view option
2023-08-12 22:24:18 +00:00
- fixed slash issue with css rtl logic
2023-08-12 16:30:41 +00:00
- various backend fixes
2023-08-17 22:58:31 +00:00
- search has a sessionId attached so searches don't collide
2023-08-12 16:30:41 +00:00
- search no longer searches by word with spaces, includes space in searches
- prepared for full json configuration
2023-08-12 22:24:18 +00:00
- made size search work for smaller and larger
- made search types not show up in search bar when used
2023-08-17 22:58:31 +00:00
2023-08-02 13:52:40 +00:00
## v0.1.3
2023-07-23 04:33:43 +00:00
- improved styling, colors, transparency, blur
2023-08-02 13:52:40 +00:00
- Made sidebar hidden on desktop as well
2023-07-23 04:33:43 +00:00
- simplified navbar to be three buttons
- open menu
- search
- toggle view
2023-08-02 13:52:40 +00:00
- Changed desktop search style and included additional search options.
2023-08-12 22:24:18 +00:00
## v0.1.2
2022-11-05 17:53:29 +00:00
- Updated UI to use search features better
- More filter options
- Better icons with colors
- GUI styling
- Improved search performance
2023-08-17 22:58:31 +00:00
## v0.1.1
2022-11-05 17:53:29 +00:00
- Improved search with indexing
2022-11-05 17:53:29 +00:00
## v0.1.0
2022-11-05 17:53:29 +00:00
2023-08-02 13:52:40 +00:00
- nothing changed from origin.
Forked from https://github.com/filebrowser/filebrowser