Releases: imacrazyguylol/pythumbnail
v1.5.3
v1.5.2
Merge branch 'main' of https://github.com/imacrazyguylol/pythumbnail
v1.5.1
adsilfg
v1.5
Mostly the same code from v1.4, but with a few tweaks to make the user experience better.
Successfully compiled into executable for linux, windows exe may take some localization (and possibly a restructure of the codebase).
I really want to allow users to use this without their own apiv2 credentials but I think that's going to be surprisingly hard to do.
PSD compatability is on the backburner until the end user experience is solidified, because that will be very tedious. I hope to have all of this (user experience stuff) done by the end of the year.
v1.4
STAR RATING CALCULATION!!!!!!!!!!!!! WOOOOOOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!!
things that are WIP:
- auto-generated config files
- authentication grant so you don't need your own apiv2 stuff to use this (having trouble with the api)
- compiling into actual python app so you don't need to do all of this jank (done, in folders)
v1.3
- Added support for using replays to generate thumbnail
- fixed stuff
v1.2
added manual functionality for unranked/loved maps
v1.1
Polished and somewhat fixed quite a few things, still much work to do before it can be used universally.
Added:
- Drop shadow (barely noticeable) for text
- Helper functions, consolidated some inefficient stuff
Fixed:
- Loved map bug, by just ignoring the pp value on loved maps; later I plan to do a pp if ranked feature but that's tricky since you have to manually calculate the pp afaik
v1.0
Literally all this does is work, nothing more. There is much to polish, which will come in the form of future 1.x updates. For now, it technically does everything it needs to. Unless there's a bug. :scp:
in order for this to work you will need to make a config.json file in the app folder that looks like this:
{ "version": 1.0, "SECRET": YOUR SECRET HERE, "ID": YOUR ID HERE }