8000 Releases Β· Thunno/Thunno Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Thunno/Thunno

1.2.3

07 Jan 20:31
Compare
Choose a tag to compare

What's New?

We fixed a bug with the ? (if) command.

We also changed the ) command from "break" to "break if a is truthy"

1.2.2

07 Jan 10:07
Compare
Choose a tag to compare

What's New?

We fixed a bug with the # (comments) command.

We have also updated the z' and z" commands:

  • z' is now "half the string between z' and ' to create a list"
  • z" is now "a list of strings literal"

1.2.1

05 Jan 20:09
Compare
Choose a tag to compare

What's New?

Just a tiny bug-fix in the interface where a newline wasn't being printed.

1.2.0

05 Jan 19:58
Compare
Choose a tag to compare

What's New?

We fixed a bug with the zL (ljust) command. It has now also been updated to be both ljust and rjust.

The d command now returns a list of ints if it is passed a string (thanks to Lyxal)

We've made a minor change to the interface for the interpreter: it will now show the version of Thunno you're on.

1.1.4

04 Jan 16:45
Compare
Choose a tag to compare

What's New?

We fixed a bug with the infinite loops ([ ] and A[ A])

1.1.3

04 Jan 15:00
Compare
Choose a tag to compare

What's New?

We fixed a bug with the g (filter) command.

1.1.2

04 Jan 14:39
Compare
Choose a tag to compare

What's New?

We fixed a bug with the loops (again!)

1.1.1

04 Jan 14:13
Compare
Choose a tag to compare

What's New?

As per Lyxal's suggestions, a few commands have been updated:

  • Af ... Ah (filter) has been renamed to g ... k. g (Regex) is now Af and k (index) is now Ah.
  • v has been changed from "filter out None" to "filter out falsy elements".
  • Maps and loops now implicitly loop through the range if provided with an integer.
  • zf has been changed from "push False" to "rotate the stack a places"

1.1.0

02 Jan 15:00
Compare
Choose a tag to compare

What's New?

We fixed a bug in the loops, where the top of the stack was being popped prematurely.

1.0.3

02 Jan 12:01
Compare
Choose a tag to compare

What's New?

We fixed a bug with the W flag. It's now working.

Note that ATO will still be on v1.0.2 for a few days.

0