Skip to content

v0.1.1

Choose a tag to compare

@co3ndev co3ndev released this 24 Feb 17:09
· 28 commits to main since this release
6fab1e5

0.1.1: The first patch for CodePlace Editor.

This patch brings:

Bug fixes:

  • A fix for cases in which users did not use the default interactive shell. This now uses bash on Linux, zsh on Mac, and cmd.exe on Windows. This involved a hefty refactor of how we handle shells. Instead of using QProcess for piping directly to a shell, we are using forkpty on Linux/Mac OS, and using ConPTY on Windows.
  • A fix for the View -> Appearance submenu. Previously, we were not properly detecting a widget's visible state properly due to widgets being inside of a dock.

New features:

  • Added toggle for status bar in "View -> Appearance"
  • Added full screen support in "View" (F11 by default)

Functionality:

This is marked as a stable release. If there are any issues, please create an issue.