New version released January 27: 1.0.6.110
See the
top post in this thread for download links.
Two new features by request:
ADDED: A new option to keep main program window on top of other windows (often called "stay on top"). Disabled by default. To enable, click View -> Keep on Top of Other Windows.
- This is somewhat experimental. I have managed to get it to work correctly on my system, but if you observe any problems, please disable the option and let me know. Particularly if dialog boxes should become inaccessible (hidden behind the on-top main window).
ADDED: Echo can now store its database and configuration files in any user-specified folder. This works the same way for both the desktop and portable editions. Custom folder can be specified on the command line or in the master.config file. This is useful for example if you want Echo to keep its data and configuration in a folder that you can easily include in your backup.
The folder does not have to exist, but Echo must be able to create it if it does not.
a) Command-line usage (you can add that to the shortcut used to start Echo):
ethervaneecho.exe -f:<your custom folder here>
Note: it's "-f", then a colon, then the folder. If the folder contains spaces, it must be put in quotation marks:
ethervaneecho.exe -f:"c:\my random stuff"
b) master.config file usage (will affect everyone using Echo on the same computer):
; in the [EchoDatabase] section
[EchoDatabase]
; add this line:
directoryoverride=<your custom folder here>
For more information see relevant topics in the Help file (master.config and command-line arguments)
OK, so this is a small update I wanted to get out the door, because there's plenty of other stuff queued up that needs more time, so the next release may take a bit longer (unless it's an urgent bugfix, but let's hope not :-).