Releases: Timthreetwelve/WUView
v0.7.1 - Translation Updates
This is a minor update that is mainly focused on translation updates and dependency updates.
Changes: 👀
-
Translation updates:
- Updated: Slovenian language updates by @max-ima
- Updated: Japanese language updates by @coolvitto
- Updated: Portuguese (Brazil) language updates by @igorruckert
- Updated: Italian language updates by @bovirus
- Updated: Korean language updates by @VenusGirl
- Updated: Dutch language updates by @CMTriX
- Updated: French language updates by @Timthreetwelve
-
Dependency Updates:
- Updated: Bumped MaterialDesignThemes to version 5.3.2
- Updated: Bumped Vanara.PInvoke.User32 to version 5.0.5
- Updated: Bumped Vanara.PInvoke.WUApi to version 5.0.5
- Updated: Bumped NLog to version 6.1.3
Full Changelog: v0.7.0...v0.7.1
New Contributors 💥
Translations ✍
My thanks to all the people that have contributed translations and updates.
If you wish to contribute a translation, check out the Contribute a Translation topic in the Wiki. Your help would be greatly appreciated.
File Descriptions:
| File Name | Description |
|---|---|
| WindowsUpdateViewer_0.7.1.0_x64x86_Setup.exe | Installer, requires .NET 10 runtime to already be present |
| WindowsUpdateViewer_0.7.1.0_SC_x64_Setup.exe | Installer, x64 architecture, Self-Contained, .NET runtime not required |
| WindowsUpdateViewer_0.7.1.0_SC_x86_Setup.exe | Installer, x86 architecture, Self-Contained, .NET runtime not required |
| WindowsUpdateViewer_0.7.1.0_x64x86_Portable.zip | Zip archive, requires .NET 10 runtime to already be present |
| WindowsUpdateViewer_0.7.1.0_SC_x64_Portable.zip | Zip archive, x64 architecture, Self-Contained, .NET runtime not required |
| WindowsUpdateViewer_0.7.1.0_SC_x86_Portable.zip | Zip archive, x86 architecture, Self-Contained, .NET runtime not required |
v0.7.0 - .NET 10
After an unexpectedly long hiatus, I am happy to announce that Windows Update Viewer 0.7.0 is now available! This release includes a major update to .NET 10, improved performance, a new feature to check for updates, a new translation, and performance improvements.
Changes: 👀
-
New: Windows Update Viewer has been updated to .NET 10.
- .NET 10 is now required to run the non-self-contained versions of Windows Update Viewer.
- The self-contained versions include the .NET runtime, so they do not require .NET 10 to be installed on the system.
- .NET 10 is a long-term support (LTS) release and will be supported until November 14, 2028.
- Some code changes were required to take advantage of improvements in .NET 10 and C# 14.
-
New: The first time the About page is opened, the application will check to see if there is an updated version available.
- If a newer version is available,
A newer release is availablewill be displayed in place of theCheck GitHub for a newer releasetext. No annoying pop-ups. - Clicking on the text will open the GitHub release page in the default browser.
- This feature is optional and can be disabled in the Application Settings section of the Settings page.
- If a newer version is available,
-
New: Japanese translation has been added, thanks to @coolvito #109.
- My apologies for the long delay in getting your contribution into a release.
-
Updated: Performance improvements when loading and displaying updates.
- Collecting Event Log and Windows Update records should be faster.
- Thanks to @Dicksevenfourteen for collecting data for me.
-
Updated: Inno Setup has been updated to version 6.7.1.
- Installation dialog theme has been updated to match the system theme.
- Please let me know if you see any issues with the installer dialog.
-
Translation updates:
- Updated: Italian language updates by @bovirus
- Updated: Korean language updates by @VenusGirl
- Updated: Dutch language updates by @CMTriX
- My apologies for the long delay in getting your updates into a release.
-
Dependency Updates:
- Updated: Bumped CommunityToolkit.Mvvm to version 8.4.2
- Updated: Bumped MaterialDesignThemes to version 5.3.1
- Updated: Bumped Vanara.PInvoke.User32 to version 5.0.4
- Updated: Bumped NLog to version 6.1.2
- Updated: Bumped Nerdbank.GitVersioning to version 3.9.50
Translations ✍
My thanks to all the people that have contributed translations and updates.
If you wish to contribute a translation, check out the Contribute a Translation topic in the Wiki. Your help would be greatly appreciated.
Important
If you have previously contributed, please take a moment to verify that your translation is up to date. Thanks!
Full Changelog: v0.6.2...v0.7.0
File Descriptions
Since GitHub is now including the file size and sha256 hashes in the download links, so I have removed them from the table below. For those that want to verify the files on VirusTotal, use the sha256 hashes provided by GitHub.
| File Name | Description |
|---|---|
| WindowsUpdateViewer_0.7.0.0_x64x86_Setup.exe | Installer, requires .NET 10 runtime to already be present |
| WindowsUpdateViewer_0.7.0.0_SC_x64_Setup.exe | Installer, x64 architecture, Self-Contained, .NET runtime not required |
| WindowsUpdateViewer_0.7.0.0_SC_x86_Setup.exe | Installer, x86 architecture, Self-Contained, .NET runtime not required |
| WindowsUpdateViewer_0.7.0.0_x64x86_Portable.zip | Zip archive, requires .NET 10 runtime to already be present |
| WindowsUpdateViewer_0.7.0.0_SC_x64_Portable.zip | Zip archive, x64 architecture, Self-Contained, .NET runtime not required |
| WindowsUpdateViewer_0.7.0.0_SC_x86_Portable.zip | Zip archive, x86 architecture, Self-Contained, .NET runtime not required |
0.6.2 - Minor updates
This update includes new features, an important fix, updates to language files, and updates to several dependencies
Note
Did your update history disappear after upgrading to Windows 11, version 24H2? Or are you planning to upgrade to Windows 11, version 24H2? If so, then you may wish to look at this discussion.
Changes: ✨
- Fixed: Corrected a misspelled key in language files. #99 🐛
- New: Added the ability to change the font used to display the list of updates as well as the update details.
- New: Added
Check for UpdateandOpen App Folderoptions to the three-dot menu. - New: Added NerdBank.GitVersioning as a replacement for GitVersion.MsBuild.
- Updated: Changed the color of the links in the details pane to improve readability based on the theme in use.
- Updated: The list of translations on the About page now has a column showing translation percentage for each language file (compared to the en-US language file).
- Updated: The list of translations on the About page now uses available space instead of scrolling the list.
- Updated: Italian language updates by @bovirus. #100 and #103
- Updated: Bumped CommunityToolkit.Mvvm to version 8.3.2. #98
- Updated: Bumped Vanara.PInvoke.WUApi to version 4.04. #97
- Updated: Bumped Vanara.PInvoke.User32 to version 4.04. #96
- Updated: Bumped NLog to version 5.3.4. #95
- Updated: Bumped Octokit to version 13.0.1. #89
- Updated: Korean language updates to the installer dialogs by @VenusGirl. #88
- Updated: Lots of code simplifications, improvements, and optimizations.
Translations ✍
My thanks to all the people that have contributed translations and updates.
If you wish to contribute a translation, check out the Contribute a Translation topic in the Wiki. Your help would be greatly appreciated.
Important
If you have previously contributed, please take a moment to verify that your translation is up to date. Thanks!
Full Changelog: v0.6.1...v0.6.2
File Descriptions
| File Name | Description | Size |
|---|---|---|
| WindowsUpdateViewer_0.6.2.0_x64x86_Setup.exe | Installer, requires .NET 8 runtime to already be present | 8.55 MB |
| WindowsUpdateViewer_0.6.2.0_SC_x64_Setup.exe | Installer, x64 architecture, Self-Contained, .NET runtime not required | 61.76 MB |
| WindowsUpdateViewer_0.6.2.0_SC_x86_Setup.exe | Installer, x86 architecture, Self-Contained, .NET runtime not required | 56.99 MB |
| WindowsUpdateViewer_0.6.2.0_x64x86_Portable.zip | Zip archive, requires .NET 8 runtime to already be present | 12.25 MB |
| WindowsUpdateViewer_0.6.2.0_SC_x64_Portable.zip | Zip archive, x64 architecture, Self-Contained, .NET runtime not required | 85.30 MB |
| WindowsUpdateViewer_0.6.2.0_SC_x86_Portable.zip | Zip archive, x86 architecture, Self-Contained, .NET runtime not required | 79.29 MB |
Checksums
| File Name | SHA256 Hash | Virus Total |
|---|---|---|
| WindowsUpdateViewer_0.6.2.0_x64x86_Setup.exe | 93bf1afdc4985339772c94721ffa8c40dc5f994ca4f4fc531ea13e48598403ca |
Link |
| WindowsUpdateViewer_0.6.2.0_SC_x64_Setup.exe | 56141d3d34ee9b3015c430fc5beea8d71ccc4693a0c522bb12d3f5e55f5003a8 |
Link |
| WindowsUpdateViewer_0.6.2.0_SC_x86_Setup.exe | 4480d9e80055350cb8702e530c4bc6a9a7d0d82639d67f24347bb4e8bd18ac12 |
Link |
| WindowsUpdateViewer_0.6.2.0_x64x86_Portable.zip | c5efb53c556a29b8d2a7acd9840c213c211ade35ed70df314d72a159df9deb7c |
Link |
| WindowsUpdateViewer_0.6.2.0_SC_x64_Portable.zip | b647a85ae661d56aa10285d08e77f15ebc0e87d7dc1a3a4223fed1d2dcdbb29b |
Link |
| WindowsUpdateViewer_0.6.2.0_SC_x86_Portable.zip | 6868d90120cdc09393a67e0ed59b386d9d6cb57061701445d578e6e1a1920a72 |
Link |
Important
When switching between install types (i.e. x64x86, SC_x64, SC_x86) please uninstall the previous version before installing the current version. Failure to do so may produce unpredictable results. Users of portable versions should replace the entire folder.
0.6.1 - New Languages
This update includes new translations and updates to language files, and updates to several dependencies.
Changes: ✨
- New: Korean language (ko-KR) contributed by @VenusGirl ❤️ #83 & #85
- New: Portuguese (Brazil) (pt-BR) contributed by @igorruckert. #79
- Updated: Italian language translation by @bovirus. #78
- Updated: Polish language translation by @FadeMind. #76 & #77
- Updated: Spanish language translation.
- Updated: Minor tweaks to the layout of the Settings page.
- Updated: The COM reference to WUAPIlib was replaced by the Vanara.PInvoke.WUApi package.
- Updated: UI languages are now sorted by language code.
- Updated: Fixed GitHub logo placement on About page. #75
- Updated: Upgraded Octokit to version 13.0.0.
- Updated: Upgraded Material Design Themes to version 5.1.0.
- Updated: Upgraded Vanara.PInvoke.User32 to version 4.0.2.
- Updated: Upgraded NLog to 5.3.2.
- Updated: An updated version of Inno Setup (6.3.1) was used to create the installer (setup.exe) files.
Important
If there are any issues with the installers, please open an issue!
Translations ✍
My thanks to all the people that have contributed translations and updates.
If you wish to contribute a translation, check out the Contribute a Translation topic in the Wiki. Your help would be greatly appreciated.
Note
If you have previously contributed, please take a moment to verify that your translation is up to date. Thanks!
File Descriptions:
| File Name | Description | Size |
|---|---|---|
| WindowsUpdateViewer_0.6.1.0_x64x86_Setup.exe | Installer, requires .NET 8 runtime to already be present | 8.17 MB |
| WindowsUpdateViewer_0.6.1.0_SC_x64_Setup.exe | Installer, x64 architecture, Self-Contained, .NET runtime not required | 61.29 MB |
| WindowsUpdateViewer_0.6.1.0_SC_x86_Setup.exe | Installer, x86 architecture, Self-Contained, .NET runtime not required | 56.52 MB |
| WindowsUpdateViewer_0.6.1.0_x64x86_Portable.zip | Zip archive, requires .NET 8 runtime to already be present | 11.74 MB |
| WindowsUpdateViewer_0.6.1.0_SC_x64_Portable.zip | Zip archive, x64 architecture, Self-Contained, .NET runtime not required | 84.63 MB |
| WindowsUpdateViewer_0.6.1.0_SC_x86_Portable.zip | Zip archive, x86 architecture, Self-Contained, .NET runtime not required | 78.63 MB |
Checksums :
| File Name | SHA256 Hash | Virus Total |
|---|---|---|
| WindowsUpdateViewer_0.6.1.0_x64x86_Setup.exe | 722fb87e54a3cfb01c65645a9bd85a44b4b7abad573f2f7822dd7220df5f25d9 |
Link |
| WindowsUpdateViewer_0.6.1.0_SC_x64_Setup.exe | be3f2a0570c606adf4cb03a03d9e3bd07fa66ccb8aa1dae1bb0bcb0650d7512d |
Link |
| WindowsUpdateViewer_0.6.1.0_SC_x86_Setup.exe | 3cbc8ee6e99148b91befbe26b8c1981f5e010cf421d38c1fed40920109171a20 |
Link |
| WindowsUpdateViewer_0.6.1.0_x64x86_Portable.zip | 625a1b7253eabf762c4708d8a963bd3a7ba7cf58a36f5e67eb5aa1565b14fa3b |
Link |
| WindowsUpdateViewer_0.6.1.0_SC_x64_Portable.zip | d90dc2a9c94929a083b2b85bf82baa9934a1decdd525eb97ed929962ef8bf637 |
Link |
| WindowsUpdateViewer_0.6.1.0_SC_x86_Portable.zip | 63a5727cdf5279addaec5fc311b8b2e65a5759cef5724c5184f01bc3bb9a2d28 |
Link |
v0.6.0 - .NET 8!
This update includes migrating the project to .NET 8, some language updates, and updates to several dependencies.
My apologies to everyone that contributed translation updates and have been waiting for much too long.
Changes: ✨
- New: Slovenian language translation #69
- Updated: Italian language translation #72 & #73
- Updated: Migrated to .NET 8 #71
- Updated: Migrated Material Design in XAML to version 5.0.0
- Updated: Upgraded Octokit to version 10.0.0
- Updated: Upgraded NLog to version 5.2.8
- Updated: Minor UI tweaks
- Updated: Minor localization tweaks
- Added: Ctrl+Minus and Ctrl+Minus keyboard shortcuts to adjust size
- Fixed: Installer language issue
- Fixed: Date format on About page should now be localized correctly
- Fixed: Version number in title bar and About page will now show if the version is pre-release
Change to .NET 8 🥅
- Starting with version 0.10.0, Windows Update Viewer uses the .NET 8 desktop runtime.
- .NET 8 is the current Long Term Support release of .NET and will be supported until November 2026.
- If you can't upgrade to .NET 8, you can still use Windows Update Viewer by choosing one of the self-contained versions to download.
- If you want to upgrade to .NET 8, you can find it here.
Translations ✍
My continuing thanks to all the people that have contributed translations and updates.
If you wish to contribute a translation, check out the Contribute a Translation topic in the Wiki. Your help would be greatly appreciated.
Full Changelog: v0.5.26...v0.6.0
File Descriptions:
| File Name | Description | Size |
|---|---|---|
| WindowsUpdateViewer_0.6.0.0_x64x86_Setup.exe | Installer, requires .NET 8 runtime to already be present | 8.14 MB |
| WindowsUpdateViewer_0.6.0.0_SC_x64_Setup.exe | Installer, x64 arch, Self-Contained, .NET runtime not required | 61.2 MB |
| WindowsUpdateViewer_0.6.0.0_SC_x86_Setup.exe | Installer, x86 arch, Self-Contained, .NET runtime not required | 56.4 MB |
| WindowsUpdateViewer_0.6.0.0_x64x86_Portable.zip | Zip archive, requires .NET 8 runtime to already be present | 11.6 MB |
| WindowsUpdateViewer_0.6.0.0_SC_x64_Portable.zip | Zip archive, x64 arch, Self-Contained, .NET runtime not required | 84.4 MB |
| WindowsUpdateViewer_0.6.0.0_SC_x86_Portable.zip | Zip archive, x86 arch, Self-Contained, .NET runtime not required | 78.4 MB |
Checksums :
| File Name | SHA256 Hash |
|---|---|
| WindowsUpdateViewer_0.6.0.0_x64x86_Setup.exe | f0113fb7ace91a000256e1fea60f88955b08a6fd6fa1f4ea5bd2797bd6104ac0 |
| WindowsUpdateViewer_0.6.0.0_SC_x64_Setup.exe | 8eacdf9ee74f4273fb80643b6f3fb91801b3865207907750fa5def0628514aca |
| WindowsUpdateViewer_0.6.0.0_SC_x86_Setup.exe | 46bd79bb85a931a9d6a84779ed8bd7de4be2e9aba04c1a50b9b643d3a51f4f75 |
| WindowsUpdateViewer_0.6.0.0_x64x86_Portable.zip | 155251f149014b21e265c75675502739e8168a167c281a3f488f8e866f62e375 |
| WindowsUpdateViewer_0.6.0.0_SC_x64_Portable.zip | adae7411f6150a8c599e1eb1af7291ca7fd861100738e3e5c16f418385fbcb9c |
| WindowsUpdateViewer_0.6.0.0_SC_x86_Portable.zip | 0716b5588cf59c133f205932dff85f1bf7def6ee899a574a1f4146f70d75e6f7 |
0.5.26 - Translation Updates and New Download/Install Options
This update includes translation updates and new download/installation options
Apart from bug fixes and translation updates, I expect the pace of updates to Windows Update Viewer to slow down as I turn my attention to projects that have been neglected for too long. When I return to Windows Update Viewer in 2024, I will be upgrading it to .NET 8, which was released in November and is the next LTS version of .NET.
Changes:
- Updated: German language updates #66 #67.
- Updated: Numerous other language file updates.
- Updated: If a newer version of Windows Update Viewer is found when checking for an updated release from the About page, clicking OK in the resulting message box will now close the application after navigating to the GitHub Releases page.
- Updated: NLog was updated to the latest version.
- New: Additional download and installation options. See below.
New download and installation options ✨
With this release I'm adding Self Contained versions both the portable and installer versions. In this context, Self Contained means that the required .NET files are included. A self contained installation does not require that the .NET runtime is installed. Of course, by including the required .NET files, the installation is much larger. Download the installer or zip archive that best suits your needs.
In addition:
- Publishing a Self Contained build requires that either x86 or x64 be targeted. Consequently, there are versions for each x86 and x64.
- The filename of the Self Contained builds will indicate the architecture, either
x86orx64. - The name of the zip archives has been changed from
NonInstallhas been changed toPortable. - The Checksums table below has been updated to include a description for each file.
Thanks:
My continued thanks go out to everyone that helps with language translations. Considering what you get paid, you are **AWESOME!**⚡
New Contributors
- @Henry2o1o made their first contribution in #66
Full Changelog: v0.5.25...v0.5.26
Checksums :
| File Name | Description | SHA256 Hash |
|---|---|---|
| WindowsUpdateViewer_0.5.26.0__Setup.exe | Installer - Requires .NET 6 | 932f95e0ed6a74ec314552c73b335ccf246d3bf555a6ea6afe0a26abf12ba51f |
| WindowsUpdateViewer_0.5.26.0_SC_x64_Setup.exe | Installer - Self Contained x64 | 8c784b19773f3b3ad57c8b1f37a522199e14f58514b6fdafcb418e9518625c6e |
| WindowsUpdateViewer_0.5.26.0_SC_x86_Setup.exe | Installer - Self Contained x86 | e95ed040891f3807ff9fa53d4f07f9ba389058c01216cd26bdfc212733a04fb8 |
| WindowsUpdateViewer_0.5.26.0__Portable.zip | Zip Archive - Requires .NET 6 | 8b23c30a555e0a4e45b4ad7fb58cc087b27638e12d0143dd082022a4d09fcec3 |
| WindowsUpdateViewer_0.5.26.0_SC_x64_Portable.zip | Zip Archive - Self Contained x64 | 52d9cb3dbabefca7042089c55ba9600b9d6c5d41a184c6e107c87ebc3b1c4407 |
| WindowsUpdateViewer_0.5.26.0_SC_x86_Portable.zip | Zip Archive - Self Contained x86 | 7926240c9affb16121c1336eee15e6ccd1b1fed3e92432bd990227345e72629b |
0.5.25 - New Slovak Language
This update includes a new language translation and language testing
Changes:
- Added: New Slovak language translation. #59 Thanks @Vaso73 ❤️
- Added: Language file testing. See the wiki topic for details.
- Added: Export to JSON feature
- Updated: Polish language updates. #53
- Updated: Italian language updates. #54
- Updated: Bump Octokit to 8.1.1
- Updated: Bump NLog from 5.2.4 to 5.2.5 #55
- Updated: Bump CommunityToolkit.Mvvm from 8.2.1 to 8.2.2 #56
- Updated: Localization improvements for the installer. #57
- Updated: License format updated.
If you wish to contribute a translation, check out the Contribute a Translation topic in the Wiki. Your help would be greatly appreciated.
My sincere thanks to everyone that made this release possible. ❤️
Full Changelog: v0.5.24...v0.5.25
Checksums :
| File | SHA256 hash |
|---|---|
| Installer (exe) | b4c84cb6093cce5321452f288acf2685c438a0bee985b633c5578c5eaa2f2dc8 |
| Portable (zip) | baeff1c4adc5d7d60a15a26ce04c9e66ecbb7caa1480e7500f210d0c44c554e5 |
v0.5.24 - Another Language and an Important Bug Fix
This update adds Polish language and fixes a crash-on-startup bug.
Changes:
- Added: New Polish (pl-PL) language (#51).
- Updated: Updated Italian (it-IT) language. (#49 & #50)
- Fixed: Add the updates to Dutch (nl-NL) language that I forgot in the last update. (#32)
- Fixed: Fixed crash-on-start 🐛 introduced in v0.5.23. (#48)
- New: Added version number to installer title bar. (#45)
- Fixed: Fix
set-outputcommand deprecation warning. (#47) - Updated: Changed About page layout to accommodate longer strings.
- Updated: Minor UI tweaks.
New Contributors
Big thanks to everyone that contributed language translations and other fixes. ❤️
In addition to the application updates, Discussions have been opened. Check it out to see announcements, ask a question or share an idea.
Full Changelog: v0.5.23...v0.5.24
Checksums :
| File | SHA256 hash |
|---|---|
| Installer (exe) | 94d33397ce99a5d655bd3e3fcfab7af7303732e867bedcc220969cd338769688 |
| Portable (zip) | 64661cee0a4a5bdcc7eac4150e05a3954f29c08843730e12017c726ea9c8027c |
0.5.23 - More Languages in More Places
This update adds three languages and a multilingual installer (and some less exiting stuff)
Changes:
- Added: Catalan (ca-ES) language.
- Added: French (fr-FR) language.
- Added: German (de-DE) language.
- Updated: The installer is now multilingual. (#38)
- Updated: Updates to existing languages.
- Added: Option to show/hide Exit in the navigation bar. (#41)
- Updated: The default for the Use Windows display language option is now true (checked). This will only affect new installations. (#39)
- Updated: Updated Octokit dependency.
- Fixed: The Save Details to Text File menu item now uses the selected language.
- Updated: Minor UI tweaks.
- Updated the Contribute a Translation topic in the Wiki.
In addition to the application updates, Discussions have been opened. Check it out to see announcements, ask a question or share an idea.
Full Changelog: v0.5.22...v0.5.23
Checksums :
| File | SHA256 hash |
|---|---|
| Installer (exe) | 78bff81e594fee7d052ae6cec177c76464cbfd4bc27109a7f87d2ed622b0ac0d |
| Portable (zip) | 4f8f51667682e23f179d61ba61eb17d23db72952e34d9bba0ac26101c07b57ce |
0.5.22 - Added Dutch and Italian languages
This update adds Dutch and Italian languages
Changes:
- Added: Dutch (nl-NL) language.
- Added: Italian (it-IT) language.
- Updated: Minor UI tweaks.
- Updated the Contribute a Translation topic in the Wiki.
Big thanks to everyone that contributed language translations. ❤️ If you wish to contribute a translation, check out the Contribute a Translation topic in the Wiki.
In addition to the application updates, GitHub Discussions have been opened. Check it out to see announcements, ask a question or share an idea.
Full Changelog: v0.5.21...v0.5.22
Checksums :
- SHA256 for the installer is:
f0e791527dc2ddc583d2abd17aadf9fb9560637869c98725497e2fef1b8a98be - SHA256 for the zip archive is:
84211b10e616349dcb3cf7c3b22804c1ff4cdd8b3501c7d1574e1f929ac1b7f7