Skip to content

Releases: curlpipe/ox

0.2.1

23 Sep 08:44
97fdf5d
Compare
Choose a tag to compare

0.2.1

As 0.2.0 was such a big update, I've decided to do smaller and more frequent updates instead and aim to release roughly every 1-2 weeks.
A smaller update including some excellent features and improvements.
Including:

  • Language specific filetype icons in the status line.
  • Undo and Redo feature.
  • Optimized regular expression use.

0.2.0

15 Sep 20:16
Compare
Choose a tag to compare

0.2.0

0.2.0 is a full rewrite of the 0.1 series of this editor.
It now has features that are essential to a text editor, it is now able to view long lines, Unicode works flawlessly and 0.2.0 is just cleaner underneath. It also has searching and a much more immersive command bar due to colours and styles.

It is also more fragmented up into modules, isolating problems into containers to make it easier to debug in the future.

My knowledge of Rust and it's libraries has allowed me to create a solid foundation that will make it easy to add on to in the future.

0.1.1

09 Aug 21:52
Compare
Choose a tag to compare

0.1.1

This is a huge update and provides a more resilient and polished Ox, making it closer to being usable.
Including:

  • Fewer panics.
  • New status line design.
  • Patched a serious bug with the enter key.
  • Better way of opening files.
  • Ability to create new files.
  • "Save as" functionality.
  • Unicode support.
  • Dirty file indicator.
  • More efficient rendering.
  • A smaller binary.

0.1.0

02 Aug 00:50
8a1cd85
Compare
Choose a tag to compare

0.1.0

The first release of the Ox text editor!

This is hopefully the start of many releases.

At the moment, Ox is buggy and has some weird quirks here and there but can function as a very very basic text editor.

I hope to iron out any issues and quirks in future releases, but for now, this is a text editor that can comfortably edit text and save it to the disk.