Releases: co3ndev/codeplace-editor
Release list
v0.1.3: Bugfixes/improvements to widgets and editor
v0.1.3 brings a few different bugfixes/improvements.
Global Search:
- Improved search widget to properly render results without cutting them off due to overflow.
Problems:
- Improved "expansion" of the Message column to ensure a good experience regardless of screen size
Editor:
- Various improvements to the way we handle pair deletion, overtyping and autoclosing of braces.
Happy coding!
v0.1.2
We're ending support for Windows and Mac OS.
This project has lived on my hard disks since ~2018 or so. It's been a constant work in progress, and as I've picked it back up over the last few months, I've tried to implement a lot of cross-platform functionality. This has been a hindrance to the overall state of the project. I don't have a Windows or Mac machine to do any testing on. I'm flying by the seat of my pants and shipping binaries to a couple people. The code is becoming monolithic - it's just not something we can do at this point.
About this update
At this point, CodePlace Editor will be developed for Linux, as well as WSL2. This PR reflects a lot of code-minification done to make future maintenance easier. This is not meant to be a hindrance, rather something that will play in favor of the project for the long haul.
Other changes brought with this update
- Easy installing. Whether from source, .deb, or tarball, I've made it easy. At project root, simply run the install script to build from scratch and install CodePlace. For the tarball, I've included an install script and README. All dependencies are automatically resolved by these installers.
Happy coding!
v0.1.1
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.