Skip to content

Releases: jglev/obsidian-carry-forward

1.4.5

12 Jan 12:20
0e8480f
Compare
Choose a tag to compare
  • Corrected bug whereby selecting across lines was not copying the entire lines.

1.4.5-beta0

06 Jan 01:13
Compare
Choose a tag to compare
1.4.5-beta0 Pre-release
Pre-release
  • Corrected bug whereby selecting across lines was not copying the entire lines.

1.4.4

17 Dec 17:13
db19385
Compare
Choose a tag to compare
  • Fixed bug whereby "Link text from selection" mode would inconsistently actually use the selected text when creating a link.
  • Fixed bug whereby the entire line was being copied instead of the selection whenever a single cursor was being used. (#27)
  • Updated README links.

1.4.4-beta0

05 Nov 12:54
85bcdf9
Compare
Choose a tag to compare
1.4.4-beta0 Pre-release
Pre-release
  • Fixed bug whereby "Link text from selection" mode would inconsistently actually use the selected text when creating a link.

1.4.3

27 Jun 12:13
85bcdf9
Compare
Choose a tag to compare
  • Fixed issue whereby the plugin was unable to load on iOS. (#3)

All thanks go to FelipeRearden for reporting, diagnosing, and testing the fix for this issue. Thank you!

1.4.3-beta0

26 Jun 13:56
Compare
Choose a tag to compare
1.4.3-beta0 Pre-release
Pre-release
  • Switched away from using negative lookbehind regex, which should enable the plugin to load on iOS.

1.4.2

16 Apr 15:01
Compare
Choose a tag to compare
  • Upgraded dependencies.
  • Added command icons.

1.4.1

24 Feb 01:49
b6f827b
Compare
Choose a tag to compare
  • Fixed bug whereby when copying multiple lines each without a block ID , only block links (without the content of the lines) would get copied for the first and last lines.
  • Added infrastructure for automated testing using Webdriver.io, and added two initial tests.

1.4.1-beta0

07 Feb 12:52
Compare
Choose a tag to compare
1.4.1-beta0 Pre-release
Pre-release
  • Fixed bug whereby when copying multiple lines each without a block ID , only block links (without the content of the lines) would get copied for the first and last lines.

1.4.0

31 Jan 12:59
b17118d
Compare
Choose a tag to compare
  • Added settings toggle for Copied Notice (#12)
  • Added support for multiple cursors (#11)

Thanks to @FelipeRearden for testing and providing feedback on this release!