Skip to content

Commit

Permalink
========== manuskript-0.16.1 ==========
Browse files Browse the repository at this point in the history
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
  • Loading branch information
TheJackiMonster committed Dec 14, 2023
1 parent 8beea30 commit 5a10925
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
26 changes: 16 additions & 10 deletions CHANGELOG.md
@@ -1,24 +1,30 @@
# Changelog

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

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

**Implemented enhancements:**
**Fixed bugs:**

- Characters, Plots and Worlds are greyed out [\#1249](https://github.com/olivierkes/manuskript/issues/1249)
- Missing Pages with Version 0.16.0 [\#1248](https://github.com/olivierkes/manuskript/issues/1248)
- Software crashing every time I open [\#1247](https://github.com/olivierkes/manuskript/issues/1247)

- More Character Categories [\#1156](https://github.com/olivierkes/manuskript/issues/1156)
## [0.16.0](https://github.com/olivierkes/manuskript/tree/0.16.0) (2023-12-07)

[Full Changelog](https://github.com/olivierkes/manuskript/compare/0.15.0...0.16.0)

**Fixed bugs:**

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

**Closed issues:**
Expand All @@ -28,6 +34,8 @@

**Merged pull requests:**

- Bulk Info Manager bug fix and style changes. [\#1144](https://github.com/olivierkes/manuskript/pull/1144) ([tntscreed](https://github.com/tntscreed))
- 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))
- Crash on spellcheck context menu \#1224 [\#1226](https://github.com/olivierkes/manuskript/pull/1226) ([drmousse](https://github.com/drmousse))
- Update spellchecker.py And Fixed crashing [\#1214](https://github.com/olivierkes/manuskript/pull/1214) ([TheShadowblast123](https://github.com/TheShadowblast123))
- Fix regex for ignoring multi-line comments. [\#1212](https://github.com/olivierkes/manuskript/pull/1212) ([sagev9000](https://github.com/sagev9000))
Expand All @@ -36,8 +44,6 @@
- Fix inconsistent newline handling across operating systems [\#1196](https://github.com/olivierkes/manuskript/pull/1196) ([Dreaded-Gnu](https://github.com/Dreaded-Gnu))
- Fix manuskriptw startup error [\#1195](https://github.com/olivierkes/manuskript/pull/1195) ([Dreaded-Gnu](https://github.com/Dreaded-Gnu))
- Simple history back/forward navigation [\#1165](https://github.com/olivierkes/manuskript/pull/1165) ([alfar](https://github.com/alfar))
- Bulk Info Manager bug fix and style changes. [\#1144](https://github.com/olivierkes/manuskript/pull/1144) ([tntscreed](https://github.com/tntscreed))
- 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))

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

Expand Down
2 changes: 1 addition & 1 deletion manuskript/version.py
Expand Up @@ -3,7 +3,7 @@
# Single source the package version
# https://packaging.python.org/guides/single-sourcing-package-version/

__version__ = "0.16.0"
__version__ = "0.16.1"

def getVersion():
return __version__
1 change: 1 addition & 0 deletions resources/ch.theologeek.Manuskript.appdata.xml
Expand Up @@ -56,6 +56,7 @@

<launchable type="desktop-id">ch.theologeek.Manuskript.desktop</launchable>
<releases>
<release version="0.16.1" date="2023-12-14" />
<release version="0.16.0" date="2023-12-07" />
<release version="0.15.0" date="2023-03-04" />
<release version="0.14.0" date="2022-06-08" />
Expand Down

0 comments on commit 5a10925

Please sign in to comment.