Skip to content

Commit

Permalink
Updates version info for release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson-Shook committed Dec 16, 2021
1 parent a7754b4 commit b8b0e7d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ You will need Visual Studio 2017 to build Winclipper. The solution file should c

## Changelog

**1.4.2** - 2021-12-15

This release of Winclipper includes the following bug fixes:
- Fixed an issue with checkbox labels getting cut off at the end in Settings.
- Added checks to make sure the control key has its state properly restored if the user is holding it down while selecting a clip (thanks [micjoh](https://github.com/micjoh) for giving me a way to reproduce the "phtantom V issue"!).

**1.4.1** - 2021-11-21

Quick fix for updater continuously popping up on startup.

**1.4** - 2021-11-21

This release of Winclipper includes the following features and bug fixes:
- Dark Mode! Winclipper now follows your window color settings in Windows 10 and up in the Settings menu. I might expand this in the future.
- Adds an option for "Paste immediately on click" that can be disabled so that Winclipper only adds items to the clipboard, but still lets the user do the pasting.
Expand Down
2 changes: 1 addition & 1 deletion Setup-x64/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Winclipper" Language="1033" Version="1.4.1.0" Manufacturer="Carson Shook" UpgradeCode="34e3392e-e835-41c9-ac2b-f0c68176f4ca">
<Product Id="*" Name="Winclipper" Language="1033" Version="1.4.2.0" Manufacturer="Carson Shook" UpgradeCode="34e3392e-e835-41c9-ac2b-f0c68176f4ca">
<Package InstallerVersion="301" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
2 changes: 1 addition & 1 deletion Setup-x86/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Winclipper" Language="1033" Version="1.4.1.0" Manufacturer="Carson Shook" UpgradeCode="a332e06b-480d-4d31-aaca-e5f7a2ef1dbb">
<Product Id="*" Name="Winclipper" Language="1033" Version="1.4.2.0" Manufacturer="Carson Shook" UpgradeCode="a332e06b-480d-4d31-aaca-e5f7a2ef1dbb">
<Package InstallerVersion="301" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
Binary file modified Winclipper/Winclipper.rc
Binary file not shown.

0 comments on commit b8b0e7d

Please sign in to comment.