Skip to content

Marker Editor v2.7.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danrahn danrahn released this 30 Apr 01:06
· 19 commits to main since this release

v2.7.0-beta.1 2024-04-29

Hotfix that fixes the first run experience that was broken during refactoring.

Known Issues

  • Chapter-based bulk add and database import are broken. The issue has been resolved (f150ab7), and will be available in the next release.

Changelog

Fixed (3f93595)

  • The wrong config validation endpoint was whitelisted, resulting in users unable to validate configurations on first run.
  • When validating path mappings, keep the default if there aren't any user-provided mappings, so we don't write empty mappings to the config file.
  • Soft-reloading the server after initial setup was broken because the action wasn't allowed in RunningWithoutConfig mode.
  • The server would be in a broken state if the user's initial setup didn't require a server reload (e.g. keeping all default values).