All Versions
27
Latest Version
Avg Release Cycle
7 days
Latest Release
1604 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.5.0 Changes
June 21, 2020 -
v2.4.2 Changes
June 11, 2020- ๐ง Configurable fragment size in highlight context
- ๐ Fix special characters in file paths #59
-
v2.4.1 Changes
June 05, 2020๐ (Grouping many releases together because laziness)
(v2.4.1)
(v2.4.0)
- ๐ฅ Re-enable autocomplete in path bar ( Breaking: you must re-index files with --force-reset )
- ๐ Fix sorting problem in path selector (#55)
(v2.3.3)
- ๐ Fix invalid query syntax for Elasticsearch 7.7.0+ (#54)
(v2.3.2)
- ๐ Better support for media files that require seek support inside archives (See
--mem-buffer
option) - ๐ Disable support for mime type guessing inside archive files
- ๐ Fix separation between file paths when using
--archive list
- Memory leak fix in
index
module (#37)
(v2.3.1)
- ๐ Fix bug with invalid utf8 file names inside archives
- Recognize .tgz files as archives
- Ignore file inside archives for stats generation
-
v2.3.0 Changes
May 17, 2020Stats page (#50):
- Disk usage hierarchical treemap visualization (flat & cascaded) w/ color & size settings
- MIME type file distribution (size & count)
- mtime file distribution (count)
- file size distribution
-
v2.2.0 Changes
May 10, 2020- โ Add option to search in path (
--force-reset
re-index needed) (#49)
- โ Add option to search in path (
-
v2.1.1 Changes
May 10, 2020 -
v2.1.0 Changes
May 01, 2020- โ Add support for markup (html/xml files)
- Ignore special characters even in short strings (simon987/libscan@22e7565)
-
v2.0.0 Changes
April 22, 2020โก๏ธ Sorry for big update. Some components are probably unstable/broken - needs more testing
Core:
- ๐ Use vcpkg for dependency management
- General repository cleanup
- ๐ File parsing related code moved to simon987/libscan
- Replace libcurl with mongoose
- Replace libonion (http framework) with mongoose
- Add
title
,author
andmodified_by
fields for ooxml files - ๐ Fix bug with libmagic & files inside archives
- ๐ Support for .mobi, azw, azw3 files #41
- โ Unit testing in libscan
๐ป UI:
- ๐ Change image lightbox (with faster/simpler mobile support)
- ๐ Use modal for video viewing
- ๐ Use SVG icon instead of utf-8 glyph for info icon
- Rely on
thumbnail
field instead of assuming that certain file types have a thumbnail #42 - Option to sort by date/size/
๐ฅ Breaking:
- Serialization changes, needs re-index
- ๐ New elasticsearch mappings, needs
--force-reset
- ๐ Elasticsearch https support probably doesn't work (See #45)
--bind
and--port
replaced by single--listen
argument
-
v1.3.3 Changes
March 17, 2020- ๐ป UI fix with date slider
- Fix in text_buffer_append_string0 #38
-
v1.3.2 Changes
March 06, 2020(breaking)
- โ add some mime-types
- ๐ Fix memory leak with virtual files in parse.c
- ๐ Fix memory leak in font.c
- ๐ hotfix invalid read in text_buffer