Skip to content

Commit

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

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

## v0.8.0

### Added

* Added ability to to disable the application through the system tray icon
* Added fluent support for Windows 11
* Added new theme: "Black Cherry"

## v0.7.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.7.0.msi"
"OutputFilename" = "8:Debug\\Reginald-0.8.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.7.0.msi"
"OutputFilename" = "8:Release\\Reginald-0.8.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:{E8C131B2-8151-4BBB-B964-34924C111758}"
"PackageCode" = "8:{DCA7381F-4C52-4C3A-8926-F0207B698BFB}"
"ProductCode" = "8:{47CB5C5D-E245-4763-8CAE-50A8790A3C17}"
"PackageCode" = "8:{FE23F8A8-34A7-46F9-894A-2B48131ECFD2}"
"UpgradeCode" = "8:{16C43A52-0921-4B50-80CC-FC93372355D7}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:0.7.0"
"ProductVersion" = "8:0.8.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.7.0"
<hc:NotifyIcon Text="Reginald v0.8.0"
Icon="pack://application:,,,/Reginald;component/Reginald.ico">
<hc:NotifyIcon.ContextMenu>
<ContextMenu>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</li> -->
<li>
<div class="header__mobile-nav__menu__block"></div><a
href="https://github.com/GBS3/reginald">GitHub</a>
href="https://github.com/giosali/reginald">GitHub</a>
</li>
</ul>
</nav>
Expand All @@ -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.7.0/Reginald-0.7.0.msi">
href="https://github.com/giosali/reginald/releases/download/v0.8.0/Reginald-0.8.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 0f78559

Please sign in to comment.