Skip to content

Commit

Permalink
Prepare for v0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
giosali committed Sep 25, 2021
1 parent f1e55e4 commit e0d3938
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## v0.6.1

### Fixed

* Fixed issue where search results would become highlighted if the cursor was already over the area of the search result *again*

## v0.6.0

### Added
Expand Down
10 changes: 5 additions & 5 deletions Reginald.Installer/Reginald.Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"DisplayName" = "8:Debug"
"IsDebugOnly" = "11:TRUE"
"IsReleaseOnly" = "11:FALSE"
"OutputFilename" = "8:Debug\\Reginald-0.6.0.msi"
"OutputFilename" = "8:Debug\\Reginald-0.6.1.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
Expand Down Expand Up @@ -70,7 +70,7 @@
"DisplayName" = "8:Release"
"IsDebugOnly" = "11:FALSE"
"IsReleaseOnly" = "11:TRUE"
"OutputFilename" = "8:Release\\Reginald-0.6.0.msi"
"OutputFilename" = "8:Release\\Reginald-0.6.1.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
Expand Down Expand Up @@ -208,15 +208,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Reginald"
"ProductCode" = "8:{DA4B495E-EF22-49D8-BA4F-9E01262D7028}"
"PackageCode" = "8:{E5F37A86-41AA-4C3B-B9F9-92C6DBE824DB}"
"ProductCode" = "8:{EBADAA0F-E2C7-45E6-B186-3EA9E06BF501}"
"PackageCode" = "8:{93DD1AD5-24E6-43CE-951C-12105291646A}"
"UpgradeCode" = "8:{16C43A52-0921-4B50-80CC-FC93372355D7}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:0.6.0"
"ProductVersion" = "8:0.6.1"
"Manufacturer" = "8:Reginald"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
2 changes: 1 addition & 1 deletion Reginald/Views/ShellView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</Window.InputBindings>

<hc:TransitioningContentControl>
<hc:NotifyIcon Text="Reginald v0.6.0"
<hc:NotifyIcon Text="Reginald v0.6.1"
Icon="pack://application:,,,/Reginald;component/Reginald.ico">
<hc:NotifyIcon.ContextMenu>
<ContextMenu>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1 class="intro__title">Meet your new assistant</h1>
</p>
</div>
<a class="download-link button--windows"
href="https://github.com/giosali/reginald/releases/download/v0.6.0/Reginald-0.6.0.msi">
href="https://github.com/giosali/reginald/releases/download/v0.6.1/Reginald-0.6.1.msi">
<img class="download-link__icon" src="images/icons/windows.svg">
<p class="download-link__text">Download Reginald</p>
</a>
Expand Down

0 comments on commit e0d3938

Please sign in to comment.