twibiral/obsidian-execute-code

[BUG] Version 1.11.0 was not built correctly (and a small typo in the readme)

Closed this issue · 2 comments

Describe the bug
The built main.js and manifest.json in release 1.11.0 and 1.10.0 are 100% identical.

Software Version
macOS 14.5
Obsidian 1.5.12

To Reproduce
Steps to reproduce the behavior:

  1. Install the plugin from the obsidian plugin browser
  2. Click the settings for the execute code plugin
  3. Try to find Swift or Ocaml language settings

Expected behavior
Features from the 1.11.0 release

Screenshots
image

Additional context
Line 462 of README.md needs to be a newline with {```} to close the ocaml code block.

Thank you for reporting this! I will look into it over the weekend. The OCML settings are in the settings file, so hopefully I just copied the wrong main.js

(Related to #340)

Fixed with version 1.11.1. Thanks for reporting the bug!

(It was indeed a problem with the build; I compiled the wrong version)