Skip to content

Commit 68b3543

Browse files
authored
New version: c3er.mdview version 4.0.1 (microsoft#346289)
1 parent 7521dfa commit 68b3543

File tree

3 files changed

+79
-0
lines changed

3 files changed

+79
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Created with WinGet Releaser using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: c3er.mdview
5+
PackageVersion: 4.0.1
6+
InstallerLocale: en-US
7+
Platform:
8+
- Windows.Desktop
9+
InstallerType: nullsoft
10+
InstallModes:
11+
- interactive
12+
- silent
13+
InstallerSwitches:
14+
Custom: /CURRENTUSER
15+
UpgradeBehavior: install
16+
FileExtensions:
17+
- markdown
18+
- md
19+
ProductCode: 5b801eee-e08b-5a78-ad6d-035aa8635464
20+
ReleaseDate: 2026-03-07
21+
AppsAndFeaturesEntries:
22+
- DisplayName: Markdown Viewer 4.0.1
23+
ProductCode: 5b801eee-e08b-5a78-ad6d-035aa8635464
24+
Installers:
25+
- Architecture: x64
26+
Scope: user
27+
InstallerUrl: https://github.com/c3er/mdview/releases/download/v4.0.1/mdview-4.0.1-x64.exe
28+
InstallerSha256: F890CF5F6EFC10B0AF49C08BED4C864B47FAFC4576279F376F3924F66112AFB9
29+
- Architecture: x64
30+
Scope: machine
31+
InstallerUrl: https://github.com/c3er/mdview/releases/download/v4.0.1/mdview-4.0.1-x64.exe
32+
InstallerSha256: F890CF5F6EFC10B0AF49C08BED4C864B47FAFC4576279F376F3924F66112AFB9
33+
ManifestType: installer
34+
ManifestVersion: 1.12.0
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Created with WinGet Releaser using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: c3er.mdview
5+
PackageVersion: 4.0.1
6+
PackageLocale: en-US
7+
Publisher: Christian Dreier
8+
PublisherUrl: https://github.com/c3er/mdview
9+
PublisherSupportUrl: https://github.com/c3er/mdview/issues
10+
Author: Christian Dreier
11+
PackageName: mdview
12+
PackageUrl: https://github.com/c3er/mdview
13+
License: MIT
14+
LicenseUrl: https://github.com/c3er/mdview/blob/HEAD/LICENSE
15+
Copyright: Copyright 2018 Christian Dreier, https://github.com/c3er/mdview
16+
CopyrightUrl: https://raw.githubusercontent.com/c3er/mdview/master/LICENSE
17+
ShortDescription: Standalone Markdown Viewer
18+
Description: |
19+
A standalone application that renders and displays Markdown files. It does nothing else! No direct editing nor any fancy note taking features. It is not distributed as a browser extension nor does it fire up a web server - so no web browser is needed to see the rendered Markdown file.
20+
Tags:
21+
- markdown
22+
ReleaseNotes: |-
23+
Documentation in installation folder
24+
The installation folder contains now some additional files, that were hidden inside the application data archive file:
25+
- README.md
26+
- CONTRIBUTING.md
27+
- etc.
28+
Dark scrollbars
29+
If the theme is set to dark mode, the scrollbars are now displayed dark, instead of light grey.
30+
See issue #71.
31+
Bugfixes
32+
- Fixed brief flashing of the content blocking banner during application start
33+
- Regression fix: it was not possible anymore to navigate to headers with non ASCII characters in them. See issue #70.
34+
- Bugfix at file type handling: the checkbox in the settings dialog, deciding whether the file shall be rendered as Markdown, was unchecked, if the file handling contains big letters, e.g. .MD, causing the application to lose the association for rendering it as Markdown. See issue #72.
35+
ReleaseNotesUrl: https://github.com/c3er/mdview/releases/tag/v4.0.1
36+
ManifestType: defaultLocale
37+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: c3er.mdview
5+
PackageVersion: 4.0.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)