Skip to content

Releases: jesse-r-s-hines/wdio-obsidian-service

2.2.1

19 Jan 20:16
ce6beec

Choose a tag to compare

Fix incompatibility with appium 3

Note, to use appium 3 you'll need to update your wdio.mobile.conf.ts appium service config to

["appium", {
    args: { allowInsecure: "*:chromedriver_autodownload,*:adb_shell" },
}],

If you encounter errors, try wiping and recreating package-lock.json to make sure you have the latest versions of
wdio, appium, and the appium drivers.

2.2.1-beta.2

19 Jan 19:53
2084f36

Choose a tag to compare

2.2.1-beta.2 Pre-release
Pre-release

2.2.1-beta.1

19 Jan 19:46
db2c0c4

Choose a tag to compare

2.2.1-beta.1 Pre-release
Pre-release

2.2.1-beta.0

19 Jan 19:40
90a9c0f

Choose a tag to compare

2.2.1-beta.0 Pre-release
Pre-release

2.2.0

11 Jan 21:05
c0335e2

Choose a tag to compare

  • Allow running "incompatible" app and installer versions with just a warning
  • Fix vault not being opened on old Obsidian versions
  • Fix incorrect minInstallerVersion
    • When using "earliest" installer settings, it would pick installers that were too old for the specified Obsidian app version. Now it checks for installer compatibility correctly
  • Add ObsidianPage.read and ObsidianPage.readBinary helper methods
  • Add ObsidianLauncher.login method

2.1.6

31 Oct 13:41
a98182a

Choose a tag to compare

  • Minor documentation updates

2.1.5

21 Oct 14:18
cab3339

Choose a tag to compare

  • More fixes on MacOS, clear the com.apple.quarantine attribute on downloaded Obsidian executables

2.1.4

20 Oct 22:47
b8a7efe

Choose a tag to compare

  • Fix MacOS security settings blocking the downloaded Obsidian executables

2.1.3

19 Oct 19:42
c9e6e6f

Choose a tag to compare

  • Add documentation for MacOS workaround

2.1.2

30 Aug 15:41
b25548c

Choose a tag to compare

  • Documentation fixes
  • Fix race-condition in .obsidian-cache downloads
  • More flexible parsing of plugin/theme versions in obsidian-launcher CLI