Skip to content

Tags: mcjt/Captura

Tags

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Window ScreenShot (MathewSachin#314)

- Removed ScreenShot Transforms in favour of Image Editor
  Corresponding Settings, Localisations and UI removed.


- Fix Window Rectangle finding code.
- New option in ScreenShot settings: `Window ScreenShot Transparency` to specify whether window screenshots should be transparent.
- Mouse Cursor included in Window ScreenShot only if within window bounds.
- Capture Window Transparent region inflation reduced from 100px to 20px.
- Refactor code into a `WindowScreenShotBackdrop` class.


- Other Fixes:
  - `CustomSize` used instead of `CustomUrl` on `FFmpegPage`
  - `MouseRightClickColor` used instead of `MouseMiddleClickColor` on `MouseOverlayPage`

v8.0.0-beta5

Toggle v8.0.0-beta5's commit message
Fix Cmdline Region capture

v8.0.0-beta4

Toggle v8.0.0-beta4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
UI Redesign (MathewSachin#253)

List view for selecting video source and encoder.
Window Picker and Screen Picker used instead of dropdowns.
Quality, FPS options shown only when relevant.
and more...

v8.0.0-beta3

Toggle v8.0.0-beta3's commit message
Fix Audio (previous commit had faults)

v8.0.0-beta2

Toggle v8.0.0-beta2's commit message
Fix Audio distortion using MixerLimit flag

v8.0.0-beta1

Toggle v8.0.0-beta1's commit message
Point Documentation to New Website

Not deleting the docs folder to prevent broken links

v7.0.1

Toggle v7.0.1's commit message
Update Changelog

v7.0.0

Toggle v7.0.0's commit message
Update Changelog

v6.0.1

Toggle v6.0.1's commit message
Dispose Bitmaps in ScreenProvider (fixes MathewSachin#141)

v6.0.0

Toggle v6.0.0's commit message
Fix build.cake Setup