Skip to content

Commit d07962a

Browse files
committed
v1.0.3 Readme changes (compressed changelog) #reviewActions
1 parent dbfa0e5 commit d07962a

3 files changed

Lines changed: 12 additions & 19 deletions

File tree

addon/globalPlugins/debugHelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Debug Helper (debugHelper.py), version 1.0.3-alpha2
2+
# Debug Helper (debugHelper.py), version 1.0.3
33
# An NVDA global plugin to make dealing with the NVDA log easier and more efficient.
44

55
# Copyright (C) 2019 Luke Davis <newanswertech@gmail.com>

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Inserts sequentially numbered mark lines in the log when you press NVDA+shift+F1, to make it easy to search for things, by "tagging" them.
2222
Contact me if you find it useful, and especially with feature ideas."""),
2323
# version
24-
"addon_version" : "1.0.3-alpha2",
24+
"addon_version" : "1.0.3",
2525
# Author(s)
2626
"addon_author" : u"Luke Davis <newanswertech@gmail.com>",
2727
# URL for the add-on documentation support
@@ -33,7 +33,7 @@
3333
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
3434
"addon_lastTestedNVDAVersion" : "2019.3",
3535
# Add-on update channel (default is stable or None)
36-
"addon_updateChannel" : "dev",
36+
"addon_updateChannel" : None,
3737
}
3838

3939
import os.path

readme.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,12 @@ Under the Tools category of NVDA's Input Gestures panel, you can change NVDA+shi
4343

4444
## Changelog
4545

46-
### Version 1.0.2 (2019-08-28)
47-
48-
* Fixes to translation comments, and code cleanup.
49-
50-
### Version 1.0.1 (2019-08-26)
51-
52-
* Minor bugfix version to fix an install problem on certain versions of Windows.
53-
- CRLF fixes in code (DOS/Windows newlines converted to Unix style).
54-
- Forced UTF8 encoding.
55-
56-
### Version 1.0 (2019-08-22)
57-
58-
* Initial release.
59-
- Ability to generate numbered mark lines in the log (at info level).
60-
- Ability to add 0-10 blank lines before and after each mark line.
61-
- Configuration via NVDA settings dialog system.
46+
* Version 1.0.2 (2019-08-28)
47+
- Translation and code cleanup.
48+
* Version 1.0.1 (2019-08-26)
49+
- Minor bugfix version to probably fix an install problem on certain versions of Windows.
50+
* Version 1.0 (2019-08-22)
51+
- Initial release. Including following features:
52+
+ Ability to generate numbered mark lines in the log (at info level).
53+
+ Ability to add 0-10 blank lines before and after each mark line.
54+
+ Configuration via NVDA settings dialog system.

0 commit comments

Comments
 (0)