Skip to content

Commit

Permalink
Update everything for 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaily committed Dec 5, 2018
1 parent 744ae4f commit 8380501
Show file tree
Hide file tree
Showing 15 changed files with 1,389 additions and 26 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.6, 2018-12-05
------------------------
- [added] new matrices (color blindness simulation, and binary) added to the default configuration file
- [fixed] color effect sometimes randomly activated by other running programs on the system

Version 2.5, 2017-05-28
------------------------
- [fixed] when an instance is already running, enable its color effect instead of showing an unhelpful message about it
Expand Down
12 changes: 6 additions & 6 deletions Chocolatey/negativescreen.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>2.5</version>
<version>2.6</version>
<packageSourceUrl>https://github.com/mlaily/NegativeScreen/blob/master/Chocolatey/negativescreen.nuspec</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Melvyn Laïly</owners>
Expand All @@ -37,9 +37,9 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<title>NegativeScreen</title>
<authors>Melvyn Laïly</authors>
<!-- projectUrl is required for the community feed -->
<projectUrl>http://arcanesanctum.net/negativescreen</projectUrl>
<iconUrl>http://arcanesanctum.net/wp-content/uploads/negativescreen/Icon256.png</iconUrl>
<copyright>2011-2017 Melvyn Laïly</copyright>
<projectUrl>https://zerowidthjoiner.net/negativescreen</projectUrl>
<iconUrl>https://zerowidthjoiner.net/Uploads/negativescreen/Icon256.png</iconUrl>
<copyright>2011-2018 Melvyn Laïly</copyright>
<!-- If there is a license Url available, it is is required for the community feed -->
<licenseUrl>https://www.gnu.org/copyleft/gpl.html</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand All @@ -54,7 +54,7 @@ Appart from accessibility matters, this software is especially useful when you a

The name "NegativeScreen" stuck, but you can now use it to apply any color effect that can be modeled as a color transformation matrix.
</description>
<releaseNotes>http://arcanesanctum.net/wp-content/uploads/negativescreen/CHANGELOG.txt</releaseNotes>
<releaseNotes>https://zerowidthjoiner.net/Uploads/negativescreen/CHANGELOG.txt</releaseNotes>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
Expand All @@ -78,7 +78,7 @@ The name "NegativeScreen" stuck, but you can now use it to apply any color effec
</metadata>
<files>
<!-- this section controls what actually gets packaged into the Chocolatey package -->
<!--<file src="tools\**" target="tools" />-->
<file src="tools\**" target="tools" />
<file src="..\NegativeScreen\bin\x64\Release\NegativeScreen.exe" target="NegativeScreen.exe" />
<file src="NegativeScreen.exe.gui" target="NegativeScreen.exe.gui" />
<file src="..\NegativeScreen\bin\Release\NegativeScreen.exe" target="NegativeScreenX86.exe" />
Expand Down
676 changes: 676 additions & 0 deletions Chocolatey/tools/LICENSE.txt

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions Chocolatey/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

I (the creator of this package) am the author of the packaged software.

If you want to verify the content of this package, you can compare it to the
content of the https://zerowidthjoiner.net/Uploads/negativescreen/Binary.zip files
published on my website. They are supposed to stay in sync.
674 changes: 674 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions NegativeScreen/Api.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2011-2017 Melvyn Laïly
// http://arcanesanctum.net
// Copyright 2011-2017 Melvyn Laïly
// https://zerowidthjoiner.net

// This file is part of NegativeScreen.

Expand Down
4 changes: 2 additions & 2 deletions NegativeScreen/BuiltinMatrices.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2011-2017 Melvyn Laïly
// http://arcanesanctum.net
// Copyright 2011-2017 Melvyn Laïly
// https://zerowidthjoiner.net

// This file is part of NegativeScreen.

Expand Down
2 changes: 1 addition & 1 deletion NegativeScreen/Configuration.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2011-2017 Melvyn Laïly
// http://arcanesanctum.net
// https://zerowidthjoiner.net

// This file is part of NegativeScreen.

Expand Down
4 changes: 2 additions & 2 deletions NegativeScreen/ConfigurationParser.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2011-2017 Melvyn Laïly
// http://arcanesanctum.net
// Copyright 2011-2017 Melvyn Laïly
// https://zerowidthjoiner.net

// This file is part of NegativeScreen.

Expand Down
4 changes: 2 additions & 2 deletions NegativeScreen/NativeMethods.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2011-2017 Melvyn Laïly
// http://arcanesanctum.net
// Copyright 2011-2017 Melvyn Laïly
// https://zerowidthjoiner.net

// This file is part of NegativeScreen.

Expand Down
4 changes: 2 additions & 2 deletions NegativeScreen/NativeStructures.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2011-2017 Melvyn Laïly
// http://arcanesanctum.net
// Copyright 2011-2017 Melvyn Laïly
// https://zerowidthjoiner.net

// This file is part of NegativeScreen.

Expand Down
4 changes: 2 additions & 2 deletions NegativeScreen/OverlayManager.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2011-2017 Melvyn Laïly
// http://arcanesanctum.net
// Copyright 2011-2017 Melvyn Laïly
// https://zerowidthjoiner.net

// This file is part of NegativeScreen.

Expand Down
2 changes: 1 addition & 1 deletion NegativeScreen/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2011-2017 Melvyn Laïly
// http://arcanesanctum.net
// https://zerowidthjoiner.net

// This file is part of NegativeScreen.

Expand Down
9 changes: 4 additions & 5 deletions NegativeScreen/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand All @@ -12,13 +12,12 @@
The name stuck, but you can now use NegativeScreen to apply any color effect that can be modeled as a color transformation matrix.
Home page and documentation: http://arcanesanctum.net/negativescreen
Home page and documentation: https://zerowidthjoiner.net/negativescreen
Source code (GPL): https://github.com/mlaily/NegativeScreen/
")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("ArcaneSanctum.Net")]
[assembly: AssemblyProduct("NegativeScreen")]
[assembly: AssemblyCopyright("Copyright © Melvyn Laïly 2011-2017")]
[assembly: AssemblyCopyright("Copyright © Melvyn Laïly 2011-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -40,4 +39,4 @@ Source code (GPL): https://github.com/mlaily/NegativeScreen/
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.5.*")]
[assembly: AssemblyVersion("2.6.*")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NegativeScreen #

https://zerowidthjoiner.net/negativescreen/
https://zerowidthjoiner.net/negativescreen

***

Expand Down

0 comments on commit 8380501

Please sign in to comment.