Skip to content

Commit 5a10925

Browse files
========== manuskript-0.16.1 ==========
Signed-off-by: TheJackiMonster <[email protected]>
1 parent 8beea30 commit 5a10925

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
11
# Changelog
22

3-
## [0.16.0](https://github.com/olivierkes/manuskript/tree/0.16.0) (2023-12-07)
3+
## [0.16.1](https://github.com/olivierkes/manuskript/tree/0.16.1) (2023-12-14)
44

5-
[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.15.0...0.16.0)
5+
[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.16.0...0.16.1)
66

7-
**Implemented enhancements:**
7+
**Fixed bugs:**
8+
9+
- Characters, Plots and Worlds are greyed out [\#1249](https://github.com/olivierkes/manuskript/issues/1249)
10+
- Missing Pages with Version 0.16.0 [\#1248](https://github.com/olivierkes/manuskript/issues/1248)
11+
- Software crashing every time I open [\#1247](https://github.com/olivierkes/manuskript/issues/1247)
812

9-
- More Character Categories [\#1156](https://github.com/olivierkes/manuskript/issues/1156)
13+
## [0.16.0](https://github.com/olivierkes/manuskript/tree/0.16.0) (2023-12-07)
14+
15+
[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.15.0...0.16.0)
1016

1117
**Fixed bugs:**
1218

19+
- my manuskript is not launching i don't know why [\#1207](https://github.com/olivierkes/manuskript/issues/1207)
20+
- cannot download to ubuntu [\#1199](https://github.com/olivierkes/manuskript/issues/1199)
21+
- LanguageTool crashes app [\#1143](https://github.com/olivierkes/manuskript/issues/1143)
22+
- can't load LanguageTool [\#1142](https://github.com/olivierkes/manuskript/issues/1142)
1323
- Crash on spellcheck context menu [\#1224](https://github.com/olivierkes/manuskript/issues/1224)
1424
- Trouble launching 0.15 in Windows 10 Home [\#1222](https://github.com/olivierkes/manuskript/issues/1222)
1525
- Crash on Search [\#1218](https://github.com/olivierkes/manuskript/issues/1218)
16-
- my manuskript is not launching i don't know why [\#1207](https://github.com/olivierkes/manuskript/issues/1207)
17-
- cannot download to ubuntu [\#1199](https://github.com/olivierkes/manuskript/issues/1199)
1826
- Crash on Mac not on windows with same project [\#1169](https://github.com/olivierkes/manuskript/issues/1169)
1927
- Fedora 38 application crashes when cycling through the home options at first launch [\#1163](https://github.com/olivierkes/manuskript/issues/1163)
20-
- LanguageTool crashes app [\#1143](https://github.com/olivierkes/manuskript/issues/1143)
21-
- can't load LanguageTool [\#1142](https://github.com/olivierkes/manuskript/issues/1142)
2228
- RuntimeError with manuskriptw.exe \(sys.stderr is None\) [\#1138](https://github.com/olivierkes/manuskript/issues/1138)
2329

2430
**Closed issues:**
@@ -28,6 +34,8 @@
2834

2935
**Merged pull requests:**
3036

37+
- Bulk Info Manager bug fix and style changes. [\#1144](https://github.com/olivierkes/manuskript/pull/1144) ([tntscreed](https://github.com/tntscreed))
38+
- I added a feature to add "detailed info" entries to multiple characters simultaneously via a dialog box. [\#1137](https://github.com/olivierkes/manuskript/pull/1137) ([tntscreed](https://github.com/tntscreed))
3139
- Crash on spellcheck context menu \#1224 [\#1226](https://github.com/olivierkes/manuskript/pull/1226) ([drmousse](https://github.com/drmousse))
3240
- Update spellchecker.py And Fixed crashing [\#1214](https://github.com/olivierkes/manuskript/pull/1214) ([TheShadowblast123](https://github.com/TheShadowblast123))
3341
- Fix regex for ignoring multi-line comments. [\#1212](https://github.com/olivierkes/manuskript/pull/1212) ([sagev9000](https://github.com/sagev9000))
@@ -36,8 +44,6 @@
3644
- Fix inconsistent newline handling across operating systems [\#1196](https://github.com/olivierkes/manuskript/pull/1196) ([Dreaded-Gnu](https://github.com/Dreaded-Gnu))
3745
- Fix manuskriptw startup error [\#1195](https://github.com/olivierkes/manuskript/pull/1195) ([Dreaded-Gnu](https://github.com/Dreaded-Gnu))
3846
- Simple history back/forward navigation [\#1165](https://github.com/olivierkes/manuskript/pull/1165) ([alfar](https://github.com/alfar))
39-
- Bulk Info Manager bug fix and style changes. [\#1144](https://github.com/olivierkes/manuskript/pull/1144) ([tntscreed](https://github.com/tntscreed))
40-
- I added a feature to add "detailed info" entries to multiple characters simultaneously via a dialog box. [\#1137](https://github.com/olivierkes/manuskript/pull/1137) ([tntscreed](https://github.com/tntscreed))
4147

4248
## [0.15.0](https://github.com/olivierkes/manuskript/tree/0.15.0) (2023-03-04)
4349

manuskript/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Single source the package version
44
# https://packaging.python.org/guides/single-sourcing-package-version/
55

6-
__version__ = "0.16.0"
6+
__version__ = "0.16.1"
77

88
def getVersion():
99
return __version__

resources/ch.theologeek.Manuskript.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656

5757
<launchable type="desktop-id">ch.theologeek.Manuskript.desktop</launchable>
5858
<releases>
59+
<release version="0.16.1" date="2023-12-14" />
5960
<release version="0.16.0" date="2023-12-07" />
6061
<release version="0.15.0" date="2023-03-04" />
6162
<release version="0.14.0" date="2022-06-08" />

0 commit comments

Comments
 (0)