Skip to content

Releases: shallow1992/obsidian-format-convert-copy

0.3.36

Choose a tag to compare

@github-actions github-actions released this 11 Sep 08:21
f95bd4d

What's Changed

Full Changelog: 0.3.35...0.3.36

0.3.36-beta.1

0.3.36-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Sep 08:09

What's Changed

  • feat(settings): switch silentMode to showNotification affirmative toggle (#105) by @shallow1992 in #107
  • feat(settings): optimize default settings with ribbon menu icon enabled (#106) by @shallow1992 in #108
  • feat(editor): add format selection menu to editor context menu (#109) by @shallow1992 in #110

Full Changelog: 0.3.35...0.3.36-beta.1

0.3.35

Choose a tag to compare

@github-actions github-actions released this 10 Sep 18:20
574aa9d

What's Changed

  • refactor: address review warnings, enhance type safety, and add artifact attestations (#98) by @shallow1992 in #99
  • feat: improve table column alignment precision for surrogate pairs and emojis (#35) by @shallow1992 in #100
  • ci: dynamically set prerelease flag for semver beta tags by @shallow1992 in #101
  • refactor: retire deprecated execCommand and modernize clipboard pipeline by @shallow1992 in #102
  • fix: use activeWindow and window instead of globalThis for popout window compatibility by @shallow1992 in #103
  • chore: bump version to 0.3.35 by @shallow1992 in #104

Full Changelog: 0.3.34...0.3.35

0.3.35-beta.1

0.3.35-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Sep 15:54

What's Changed

  • refactor: address review warnings, enhance type safety, and add artifact attestations (#98) by @shallow1992 in #99
  • feat: improve table column alignment precision for surrogate pairs and emojis (#35) by @shallow1992 in #100
  • ci: dynamically set prerelease flag for semver beta tags by @shallow1992 in #101

Full Changelog: 0.3.34...0.3.35-beta.1

0.3.34

Choose a tag to compare

@github-actions github-actions released this 10 Sep 11:57
0520ef0

What's Changed

  • fix: resolve marketplace review errors and lint warnings by @shallow1992 in #97

Full Changelog: 0.3.33...0.3.34

v0.3.33

Choose a tag to compare

@github-actions github-actions released this 10 Sep 08:10
758d5bb

What's Changed

  • test(discord): conduct cross-platform manual testing and resolve formatting issues (#86) by @shallow1992 in #94
  • chore: bump version to 0.3.33 by @shallow1992 in #95

Full Changelog: v0.3.32...v0.3.33

0.3.33

Choose a tag to compare

@github-actions github-actions released this 10 Sep 11:21
274a5f7

What's Changed

  • docs: update README with Discord heading fallback, deep nesting, and Slack math specs by @shallow1992 in #96

Full Changelog: v0.3.33...0.3.33

v0.3.32

Choose a tag to compare

@github-actions github-actions released this 10 Sep 06:07
545efb2

What's Changed

  • chore(test): consolidate manual test suites, retire PoC fixtures, and establish testing policy by @shallow1992 in #83
  • chore(docs): separate language policy and privacy policy, expand PII leak prevention rules by @shallow1992 in #84
  • test(whatsapp): conduct cross-platform manual testing and resolve formatting issues (#85) by @shallow1992 in #87
  • docs(test): document official WhatsApp list specifications and math protection (#85) by @shallow1992 in #89
  • feat(slack): align LaTeX math formatting with WhatsApp and Discord (#88) by @shallow1992 in #90
  • test(slack): expand comprehensive manual test suite with 2-space, 4-space, and tab indentation (#91) by @shallow1992 in #92
  • chore: bump version to 0.3.32 by @shallow1992 in #93

Full Changelog: v0.3.31...v0.3.32

v0.3.31

Choose a tag to compare

@shallow1992 shallow1992 released this 09 Sep 09:36

What's Changed

  • Add dedicated manual test suite for Slack rendering edge cases (tests/manual/slack-edge-cases.md).
  • Add Section 10 (Edge Cases) to comprehensive manual suite (tests/manual/slack-comprehensive-test.md).
  • Support balanced parentheses in markdown URLs across all converters without truncation.
  • Protect URLs containing underscores (_) from accidental italicization in mobile HTML converter.
  • Automated snapshot tests updated and expanded to 100 passing tests.

Full Changelog: v0.3.30...v0.3.31

What's Changed

  • test: add rendering edge cases manual test suite and protect URLs with balanced parentheses by @shallow1992 in #80

Full Changelog: v0.3.30...v0.3.31

v0.3.30

Choose a tag to compare

@shallow1992 shallow1992 released this 09 Sep 09:29

What's Changed

  • Clean up Slack converter code: remove obsolete duplicate HTML conversion routines in slack.ts and re-export convertToSlackMobileHtml as convertToSlackHtml.
  • Modularize block parsing logic and hoist RegExp constants in slackMobile.ts.
  • Encapsulate mobile plain text empty line formatting in convertToSlack(md, { preserveMobileEmptyLines: true }).
  • 100% test coverage maintained across all platforms and converters.

Full Changelog: v0.3.29...v0.3.30

What's Changed

  • refactor: clean up slack converters and unify HTML conversion by @shallow1992 in #79

Full Changelog: v0.3.29...v0.3.30