Skip to content

Commit 3a51817

Browse files
ver.2.1.1
removed ini files
1 parent 2454802 commit 3a51817

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Markdown Help Viewer [![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
22

3-
**Latest Version 2.1.0 - 2 Jan 2024**
3+
**Latest Version 2.1.1 - 3 Jan 2024**
44

55
**An integrated help system based on files in Markdown format (and also html), for Delphi and Windows applications**
66

@@ -98,12 +98,13 @@ Then the interface searches in the same folder of default file (specified into A
9898

9999
## Release Notes ##
100100

101-
2 Jan 2024: ver. 2.1.0
101+
3 Jan 2024: ver. 2.1.1
102102
- Changed Toolbar to Styledtoolbar
103103
- Support for different GUI languages (italian, French, Deutch, Portuguese, Espagnol)
104104
- Fix for File names with spaces
105105
- Added ISMultiLanguage library engine for translations
106106
- Added xml files of translations
107+
- Removed ini files
107108

108109
25 Oct 2023: ver. 2.0.1
109110
- Added Export to HTML help files (experimental)

Setup/MarkDownHelpViewerSetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
#define MyAppName 'Markdown Help Viewer'
4-
#define MyAppVersion '2.1.0'
4+
#define MyAppVersion '2.1.1'
55

66
[Setup]
77
AppName={#MyAppName}

0 commit comments

Comments
 (0)