Releases: DECE2183/hexowl
Releases · DECE2183/hexowl
v1.5.1
18 Dec 16:11
Compare
Sorry, something went wrong.
No results found
Bug fixes
Fixed augmented assignment operators;
Fixed ghost trail after input with incomplete prediction.
v1.5.0
06 Dec 15:36
Compare
Sorry, something went wrong.
No results found
QOL improvements and bug fixes
Automatically closing brackets;
The environment name and description are stored in special variables, so the save() function without arguments will save the current environment with the correct name and description;
Fixed wrong environment directory permissions;
Fixed broken assign operator.
v1.4.1
06 Jan 11:06
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Branding and readability
Random function;
Number dividers (e.g. 1_000_000, like in Python);
Logo.
v1.2.2
13 Nov 15:00
Compare
Sorry, something went wrong.
No results found
v1.2.1
07 Nov 14:22
Compare
Sorry, something went wrong.
No results found
Input/output improvements
New bit operators;
CLI prompt input;
Better arrays output;
Scientific notation input.
v1.2.0
09 Sep 09:23
Compare
Sorry, something went wrong.
No results found
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.