Commit graph

  • f77c6ea3f6
    fixes: - another node dependencies fix master 1.7.2 Alamion 2026-06-25 18:14:48 +0300
  • 57fa0d1873
    fixes: - node dependencies fix 1.7.1 Alamion 2026-06-25 18:11:01 +0300
  • 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 1.7.0 Alamion 2026-06-25 17:47:22 +0300
  • 3278de8748
    Merge pull request #28 from Alamion/testing Alamion 2026-06-03 18:38:32 +0300
  • ad06c8f4d8
    Fix: - 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) 1.6.1 testing Alamion 2026-06-03 18:28:38 +0300
  • e3a2a01270
    Merge remote-tracking branch 'slipstyle/feature/highlight-sync-sections' into testing Alamion 2026-05-09 14:59:06 +0300
  • d4d9746647 fix: resolve TypeScript errors in createUpdateIssue and markdownToAdf slips 2026-05-05 18:01:08 -0400
  • f259446b74 fix: return null for undefined inputs in markdown converters slips 2026-05-05 17:03:36 -0400
  • 5229b2d1a5 fix: update status only — don't call updateJiraToLocal with partial issue slips 2026-04-22 13:43:27 -0400
  • a3211bcdb2
    Fix: - multiple fixes and code refactors for last feats to work correctly - added Jira api_version variable to field mapping context 1.6.0 Alamion 2026-05-04 21:05:29 +0300
  • 75dd9d75cd
    Merge remote-tracking branch 'slipstyle/feature/add-jira-comments' into testing Alamion 2026-05-02 17:59:20 +0300
  • d45309743a
    Merge remote-tracking branch 'slipstyle/feature/pull-after-create' into testing Alamion 2026-04-30 02:01:56 +0300
  • 6e35db6254
    Feat: - @slipstyle's ADF converter (tweaked) - More broad description of Field Mapping settings section - a few minor fixes of how lambda js functions convert into strings Alamion 2026-04-30 01:44:22 +0300
  • f50873d925
    Fix - bump version 1.5.1 Alamoin 2026-04-29 18:05:14 +0300
  • bca0cae215
    Fix - codemirror version fix Alamoin 2026-04-29 17:55:29 +0300
  • 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 1.5.0 Alamoin 2026-04-29 17:41:24 +0300
  • a3d2c67da3 fix: indent taskItem continuation lines and filter empty nested blocks in adfToMarkdown slips 2026-04-28 17:31:49 -0400
  • ed988fe101 feat: handle links, wikilinks, checkboxes, and nested lists in ADF conversion slips 2026-04-28 16:14:36 -0400
  • 0639461a08 feat: polish comment modal — full-width textarea, Ctrl+Enter to submit slips 2026-04-27 17:30:33 -0400
  • 4958fc6a3c feat: add "Add comment to Jira" command with editor selection pre-fill slips 2026-04-27 17:11:59 -0400
  • 5df851934d revert: restore broad marker regex for custom field support slips 2026-04-27 11:05:29 -0400
  • 1b400e7e55 fix: tighten marker regex to avoid matching CSS class names in docs slips 2026-04-27 11:02:18 -0400
  • ad11b3e89a feat: render comments as expanded callouts instead of heading separators slips 2026-04-27 10:41:36 -0400
  • e99e14c043 fix: handle mention, emoji, link, strike, blockquote, table in adfToMarkdown slips 2026-04-27 10:31:36 -0400
  • aa6e36ba5d Fix block highlight viewport bug: scan full doc for block ranges slips 2026-04-27 09:05:58 -0400
  • 5199ad333f feat: pull full issue from Jira after creation slips 2026-04-22 16:44:25 -0400
  • 3169273f5e fix: use inset box-shadow for block border to preserve list indentation slips 2026-04-22 14:29:35 -0400
  • 827a28f3ed feat: add comment field as default mapping using adfToMarkdown slips 2026-04-22 13:58:51 -0400
  • 6fed55896a fix: update status only — don't call updateJiraToLocal with partial issue slips 2026-04-22 13:43:27 -0400
  • 1562f4ff52 refactor: highlight synced content instead of markers slips 2026-04-22 11:20:32 -0400
  • f4732263f8 feat: add highlight sync sections setting slips 2026-04-22 11:09:08 -0400
  • 45f9c297ed fix: move description conversion into fromJira mapping for v2/v3 compatibility slips 2026-04-22 10:55:18 -0400
  • 75f9277387 feat: add adfToMarkdown for bidirectional description sync slips 2026-04-22 10:35:00 -0400
  • 4c47c72a61 Add jiraKey field alias support to field mappings slips 2026-04-22 10:26:01 -0400
  • 1a14ac37c7 Add markdownToAdf helper for Jira API v3 ADF description support slips 2026-04-22 09:31:11 -0400
  • e603b2545d
    Fix - Refactored createIssue command syntax - Fixed [bug](https://github.com/Alamion/obsidian-jira-sync/issues/15) 1.4.4 vsemenov 2026-03-02 11:28:09 +0300
  • 269c2ae602
    Fix - fixed broken links (URLs) in description 1.4.3 vsemenov 2026-02-26 16:22:09 +0300
  • 56cb853bb4
    Fix - regex end line anchor fix 1.4.2 vsemenov 2026-02-17 17:28:16 +0300
  • b43f731b0a
    File indicators update - 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) 1.4.1 Alamion 2026-01-27 21:23:35 +0300
  • a4ec70fecd
    Field Mapping update - Now you have a few built-in functions and JS modules to use in Field Mapping section, validation supported - Readmes updated, a few images replaced 1.4.0 vsemenov 2026-01-19 18:30:48 +0300
  • 925c827f49
    fix - Fixed 'expand' field for API v2 1.3.8 Alamion 2026-01-12 17:32:35 +0300
  • 1b6bd14cfa
    fix - Extra check for 'startAt' and 'nextPageToken' for different APIs versions before sending request to Jira 1.3.7 Alamion 2025-12-18 21:06:06 +0300
  • 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 1.3.6 Alamion 2025-12-12 22:45:39 +0300
  • 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. 1.3.5 Alamion 2025-12-05 02:43:35 +0300
  • a1a299ba49
    - send comment option from Timekeep statistics section - ping button in connection options - try fix batch import from Jira once again 1.3.4 Alamion 2025-11-24 22:26:07 +0300
  • e7d4af611b
    jql fix 1.3.3 Alamion 2025-10-06 00:12:54 +0300
  • 08a9c48cfb
    version alignment 1.3.2 Alamion 2025-09-25 20:19:51 +0300
  • eeea7635e0
    JQL API v3 problem fix Alamion 2025-09-23 00:10:51 +0300
  • 5ae08dfcce
    Different api versions update - Now plugin supports both v2 and v3 Jira API - Some preparation for solving bottleneck problem 1.3.1 Alamion 2025-09-20 21:33:36 +0300
  • 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 1.3.0 Alamion 2025-09-12 00:23:18 +0300
  • 7824d7bc7e
    Fixed jira-sync-section-* regex 1.2.2 Alamion 2025-08-25 18:15:23 +0300
  • 2192cfed42
    npm build script fix 1.2.1 Alamion 2025-08-25 16:30:09 +0300
  • 108fdc502a
    Tested and fixed issues from last update 1.2.0 Alamion 2025-08-25 15:05:32 +0300
  • 67308c0fec
    settings update: - css enchantments - template now can be selected instead of raw manual input - internationalization implementation - work statistics now integrated in settings Alamion 2025-08-25 02:42:16 +0300
  • 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) 1.1.8 Alamion 2025-05-06 20:47:30 +0300
  • f98a4bc1ff
    Merge remote-tracking branch 'origin/master' 1.1.7 Alamion 2025-04-13 03:35:15 +0300
  • 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 Alamion 2025-04-13 03:32:03 +0300
  • 4d0b46028e
    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 Alamion 2025-04-13 03:32:03 +0300
  • a2ce7a1ba9
    WIP patch: - Splitting the current Update WorkLog into Batch and Manually variants - By default, don't update not-in-the-mapping fields to Jira Alamion 2025-04-12 12:38:41 +0300
  • e4ecbcbc73
    Update README.md Alamion 2025-04-05 18:50:13 +0300
  • 2642830b34
    Update README.md Alamion 2025-04-05 18:46:44 +0300
  • 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 1.1.6 Alamion 2025-04-02 01:43:07 +0300
  • 60e3a40bdb
    Slight readme docs fixes Alamion 2025-03-20 03:19:00 +0300
  • fa18f2a49e
    removed excessive "Jira integration settings" main header from settings. 1.1.5 Alamion 2025-03-20 02:30:16 +0300
  • 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. 1.1.4 Alamion 2025-03-20 02:14:28 +0300
  • e9553967f4
    Optimized and fixed several bugs with field mapping. Added how_to detailed instruction about plugin. Updated examples. Many minor bug fixes. v1.1.3 Alamion 2025-03-17 16:02:03 +0300
  • befbffed44
    Refactor code to fit Obsidian guidelines. 1.1.2 Alamion 2025-03-16 14:21:54 +0300
  • d02fa2e435
    Small fix to manifest description to fit Obsidian style. 1.1.1 Alamion 2025-03-16 13:11:14 +0300
  • 7540f0bcd0
    Now you can send Jira workLogs either from issue or from statistics. + readme update 1.1.0 Alamion 2025-03-16 04:58:19 +0300
  • 534c63d019
    field mapping fix, statistics.md fixes and optimizations. vsemenov 2025-03-14 20:26:44 +0300
  • b0c1e4dfd4
    Giant refactor. Added 'get current file issue', 'update issue status', several settings for custom, template support. vsemenov 2025-03-13 19:21:33 +0300
  • a589e37b94 more changes for obisidan review aperez 2025-01-02 19:42:05 +0100
  • 0fd5bf0c49 Changes according obisdian reviewer aperez 2024-12-23 08:21:30 +0100
  • 6695b965fe changes for obsdian guidelines aperez 2024-12-13 08:17:17 +0100
  • aff5d84112 ready for obsdian reviewing aperez 2024-12-12 09:58:42 +0100
  • b957925573 new ver 2 aperez 2024-12-12 09:53:35 +0100
  • 08ad7d7eaf new ver aperez 2024-12-12 09:53:14 +0100
  • 3472ea7711 Change to config aperez 2024-12-12 09:51:19 +0100
  • 953f84f6c6 release yml aperez 2024-12-12 09:36:10 +0100
  • a6e7e172fe First push aperez 2024-12-12 09:32:49 +0100
  • ecbb72031e
    Initial commit aperez 2024-12-12 09:25:18 +0100