File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ You should have received a copy of the GNU General Public License
2525[ assembly: AssemblyProduct ( "AeroShotCRE" ) ]
2626[ assembly: AssemblyDescription ( "Screenshot capture utility for Windows Aero" ) ]
2727[ assembly: AssemblyCopyright ( "\u00a9 2021 Cvolton" ) ]
28- [ assembly: AssemblyVersion ( "1.6.1 .0" ) ]
29- [ assembly: AssemblyFileVersion ( "1.6.1 .0" ) ]
28+ [ assembly: AssemblyVersion ( "1.7.0 .0" ) ]
29+ [ assembly: AssemblyFileVersion ( "1.7.0 .0" ) ]
3030[ assembly: ComVisible ( false ) ]
3131
3232namespace AeroShot
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ AeroShotCRE is a fork of AeroShot aiming to add features useful to creators of W
55* w2 - Optimized for light/white backgrounds, inactive titlebar
66
77## Changelog
8+ ### 1.7.0
9+ * Windows XP and Vista Beta support (only certain builds of Vista, requires testing)
10+ * Added support for capturing the window mask
11+ * More verbose error messages for debugging
12+ * Added option to disable any screenshot type in the settings
13+
14+ ### 1.6.1
15+ * Addresses an issue where screenshots optimized for white backgrounds saved in place screenshots optimized for dark backgrounds in certain conditions
816
917### 1.6.0
1018* Automatic inactive screenshot capture
You can’t perform that action at this time.
0 commit comments