Commit graph

15 commits

Author SHA1 Message Date
Alamion
57fa0d1873
fixes:
- node dependencies fix
2026-06-25 18:11:01 +03:00
Alamion
2aeb8c1bee
feats:
- presets for JQL
  - rename all cached issues
  - rebuild cache command
  - bunch of vitests
fixes:
  - incorrect migration save/load settings
  - incorrect cache validation before obsidian init
2026-06-25 17:47:22 +03:00
Alamoin
bca0cae215
Fix
- codemirror version fix
2026-04-29 17:55:29 +03:00
Alamoin
0786db1535
Feats
- `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
2026-04-29 17:41:24 +03:00
vsemenov
56cb853bb4
Fix
- regex end line anchor fix
2026-02-17 17:28:16 +03:00
Alamion
67d19a5b34
Small feats
- 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
2025-12-12 22:45:39 +03:00
Alamion
d0a38d31f7
- another fix for Jira v3 jql search
- "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.
2025-12-05 02:43:35 +03:00
Alamion
ef9c7259fa
JQL update:
- 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
2025-09-12 01:27:42 +03:00
Alamion
67308c0fec
settings update:
- css enchantments
  - template now can be selected instead of raw manual input
  - internationalization implementation
  - work statistics now integrated in settings
2025-08-25 02:48:14 +03:00
Alamion
fbf8649c1a
settings rework:
- 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)
2025-05-06 20:47:30 +03:00
Alamion
64bed9b8cd
Feedback features and fixes:
- 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
2025-04-13 03:34:59 +03:00
Alamion
3227353970
Obsidian FR fixes:
- Readme update for clarity
  - license update to right year and owner
  - htmlToMarkdown now uses Obsidian API variant instead of third-party
  - When pulling issue now frontMatter and file content process separately
  - Section headings with Obsidian API
  - All titles to sentence case
  - All commands acquired 'check' so now they won't be able in command palette until conditions are met
2025-04-02 01:43:07 +03:00
Alamion
9248212425
small fixes
- 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.
2025-03-20 02:14:28 +03:00
vsemenov
b0c1e4dfd4
Giant refactor.
Added 'get current file issue', 'update issue status', several settings for custom, template support.
2025-03-13 19:21:33 +03:00
aperez
a6e7e172fe First push 2024-12-12 09:32:49 +01:00