Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 0 additions & 99 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dex-contacts",
"name": "Dex Contacts",
"version": "1.0.14",
"version": "1.0.1",
Copy link

Copilot AI Oct 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version downgrade from 1.0.14 to 1.0.1 may cause confusion for existing users and could break auto-update mechanisms. Consider using a forward version number (e.g., 2.0.0) if this represents a significant reset or restructuring.

Suggested change
"version": "1.0.1",
"version": "1.0.15",

Copilot uses AI. Check for mistakes.
"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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
16 changes: 1 addition & 15 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
{
Copy link

Copilot AI Oct 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing all historical version mappings eliminates the ability to support users on previous versions. This could break compatibility for users who haven't updated yet. Consider maintaining at least the most recent stable version mappings.

Suggested change
{
{
"1.0.0": "1.0.0",

Copilot uses AI. Check for mistakes.
"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"
}