Skip to content

Releases: DECE2183/hexowl

v1.4.1

06 Jan 11:06
Compare
Choose a tag to compare

Bug fixes

  • Additional option to disable syntax highlighting via API;
  • Fixed disabled terminal input echo after exit on Linux.

v1.4.0

26 Dec 18:46
Compare
Choose a tag to compare

Syntax highlighting and API improvements

  • All public functions now have comments;
  • It became possible to redefine IO functions;
  • Syntax highlighting;
  • Input prediction and autocompletion;
  • Fixed bug with infinite recursion;
  • Removed pprof profiler (it's usless here).

v1.3.1

04 Nov 09:08
Compare
Choose a tag to compare

Bug fixes and general improvements

  • Fixed operators priority;
  • Fixed bugs with brackets;
  • Added pprof profiler;
  • Added unit tests;
  • The expression execution code has been refactored.

v1.3.0

11 Feb 16:02
Compare
Choose a tag to compare

Raw input mode on Linux and Windows

The Linux version of hexowl now has adequate input.
In addition, raw mode is a good basis for implementing input suggestions and syntax highlighting.

v1.2.3

10 Dec 15:19
Compare
Choose a tag to compare

Branding and readability

  • Random function;
  • Number dividers (e.g. 1_000_000, like in Python);
  • Logo.

v1.2.2

13 Nov 15:00
Compare
Choose a tag to compare

Fully splitted calculation backend.

  • Now you can use hexowl as a built-in calculator.

No need to update the binaries for use as a standalone application.

v1.2.1

07 Nov 14:22
Compare
Choose a tag to compare

Input/output improvements

  • New bit operators;
  • CLI prompt input;
  • Better arrays output;
  • Scientific notation input.

v1.2.0

09 Sep 09:23
Compare
Choose a tag to compare

General improvements

  • Improved functionality for saving and loading the environment;
  • Ability to import a function or variable from a saved environment;
  • Strings;
  • New functions to control user functions;
  • Bug fixes.

v1.1.1

19 Aug 08:23
Compare
Choose a tag to compare

hexowl v1.1.1

  • Sequential expressions;
  • New variables parse method;
  • Local variables;
  • Bug fixes.

v1.1.0

17 Aug 08:19
Compare
Choose a tag to compare

hexowl now with functions support

  • User functions;
  • Variadic function arguments;
  • Arrays;
  • New builtin functions.