Office RibbonX Editor v1.5.1.418
Released automatically from Azure Pipelines
What's New
The main objective of this minor release is to fix an important bug preventing all context menu actions in the tree view from working (see #52). This bug is only present since release 1.5.
Additionally, the Validate XML
action now shows any errors in the same bottom panel where the Find All
results are shown.
For a full list of changes, see below.
How to install / use
The tool can be installed / used in two ways:
- By running the
.msi
installer provided in theAssets
section below. This will create an entry in the control panel's programs list - By directly running the
.exe
provided in theAssets
section below. This will not create any entry in the control panel's programs list
Note: as of 23/11/2019, both the installer and executable are cryptographically signed. In the long therm, this should prevent security warnings in Windows due to untrusted software being executed (see #74). This will not take effect immediately, as it is a reputation-based system. Similarly, when attempting to download the assets, some browsers might show warning messages indicating these are not commonly downloaded, but it is completely safe to do so.
Changes:
- 34cb113 Fix ContextMenu actions [ #52 ]
- be8e801 Merge pull request #51 from fernandreu/feature/version-checker
- 024b703 Remove JSON.Net dependency
- 4de1ee3 Show system info in About dialog [ #49 ]
- aef3413 Add release version badge
- a55cbd7 Add badge showing minimum .NET Framework version
- d7d1e29 Read version information from GitHub API directly [ #50 ]
- 2f25e63 Add header to results panel
- 65db535 Switch to XmlPersister [ #48 ]
- 2669290 Update XML validation test
See more
- 05a984e Use find results panel to show XML errors as well [ #47 ]
- 52b99a9 Select line having validation errors [ #47 ]
This list of changes was auto generated.