Releases: jesse-r-s-hines/wdio-obsidian-service
Releases · jesse-r-s-hines/wdio-obsidian-service
2.2.1
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
2.2.1-beta.1
2.2.1-beta.0
2.2.0
- 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
- Minor documentation updates
2.1.5
- More fixes on MacOS, clear the
com.apple.quarantineattribute on downloaded Obsidian executables
2.1.4
- Fix MacOS security settings blocking the downloaded Obsidian executables
2.1.3
- Add documentation for MacOS workaround
2.1.2
- Documentation fixes
- Fix race-condition in .obsidian-cache downloads
- More flexible parsing of plugin/theme versions in obsidian-launcher CLI