Skip to content

Releases: kkartch0/obsidian-gospel-study

0.8.0

20 Jan 16:42
Compare
Choose a tag to compare

What's Changed

  • New experimental "Come follow me task generator" by @kkartch0 in #79

Full Changelog: 0.7.1...0.8.0

0.7.1

15 Dec 01:55
Compare
Choose a tag to compare

What's Changed

  • Refactor study data handling and improve paradigm clarity by @kkartch0 in #76
  • An issue with Android not working correctly.

Full Changelog: 0.7.0...0.7.1

0.7.0

08 Dec 15:33
Compare
Choose a tag to compare

What's Changed

  • feat: add retainParagraphMarker setting and formatter by @kkartch0 in #73
  • fix: study block format preview is not updating according to plugin settings by @kkartch0 in #74

Full Changelog: 0.6.0...0.7.0

0.6.0

06 Dec 05:12
Compare
Choose a tag to compare

What's Changed

  • feat: add preview functionality for selected study block format by @kkartch0 in #71

Full Changelog: 0.5.0...0.6.0

0.5.0

05 Dec 23:58
Compare
Choose a tag to compare

What's Changed

  • Replace default 2 with new default by @kkartch0 in #68
  • Fix custom block format retention when switching formats by @kkartch0 in #69

Full Changelog: 0.4.0...0.5.0

0.4.0

26 Nov 20:53
Compare
Choose a tag to compare

What's Changed

  • Updates to README by @kkartch0 in #63
  • ci: update requestUrl function to use node-fetch instead of loading html files by @kkartch0 in #64
  • Add support for non-paragraph id (just number) id param items by @kkartch0 in #65
  • Add setting for retaining or removing non-breaking spaces by @kkartch0 in #66

Full Changelog: 0.3.0...0.4.0

0.3.0

26 Nov 06:08
Compare
Choose a tag to compare

What's Changed

  • Convert <strong> and <em> tags to markdown equivalent by @kkartch0 in #59

Full Changelog: 0.2.0...0.3.0

0.2.0

25 Nov 19:02
Compare
Choose a tag to compare

What's Changed

  • Update so square brackets are properly escaped by @kkartch0 in #51
  • feat: strip out <br> tags from within paragraphs by @kkartch0 in #52
  • Add handling of non "p<number>" paragraph ids by @kkartch0 in #57

Full Changelog: 0.1.2...0.2.0

0.1.2

10 Jul 03:04
59f0100
Compare
Choose a tag to compare

What's Changed

  • Update so if link parse fails, the raw link is pasted instead of nothing happening by @kkartch0 in #49
  • fix: pasting links no longer working by @kkartch0 in #50

Full Changelog: 0.1.1...0.1.2

0.1.1

17 May 12:40
dc83bbb
Compare
Choose a tag to compare

Some re-architecting and fixes.

What's Changed

  • Add end to end tests by @kkartch0 in #32
  • I added a models folder for use with the new architecture. by @bskeen in #35
  • I removed the Study URL and replaced it with URL parsers. by @bskeen in #41
  • Refactor to use paragraph formatters by @kkartch0 in #43
  • Fix certain footnotes not being removed correctly (#45) by @kkartch0 in #46

Full Changelog: 0.1.0...0.1.1