Releases: isaaclyman/novel-word-count-obsidian
Releases · isaaclyman/novel-word-count-obsidian
4.6.0
- Fix an issue causing folder and note titles to right-align when they begin with text in an RTL language, such as Arabic. (Fixes #121)
Thanks to @Natifishman for the fix.
4.5.0
4.4.0
4.3.1
4.3.0
- Make the plugin update
data.json
less frequently to avoid excessive noise in sync tools like Obsidian Sync. The plugin now only updates data.json at the following times:- When the plugin loads.
- When the plugin unloads.
- When settings are changed.
- When a file is created, deleted, or renamed.
- Once every five minutes while files are being modified.
Fixes #110.
4.2.0
- Update the name of the "Reanalyze" command in the command palette to indicate that it will also reset the session. (Fixes #105)
- Add a new advanced setting to allow the user to set their preferred date format as a MomentJS format string. See the MomentJS documentation. (Fixes #100)
4.0.0
- Add new count type "Track Session," which allows you to track your progress since the last time Obsidian started, the plugin initialized, the settings changed, or you clicked Reanalyze.
- Fix scoping of CSS classes, which were bleeding over into other panes that happened to have a file tree.
3.12.2
3.12.0
3.11.1
- Fix a bug that shows "undefined" in the file tree when using the Frontmatter Key data type with advanced formatting.