Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Releases: tos-kamiya/dvg

Refinements for regular release

24 Dec 10:10
Compare
Choose a tag to compare
Pre-release

Miscellaneous refinements, enhancements, etc.

  • New option --query-file
  • Revamped new, larger model files
  • The model files are downloaded from an external website
  • File format changes of the index DB

Full Changelog: v1.0.0-beta.6...v1.0.0-beta.11

Support macOS and revise installation instructions

02 Apr 19:15
Compare
Choose a tag to compare

In this release:

  • the installation instructions have been revised.
  • now officially supporting macOS 🎉.

Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6

Bugfix release

02 Apr 03:37
Compare
Choose a tag to compare
Bugfix release Pre-release
Pre-release

This release includes the following fixes:

  • When password protected pdf or docx files are found, the program now continues execution with a warning instead of stopping with an error message.
  • Unused functions and classes have been removed, and the module structure has been optimized.

Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5

Bugfix release

26 Mar 08:13
Compare
Choose a tag to compare
Bugfix release Pre-release
Pre-release

This release fixes the errors that occurred when on Windows:

  • Reading PDF files
  • Encoding error (invalid chars)

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.4

Add indexing command

18 Mar 17:25
Compare
Choose a tag to compare
Add indexing command Pre-release
Pre-release

This release introduces the indexing command as an experimental feature.
(Unlike the indexing of the previous tool (d2vg), it is only about twice faster. Also, indexing is no longer incremental and must be done explicitly.)

Full Changelog: v1.0.0-alpha.5...v1.0.0-beta.1

Ease installation

12 Mar 16:32
Compare
Choose a tag to compare
Ease installation Pre-release
Pre-release
  • Simplified installation by making searching in PDF files optional.
  • Model files were tuned to reduce file size.

Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5

Refactoring, optimizations etc.

28 Feb 05:29
Compare
Choose a tag to compare
Pre-release

Some tunings of the code for beta release, including:

  • Remove corner-case bugs.
  • Remove redundant message.
  • Refactoring
  • Remove some (potential) performance glitches.

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4

First alpha release

27 Feb 11:46
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release

This release is the first alpha version after the tool was renamed to dvg.

The difference from the previous d2vg are:

  • The models have been changed to be based on SCDV.
  • The model files became smaller ones and are now included in the release.
  • Indexing was dropped because the speed improvement by parallelization (without indexing) has been achieved.