Skip to content

Office RibbonX Editor 1.9.0 (Build 1056)

Latest
Compare
Choose a tag to compare
@fernandreu fernandreu released this 11 Nov 21:19

Released automatically from Azure Pipelines

What's New

This release adds translations for Dutch, French, German and Turkish. Thanks a lot to all the translators so far!

The .NET versions of the tool now also target .NET 6 instead of .NET 5.

As usual, several bugs have been fixed since last release. For the complete list, see the details at the bottom of this release.

But actually, the reason I generated a release specifically now is because my code signing certificate is about to expire. I am still looking for alternatives, so I decided to produce one final release before it expired, in case the alternatives take too long or don't suit everyone. For more information, see #185.

How to install / use

Download one of the items from the Assets section below. If in doubt, I would recommend using the .NET Framework Installer.

There are two types of downloads available:

  • Binaries: These are just a .zip file ready to be extracted, with no installation necessary. No entry will be created in the control panel's program list
  • Installers: A typical self-extracting installer which will require admin rights

For each of those download types, the tool comes in three variants:

  • .NET Framework: This was the main variant in the past. Typically, you shouldn't need to install the .NET Framework redistributable yourself, as this is shipped with Windows 10 nowadays. Otherwise, download the latest runtime here
  • .NET (6): This requires at least version 6.0 of the .NET Runtime (the one for desktop apps is enough)
  • Self-contained .NET: This also uses the .NET 6.0 runtime, but this is embedded in the .zip file / installer, so you won't need to install anything else. As a drawback, the resulting tool is much larger in file size

Due to some technical limitations, the .NET Framework variants no longer consist of a single .exe file once extracted / installed. Instead, it will contain a collection of DLLs and other auxiliary files too, similarly to other variants.

Changes:

  • #184: Upgrade to .NET 6
  • #182: Add Turkish language
  • #181: Do not cache selection when doing find / replace operations
  • #180: Add Dutch and French languages
  • #175: Translation support volunteer (French and Dutch) - but need help with Github process
  • #173: Pass document when saving changes
  • #171: Use correct path to executable when setting file associations
  • #168: updated translations
  • #166: Process CultureInvariant RegEx setting correctly
  • #164: Recover from a corrupted user settings file
  • #162: Prevent a dummy tmp file from being created on open
  • #156: Update Strings.de-DE.resx
  • #155: Add German support
  • #153: Reactivate SonarCloud analysis
  • #149: Restrict satellite assemblies to languages with translations
  • #147: Generate commands via a source generator
  • #145: Change coding style

This list of changes was auto generated.