C'est une bonne question, Hayleia...
New version with bugfixes and improvements, as usual. Let's mention:
* fewer memory errors => fewer crashes;
* addition of extern "C" guards in public headers, so that libti* can be used from C++ programs... not that anybody cares, but this is still the right thing to do
*
OS transfer fixes for 83+/84+, by Jonimus;
* support for TI-Z80 OS / FlashApp files in non-standard Intel Hex format (LF, CR), by myself for SirCmpwn;
* new ticables_supported_cables(), ticalcs_supported_calcs(), ticables_get_device() and ticables_set_device() APIs.
Known bugs:
*
84+ DirectLink ROM dumping doesn't work anymore. None of the recent commits should have triggered that...
* transferring Français or Espan~ol 84+ FlashApps triggers improper behaviour, due to encoding mishandling and old, insecure code.
* several harmful semicolons in multiple libticables files could theoretically trigger infinite loops. noticed during code inspection for other changes. Those bugs are many years old.
The usual links:
* Windows installer download:
http://tiplanet.org/beta/setup.exe .
* Source code:
https://github.com/debrouxl/tilibs +
https://github.com/debrouxl/tilp_and_gfm .
* install script for anything non-Windows which is handled by TILP:
https://github.com/debrouxl/tilp_and_gf ... ll_tilp.sh .
The TODO list contains items such as, but not limited to:
* finish introduction of a fifth libti* library, dubbed "libtiopers", for factoring code useful to multiple libti* clients. For now, there's pretty little in the new library, and disentangling is not that easy...
* finish GTK+3 compatibility patch;
* add a TILP menu entry for exiting the PTT mode (greyed out if not connected to a Nspire);
* make Nspire "ROM dumping" (OS dumping) work on all models, by duplicating BrandonW's Fron;
* minor installer and file encoding fixes.
I have started writing a single tutorial for installing TILP on Windows, Linux, MacOS X, gathering information from multiple places (TILP README, etc.)
EDIT in 2021: updated the link to the *nix install script.