- `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)
- Changed default filename template from "{summary} [{key}]" to "{summary} ({key})", so there should be less problems with inline md links
- Took the filename option to fetch settings section so you can configure it yourself
- Added husky precommit check, so I won't forget to bump versions of plugin anymore
- "Raw Issue Viewer" renamed into "Fetch Issue Settings", added useful 'fields' and 'expand' params used in most fetch requests.
- now Global settings use correct native Search component instead of custom one.
- refactored period selector in Timekeep settings so it now also uses native component.
- migrated most of settings values. Old user data will be auto migrated too. I'll delete migration script in a year or two.
- 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
- collapsable sections in settings
- separation of auth variants
- field mapping validation small fix
- added raw issue viewer
- added test field mapping (for testing js expressions with rawissue viewer data)
- 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.