Releases: aidin36/tocc
V1.0.1
v1.0.0
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
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
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
It doesn't do anything useful! It just created for introducing project to others.