- `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
- 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
- css enchantments
- template now can be selected instead of raw manual input
- internationalization implementation
- work statistics now integrated in settings
- 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.