Skip to content

v0.1.2

Choose a tag to compare

@co3ndev co3ndev released this 24 Feb 21:33
· 7 commits to main since this release
684401d

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!