Skip to content

Commit

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

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

## v0.9.0

### Added

* Added a new and exciting feature: text expansions
* You can configure these within the settings panel of the app under `Expansions`

## v0.8.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.8.0.msi"
"OutputFilename" = "8:Debug\\Reginald-0.9.0.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.8.0.msi"
"OutputFilename" = "8:Release\\Reginald-0.9.0.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:{47CB5C5D-E245-4763-8CAE-50A8790A3C17}"
"PackageCode" = "8:{FE23F8A8-34A7-46F9-894A-2B48131ECFD2}"
"ProductCode" = "8:{E3D0CA72-431D-4992-894E-CE45C324EC1F}"
"PackageCode" = "8:{647B0E8E-E73A-49AA-B1DC-F1D8EF6BF49E}"
"UpgradeCode" = "8:{16C43A52-0921-4B50-80CC-FC93372355D7}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:0.8.0"
"ProductVersion" = "8:0.9.0"
"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.8.0"
<hc:NotifyIcon Text="Reginald v0.9.0"
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.8.0/Reginald-0.8.0.msi">
href="https://github.com/giosali/reginald/releases/download/v0.9.0/Reginald-0.9.0.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 4d461c0

Please sign in to comment.