Skip to content

Releases: aidin36/tocc

V1.0.1

02 Jan 13:54
Compare
Choose a tag to compare

A bug-fix release of the previous one.

You still need to use the patched version of Unqlite (Attached).

Change List

  • Bug fixed: Two process couldn't use libtocc::Manager at the same time.
  • Documentations improved.

v1.0.0

19 Dec 16:37
Compare
Choose a tag to compare

This is not a pre-release anymore (-:

Importand Note

Use the attached Unqlite version, instead of the official release. The attached version is patched with some bug fixes. The official release have some bugs that makes it unusable.

Change List

  • API of libtocc's expressions cleaned up.
  • Not and WildCard added to expressions.
  • CLI uses wild card in its queries.
  • Better argument parsing in CLI (user don't have to hit space
    before and after operations in query, and she can user equal
    sign in command line arguments.)
  • Now user must initialize a directory before use it as
    Tocc Managed File System.
  • --all-tags renamed to --tags-statistics, and its behaviour
    improved.
  • tests of libtocc improved.
  • Toccfs is implemented.
  • Preventing duplicated traditional paths.
  • When importing a file, auto-title contains file's extension too.
  • Bug fix.

v0.3.0

19 Jul 09:36
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Now we have the least features needed to use Tocc!

Tocc-0.3.0.tar.gz is the packed source code of this release.

There's some .deb packages available. These are created on Gnu/Linux Mint 16 - amd64 and Gnu/Linux Debian 7.3 - i386 and amd64.
To install Tocc using .deb packages, you need to install unofficial-unqlite, libtocc and tocccli in order.

Change List

  • --set-title added to CLI.
  • --remove added to CLI.
  • --print now accepts formatting.
  • --all-tags added to CLI.
  • `physical_path' property added to FileInfo class.
  • Better memory management in Query and Expr classes.

0.2.0

31 May 17:58
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Second release of Tocc. It getting closer to a usable tool!

Tocc-0.2.0.tar.gz is the packed source code of this release.
There's some .deb packages available. These are created on Gnu/Linux Mint 16 - amd64 and Gnu/Linux Debian 7.3 - i386.
To install Tocc using .deb packages, you need to install unofficial-unqlite, libtocc and tocccli in order.

Change List

  • A memory leak in libtocc fixed.
  • --assign added to CLI.
  • --query added to CLI.
  • Better build scripts.
  • Minor bug fixes.

Initial demo version

08 May 11:07
Compare
Choose a tag to compare
Initial demo version Pre-release
Pre-release

It doesn't do anything useful! It just created for introducing project to others.