ScreenshotToClipboard

Screenshots taken are copied to the clipboard.

MIT License

Stars
33
Committers
2

Bot releases are visible (Hide)

ScreenshotToClipboard - Release 1.0.10 Latest Release

Published by github-actions[bot] 3 months ago

  • Fix neoforge build (comp500)
  • Fix publishing by applying maven-publish plugin (comp500)
  • Update grgit (comp500)
  • Add mavenCentral for resolving grgit (comp500)
  • Readd Minotaur/CurseGradle/Github release setup (comp500)
  • Update Github Actions Java versions (comp500)
  • Update to newer Arch, support 1.20.6+ NeoForge/Fabric (comp500)
ScreenshotToClipboard - Release 1.0.9

Published by github-actions[bot] over 2 years ago

  • Add support for Fabrishot 1.6.2 (comp500)
  • Port to 1.18 (comp500)
ScreenshotToClipboard - Release 1.0.8

Published by github-actions[bot] over 2 years ago

  • Update CI Java version (comp500)
  • Port to 1.17 (comp500)
  • Fix changelog generation (comp500)
ScreenshotToClipboard - Release 1.0.7

Published by github-actions[bot] almost 3 years ago

  • Add proper target branch (comp500)
  • Disable dry-run, overwrite GH release (comp500)
  • Expose tokens to release workflow (comp500)
  • Set infinite fetch depth for GH actions (comp500)
  • Add CI/CD for deploying to Modrinth/CurseForge/GH releases (comp500)
  • Constrain version range for Forge, clean up comments (comp500)
  • Clean up copying code, implement Fabrishot support (fixes #12) (comp500)
  • Fix icon (comp500)
  • Clean up mixins, fix injections in Forge dev env (comp500)
  • Clean up Forge client registration, add minVersion, mark client-side only (fixes #14) (comp500)
  • Port to Architectury for unified fabric+forge codebase (comp500)
  • Misc changes (comp500)
ScreenshotToClipboard - Port to 1.16.2 (Forge)

Published by comp500 about 4 years ago

Just needed to add a license field, as Forge made it a breaking change 🙃

ScreenshotToClipboard - Improve compatibility

Published by comp500 about 4 years ago

ScreenshotToClipboard - Improve compatibility

Published by comp500 over 4 years ago

Fix coremod injection point, improves compatibility with other mods that use AWT

ScreenshotToClipboard - Add Optifine support

Published by comp500 over 4 years ago

Optifine invades the lambdas so I must fight back!

ScreenshotToClipboard - "Port" to 1.16 Snapshots (Fabric)

Published by comp500 over 4 years ago

Literally just had to change the version specifier to support 1.15+ rather than 1.15.x

ScreenshotToClipboard - Port to 1.15.1 (Forge)

Published by comp500 almost 5 years ago

Mappings seem to be really strange on 1.15.1, as they haven't been released yet.
Using the existing 1.14.2 mappings seems to work?
The init() method was removed, so I am now injecting into run()

ScreenshotToClipboard - Port to 1.15 (Fabric)

Published by comp500 almost 5 years ago

Very few changes, mostly due to mappings change.

ScreenshotToClipboard - Minor improvements

Published by comp500 almost 5 years ago

Fix error in console when taking a screenshot

ScreenshotToClipboard - Minor improvements

Published by comp500 almost 5 years ago

Fix error in console when taking a screenshot

ScreenshotToClipboard - Improved compatibility

Published by comp500 over 5 years ago

Fix compatibility with [SBM] Sheep Metal, by injecting the AWT hack earlier with a coremod.

ScreenshotToClipboard - Improved compatibility

Published by comp500 over 5 years ago

Fix compatibility with Informed Load, by injecting an AWT hack earlier.

ScreenshotToClipboard - Port to Fabric

Published by comp500 over 5 years ago

Ported to Fabric!

ScreenshotToClipboard - Port to 1.14

Published by comp500 over 5 years ago

Ported to 1.14.3, with macOS support contributed by @juliand665!

ScreenshotToClipboard - Improved performance

Published by comp500 over 5 years ago

Run the clipboard copy in a seperate thread, to improve performance.

ScreenshotToClipboard - Initial release

Published by comp500 over 5 years ago

The first one. Shouldn't have any bugs, it's an incredibly simple mod.