- `jira-sync-block-start-` docs fix
- custom fields functions correct load on startup
- jira values highlight rollback due to contributor dropped feature full realization. (In current state it's too buggy to release)
- `Super Simple Time Tracker` plugin format support
- Support of multiple Jira connections.
- `AGENTS.md` file from Obidian plugin template and filled with info about project
- Updated eslint configs to `eslint.config.js` format + linted all the code; added prettier with according config
- localization validator improvement; multiple localization fixes
- many minor fixes
- File reading for `jira-sync-*` is now much more time efficient.
- Readmes updated in terms of how file body indicators work.
- Template example reworked.
- Fixed how hidden indicators look like in Live Preview (no more glitching lines)
- JQL pull tasks (with preview)
- Timekeep settings menu full rework
- bunch of small fixes with data transformation and pointers
- now caching Jira key -> file path to increase performance
- new pointer - `jira-sync-inline-*`
- readme slight rework
- css enchantments
- template now can be selected instead of raw manual input
- internationalization implementation
- work statistics now integrated in settings
- Split the current Update WorkLog command into Batch and Manually variants
- By default, not-in-the-mapping (in-code or custom one) fields won't update to Jira
- Fixed existing fields mapping import in production version
- Better default template if none available found
- Fixed issue when template file could not been found
- Fixed work with PAT
- optimized statistics.md inner js size with esbuild
- feedback if field can't be processed from jira format to string properly
- found an in-code style, carried it to styles.css
- replaced plugin.app.vault.modify() with plugin.app.vault.process() for atomization
- html to markdown for description
- now frontmatter data on update has priority over file content one as it saves it's initial type.
- several changes for logging work, now it's more intuitive.