Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 2.75 KB

changelog.md

File metadata and controls

59 lines (49 loc) · 2.75 KB

Version 1.0.5

Changes
  • Added discord web hooks. You can now post your images directly in a discord.
  • Added Swedish, Brazilian and Portuguese translation (thanks to Nickac and Pim).
Bug Fixes
  • Improved the custom uploader quite a bit. Now responses will be a lot more detailed in case of failure. It will also display the html body in case there is no JSON response.
  • Fixed some crashes related to malformed custom uploader configs.

Version 1.0.4

Changes
  • Partial screenshots(F6) now look better.
Bug Fixes
  • Fixed a bug that crashes the game in local screenshots when using modified font render's

Version 1.0.3

Bug fixes
  • Fixed popup menu's showing out of place text.
  • Fixed local screenshots not saving properly.
  • Fixed lag spikes when taking screenshots.
  • Fixed renaming screenshots always adding .png at the end regardless if it was there already.
Added
  • Local screenshots can now be viewed in-game as well.
Known Issues
  • When saving a screenshot with the screenshot key(F2). A "screenshot canceled" message will pop up. followed by a message "Screenshot saved as: _.png". I had to cancel the screenshot event in order to make it async (so it doesn't lag). However doing this displays the "screenshot canceled" message. I will PR a fix to Forge for this. But in the meantime you'll have to live with it. As i cannot fix it without any hacks.

Version 1.0.2

Changes
  • Added 'options' to local screenshots which allow you to rename a file (more to be added).
  • Re-arranged buttons on local screenshots
  • Some internal changes to properly deal with the renaming.
  • Made the Screenshot key (F2) save images of the main thread. Fixing the short lag spikes when taking them.
Bug fixes
  • Fixed crashes related to empty screenshot folder.
  • Fixed crashes related to non image files in screenshot folder (will now ignore those).
Known issues
  • When saving a screenshot with the screenshot key(F2). A "screenshot canceled" message will pop up. followed by a message "Screenshot saved as: _.png". I had to cancel the screenshot event in order to make it async (so it doesn't lag). However doing this displays the "screenshot canceled" message. I will PR a fix to Forge for this. But in the meantime you'll have to live with it. As i cannot fix it without any hacks.

Version 1.0.1

Changes
  • Confirm gui now looks bit different.
  • Local screenshots will now automatically select the first screenshots when loaded.
Bug fixes
  • Confirm gui now shows correctly when in-game.

Note: First release was labeled as 1.2.0 in gradle. This has been changed to version 1.0.1 now. Version notifications in-game should not be affected by this.

Version 1.0.0

  • Initial release.