Skip to content

Releases: Riey/erars

0.5.0

09 Nov 04:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

0.4.0

30 Oct 09:07
Compare
Choose a tag to compare

Notice

This contains many breaking changes(for frontend devs).

  1. json frontend now produce input/redraw separately
  2. wasm frontend now serialize i64 as bigint
  3. wasm frontend input give you InputRequest instead of ConsoleFrame

What's Changed

Full Changelog: v0.3.3...v0.4.0

0.3.3

29 Oct 01:24
Compare
Choose a tag to compare

What's Changed

  • Parse [] string with no integer inside by @Riey in #77
  • Fill local character variable when initialized by @Riey in #78
  • [egui] Load config font and use emoji fallback by @Riey in #81
  • Implement more methods by @Riey in #82

Full Changelog: v0.3.2...v0.3.3

0.3.2

27 Oct 15:10
Compare
Choose a tag to compare

What's Changed

  • Parse rename.csv by @Riey in #66
  • Parse empty arg by @Riey in #68
  • Replace logos csv lexer to handwrite by @Riey in #71
  • Show compile errors into log file by @Riey
  • Implement right click by @Riey

Full Changelog: v0.3.1...v0.3.2

0.3.1

25 Oct 03:19
Compare
Choose a tag to compare
  • Fix egui frontend

Full Changelog: v0.2.2...v0.3.1

0.2.2

23 Oct 12:28
Compare
Choose a tag to compare

0.2.1

22 Oct 06:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4-alpha...v0.2.1

0.1.0-beta

08 Oct 03:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4-alpha...v0.1.0-beta

stdio, http?

stdio는 테스트용 콘솔 ui를 가졌고 http는 다른 ui에서 사용할수있는 형식입니다.

잘 모르겠으면 stdio를 받으세요.

0.1.4-alpha

02 Oct 18:21
97d7b05
Compare
Choose a tag to compare

변경점

  • 현재 master 브렌치 대상 바이너리를 여기서 받아볼 수 있게됨.

추가로 구현된 커맨드

  • BARSTR #7
  • SIGN
  • INRANGE
  • STRCOUNT
  • GETFONT
  • SETFONT
  • FONTSTYLE
  • GETSTYLE
  • FONTBOLD
  • FONTITALIC
  • FONTREGULAR
  • CLEARLINE
  • SAVEGAME
  • LOADGAME
  • ESCAPE
  • REPLACE
  • SWAPCHARA
  • PICKUPCHARA

0.1.3-alpha

28 Sep 09:01
Compare
Choose a tag to compare

PRINTW 구현