Skip to content

Commit f0fcc4a

Browse files
committed
1.7.0: Version number bump
1 parent cd53658 commit f0fcc4a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3232
namespace AeroShot

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)