Releases: gaetgu/frhd
Hotfix
FRHDTools Version 5.2
added getTrack and getUser
Beta Release 5.1
Beta Release. For more information visit the Beta Features
page in the wiki.
Experimental Release 4.8
This is a highly experimental release, added the curve tool. There will be a new Beta
area in the wiki soon, so stay posted for more information!
FRHD Tools Version 4.5
Sorry about not releasing in a while.
I just documented the code! Right now all I have documented is Track.py
, the main file, but I plan to document all of the files eventually! To update the tool run pip3 install --upgrade frhd-python
. Like always, to import it into a file, simply put import frhd
at the top of the file.
Changes
- Fully documented
Track.py
- Deprecated the
genTrack
function. See issue #5 - Standardized
Track.py
to pep8 standards
FRHD V 4.4
v_4.4 Update setup.py
FRHD V 4.3
Fixed the RST thingy. BTW, if anyone thinks these are here to download, they're not. They automate the uploading to PyPi. Just FYI
FRHD V 4.2
Added new syntax to combine tracks.
FRHD V 4.1
Removed some broken syntax, I hope to fix it later but right now it is just too much.
FRHD V 4.0
Hotfixes