Skip to content

Releases: imacrazyguylol/pythumbnail

v1.5.3

22 Aug 02:58
Compare
Choose a tag to compare

Windows compilation. Debugging probably needed.

v1.5.2

21 Aug 22:02
Compare
Choose a tag to compare
v1.5.2 Pre-release
Pre-release
Merge branch 'main' of https://github.com/imacrazyguylol/pythumbnail

v1.5.1

06 Aug 01:19
Compare
Choose a tag to compare
v1.5.1 Pre-release
Pre-release
adsilfg

v1.5

28 Jul 17:38
Compare
Choose a tag to compare

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

09 Jul 20:22
Compare
Choose a tag to compare
v1.4 Pre-release
Pre-release

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

09 Jun 12:50
e99a5a6
Compare
Choose a tag to compare
  • Added support for using replays to generate thumbnail
  • fixed stuff

v1.2

26 May 14:04
Compare
Choose a tag to compare

added manual functionality for unranked/loved maps

v1.1

20 May 16:33
Compare
Choose a tag to compare

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

10 May 17:49
Compare
Choose a tag to compare

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 }