Truledger 1.1.3
Truledger version 1.1.3 clients are available for download. There are installers for Mac, Windows, and Linux, making it much easier to use than before. I also moved the DB location from the "truledger-dbs" sub-directory of wherever the Truledger app is started to a standard place on each platform (you can override the default with the --dbdir
command line arg):
Mac: $HOME/Library/Application Support/Truledger/dbs/
($HOME
is /Users/<userid>
)
Windows: %APPDATA%/Truledger/dbs/
(%APPDATA%
is /Users/<userid>/Appdata/Roaming
)
Linux/FreeBSD: $HOME/.truledger/dbs/
($HOME
is usually /home/<userid>
)
I also added a Loom client, and converted the entire web UI to a template system, so it's fairly easy to change it without changing the code. See http://tl.gsfsystem.ch/ for GSF-branded Truledger client downloads.
Updated client docs to follow.
It is very nice to see the Truledger icon (thank you Mark Herpel) in my iMac's dock and whenever I switch applications with command-tab. It's also on the Gnome menu (Applications/Office/Truledger) in my Debian VM and the desktop and Start menu in Windows.