fix: don't mark the symlink-pull fix as notable in 1.3.0 changelog

Keep it in the list but drop the highlight — it's a bug fix, not a
feature worth calling out alongside the multi-language and faster
sync-status-check highlights.
This commit is contained in:
ClaudiaFang 2026-07-14 13:21:08 +00:00
parent 72ed2cde75
commit 1fc27ab1b6

View file

@ -25,7 +25,7 @@ export const CHANGELOG: ChangelogRelease[] = [
entries: [ entries: [
{ text: 'The plugin now speaks multiple languages — English, Traditional Chinese, and Simplified Chinese. It follows your Obsidian display language automatically, or you can pick one in Settings.', notable: true }, { text: 'The plugin now speaks multiple languages — English, Traditional Chinese, and Simplified Chinese. It follows your Obsidian display language automatically, or you can pick one in Settings.', notable: true },
{ text: 'Checking sync status is now much faster, especially in vaults with lots of files.', notable: true }, { text: 'Checking sync status is now much faster, especially in vaults with lots of files.', notable: true },
{ text: 'Fixed a bug where a linked (symlinked) folder could be pulled incorrectly instead of being treated as a link.', notable: true }, { text: 'Fixed a bug where a linked (symlinked) folder could be pulled incorrectly instead of being treated as a link.' },
{ text: 'Added a setting to keep specific files or folders out of sync, in addition to what your repo\'s .gitignore already excludes.' }, { text: 'Added a setting to keep specific files or folders out of sync, in addition to what your repo\'s .gitignore already excludes.' },
{ text: 'Settings now show your connection status at a glance, so you can tell right away if something needs attention.' }, { text: 'Settings now show your connection status at a glance, so you can tell right away if something needs attention.' },
{ text: 'The conflict resolution window can now be resized to see more content at once.' }, { text: 'The conflict resolution window can now be resized to see more content at once.' },