Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 07:23
· 66 commits to main since this release
f2085db

✨ Features

  • StatusBar: Show node and httpd status
  • settings: Check HTTPD API version and report incompatibilities
  • patches & issues: Add copy to clipboard for patch/issue ID

🛠 Improvements

  • settings: Show warning for non-default RAD_HOME. On Linux/mac, users should make sure that the correct RAD_HOME path is picked up by the spawned git process. On Windows/WSL, chances are that non-default RAD_HOME won't be picked up by git.
  • inline comments: Show  comments from previous revisions. If the line was changed between revisions, then also add an 'OUTDATED' label.

🐛 Bug Fixes

  • Commit & files panel: Fetch commits prior to attempting to show diff/files changed. Resolves the issue that showed 0 file/diff changes on first load.
  • patch tab: Fix patch description. In info (sidebar), truncate if too long (>100 with ellipsis). In timeline, use latest non-empty,
    not only the one in the last revision. Change "View Timeline" to "Open in Editor".
  • patch: Fix patch merge button identifying delegates

Full Changelog: v0.9.2...v0.10.0