1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

chore: rework changelog structure

This commit is contained in:
Falk Werner 2020-07-19 11:11:23 +02:00
parent 9bcf2a4434
commit 2d2a7a7a0c

View File

@ -1,59 +1,37 @@
# webfuse changelog # webfuse changelog
## 0.5.0 _(unknown)_ ## 0.5.0 _(Sun Jul 19 2020)_
### Features * *Feature*: Remove dependency to libjansson
* *Feature*: Increase performace
* Removed dependency to libjansson * *Fix*: Fix deadlock reading files larger that a few KBytes (Isseue #82)
### Fixes
* Fix deadlock reading files larger that a few KBytes (Isseue #82)
## 0.4.0 _(Sun Jul 05 2020)_ ## 0.4.0 _(Sun Jul 05 2020)_
### Breaking Changes * *Breaking Change*: Remove CMake support (change build system to meson)
* *Breaking Change*: Make argument credentials const in `wf_authenticate_fn`
* Remove CMake support (change build system to meson) * *Breaking Change*: Moved provider library into [separate project](https://github.com/falk-werner/webfuse-provider)
* Make argument credentials const in `wf_authenticate_fn` * *Breaking Change*:Renamed library (libwebfuse_adapter -> libwebfuse)
* Moved provider library into [separate project](https://github.com/falk-werner/webfuse-provider) * *Feature*: Add adapter client implementation
* Renamed library (libwebfuse_adapter -> libwebfuse) * *Feature*: Allow system to choose port of webfuse server (by setting port in `wf_server_config` to 0)
* *Fix*: Fix meson build failure when gtest or jansson are not installed
### New Features * *Fix*: Fix crash if libfuse is not available at runtime
* Add adapter client implementation
* Allow system to choose port of webfuse server (by setting port in `wf_server_config` to 0)
### Fixes
* Fix meson build failure when gtest or jansson are not installed
* Fix crash if libfuse is not available at runtime
## 0.3.0 _(Fri Jun 05 2020)_ ## 0.3.0 _(Fri Jun 05 2020)_
### Breaking Changes * *Breaking Change*: Remove argument `timeout_ms` in `wf_server_service` and `wfp_client_service`
* *Breaking Change*: Remove `wfp_client_ontimer`
* Remove argument `timeout_ms` in `wf_server_service` and `wfp_client_service` * *Feature*: Add meson build support
* Remove `wfp_client_ontimer` * *Feature*: Add `wf_server_interrupt` and `wfp_client_interrupt`
### New Features
* Add meson build support
* Add `wf_server_interrupt` and `wfp_client_interrupt`
## 0.2.0 _(Sun Mar 01 2020)_ ## 0.2.0 _(Sun Mar 01 2020)_
### New Features * *Feature*: Add authentication support of provider
* *Feature*: Add API documentation (doxygen)
* Add authentication support of provider * *Feature*: Add `mountpoint_factory`
* Add API documentation (doxygen) * *Feature*: Add option to build adapter and provider libraries separately
* Add `mountpoint_factory` * *Fix*: Fix crash of example when using option `-h`
* Add option to build adapter and provider libraries separately * *Fix*: Fix error in `static_filesystem` providen when adding multiple files to same directory
### Fixes
* Fix crash of example when using option `-h`
* Fix error in `static_filesystem` providen when adding multiple files to same directory
## 0.1.0 _(Sat Apr 27 2019)_ ## 0.1.0 _(Sat Apr 27 2019)_