Skip to content

Releases: vision-05/betterCode

BetterCode v0.8.1

19 Jul 20:38
e11420c
Compare
Choose a tag to compare

A new release with fixed bugs and a few more features, including:

a non functional edit themes page
a working rope data structure for editing
fully resizable windows

I think that's all the additions I made, but I should probably make a proper changelog so I don't forget

v0.7 pre-release

20 Jun 22:50
Compare
Choose a tag to compare

Just a test with the hopefully working installer

BetterCode v0.6 pre-release

02 Jun 16:54
e89e4e7
Compare
Choose a tag to compare
Pre-release

The first working version of betterCode since the start of the rewrite in Clojure
Run the server jar with no arguments, and the bettercode jar with the hostname of the computer running the server as the single argument. For now do not use this editor remotely as there is no encryption for the data being sent via sockets.

BetterCode v0.5 pre-release

27 Jan 20:16
3619736
Compare
Choose a tag to compare
Pre-release

Next version of BetterCode with numbered lines and many fixed bugs. Currently only linux binary.

BetterCode v0.4 pre-release

02 Jan 15:55
Compare
Choose a tag to compare
Pre-release

New pre release featuring window resizing, split screen editing and got a few more bugs fixed (and added)
Windows and Linux binaries.

BetterCode v0.3 pre-release

28 Dec 16:38
Compare
Choose a tag to compare
Pre-release

Fixed a few more bugs, added auto-indent and a few other nice features. Finally compiled a version for linux, which is the file without the .exe file extension.

BetterCode v0.2 pre-release

27 Dec 20:05
Compare
Choose a tag to compare
Pre-release

Fixed a bunch of bugs and added some very primitive highlighting, still windows only (for now)

BetterCode pre-release v0.1

24 Dec 16:31
Compare
Choose a tag to compare
Pre-release

This is the first release of BetterCode, a lightweight text editor made with SDL2 and the immer immutable data structures library in C++. Supports all basic editor functionality with the added bonus of being able to easily handle 1Gb+ text files.
This is a pre-release version so there may be some bugs and some functionality improvements are yet to come.
This release only contains the windows version.