From 325b64b9ab8214ca988a49609d9748a365ebda14 Mon Sep 17 00:00:00 2001 From: graysoncadams Date: Mon, 27 Oct 2025 15:35:59 -0500 Subject: [PATCH 1/2] 1.0.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index f9472d7..6119d66 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dex-contacts", "name": "Dex Contacts", - "version": "1.0.14", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "Integrate with GetDex.com to sync contact mentions as memos with intelligent change detection and status tracking", "author": "Gray Adams", diff --git a/package-lock.json b/package-lock.json index c9ff04e..97e0ef7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dex-contacts", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dex-contacts", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "fuse.js": "^6.6.2", diff --git a/package.json b/package.json index e0c16ab..5f062fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dex-contacts", - "version": "1.0.0", + "version": "1.0.1", "description": "Obsidian plugin for GetDex.com integration", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 151ae2b..b3f6b5c 100644 --- a/versions.json +++ b/versions.json @@ -6,7 +6,7 @@ "1.0.4": "0.15.0", "1.0.5": "0.15.0", "1.0.6": "0.15.0", - "1.0.7": "1.0.7", + "1.0.7": "1.0.7", "1.0.8": "1.0.8", "1.0.9": "1.0.9", "1.0.10": "1.0.10", From fde9d3c1ebbecd07a2fc38426e030780f3fcc998 Mon Sep 17 00:00:00 2001 From: graysoncadams Date: Mon, 27 Oct 2025 15:37:03 -0500 Subject: [PATCH 2/2] version --- CHANGELOG.md | 99 --------------------------------------------------- versions.json | 16 +-------- 2 files changed, 1 insertion(+), 114 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 1c0a36d..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - -All notable changes to the Dex Contacts plugin will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [Unreleased] - -### Added - -- GitHub Actions CI/CD workflows for automated releases -- Comprehensive CONTRIBUTING.md with development guidelines -- Issue and PR templates for better collaboration -- Build status badges in README - -### Changed - -- Improved README with better organization and feature documentation - -## [1.0.14] - 2024-01-XX - -### Added - -- Clickable synced sync buttons that open Dex profile in browser -- Contact hover cards with detailed contact preview -- Simplified notification styling with colored border stripes - -### Changed - -- Synced sync buttons now link to Dex profiles instead of being disabled -- Notification UI simplified (removed SVG icons, using border stripes) -- Contact name extraction improved to use hovered element first - -### Fixed - -- Fixed Dex comment updates when creating new contacts from external links -- Fixed contact name extraction from hovered elements -- Line breaks now properly converted to `
` tags in memo content - -### Removed - -- Removed "Show Unlinked @Mentions" feature (question mark indicators) -- Removed SVG icons from toast notifications - -## [1.0.0] - Initial Release - -### Added - -- Smart contact suggestions with fuzzy search -- Inline sync buttons using CodeMirror extensions -- Hash-based change detection for intelligent memo sync -- Customizable memo templates with variables -- Flexible linking options (Dex URLs or vault pages) -- Batch sync operations -- Auto-sync on save option -- Status bar indicators for sync progress -- Contact creation modal -- Settings tab with API key test connection -- Debug logging utilities -- Markdown to HTML converter for memo content - -### Features - -- **Contact Management** - - Load and cache contacts from Dex API - - Fuzzy search by name or company - - Contact suggestions with @ trigger -- **Memo Synchronization** - - Individual and batch memo sync - - Content hash tracking for change detection - - Template variable substitution - - Dex comment annotations for tracking -- **User Interface** - - CodeMirror sync buttons with state management - - Toast notifications for user feedback - - Comprehensive settings panel - - Status bar counters - -### Security - -- Secure local API key storage -- No data collection or third-party transmission -- Opt-in sync model - ---- - -## Release Types - -- **Added**: New features -- **Changed**: Changes in existing functionality -- **Deprecated**: Soon-to-be removed features -- **Removed**: Removed features -- **Fixed**: Bug fixes -- **Security**: Security-related changes - -[Unreleased]: https://github.com/GraysonCAdams/dex-contacts/compare/v1.0.14...HEAD -[1.0.14]: https://github.com/GraysonCAdams/dex-contacts/releases/tag/v1.0.14 -[1.0.0]: https://github.com/GraysonCAdams/dex-contacts/releases/tag/v1.0.0 diff --git a/versions.json b/versions.json index b3f6b5c..1985eed 100644 --- a/versions.json +++ b/versions.json @@ -1,17 +1,3 @@ { - "1.0.0": "0.15.0", - "1.0.1": "0.15.0", - "1.0.2": "0.15.0", - "1.0.3": "0.15.0", - "1.0.4": "0.15.0", - "1.0.5": "0.15.0", - "1.0.6": "0.15.0", - "1.0.7": "1.0.7", - "1.0.8": "1.0.8", - "1.0.9": "1.0.9", - "1.0.10": "1.0.10", - "1.0.11": "1.0.11", - "1.0.12": "1.0.12", - "1.0.13": "1.0.13", - "1.0.14": "1.0.14" + "1.0.1": "1.0.1" } \ No newline at end of file