Merge branch 'master' of github.com:fangfufu/httpdirfs

This commit is contained in:
Fufu Fang 2019-09-01 01:24:13 +01:00
commit 378ca3363f
No known key found for this signature in database
GPG Key ID: 0F6BB5EF6F8BB729
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ on-going file transfers
### Fixed
- Fixed issue #40 - Crashes with "API function called from within callback".
- Cache system bug fix - now keep track of the number of times a file has been opened. The on-disk
cache file no longer gets opened multiple times, if a file is opened multiple times.
## [1.1.8] - 2019-08-24
### Changed