Skip to content

Releases: Sukwants/Atiro

v2.0.2

16 Feb 07:55
Compare
Choose a tag to compare

新春快乐!

在这个喜庆祥和的日子里,我们鸽了两个月的 Atiro v2.0.2 终于发布!

Features

  • Skip compiled file (#25)
  • Still write down the output when program runs failed (#26)

Full Changelog: 2.0.1...2.0.2

v2.0.1

10 Nov 11:47
Compare
Choose a tag to compare

Features

  • Support macOS platform (27f9bf2)
  • Check error messeges from codeforces (#24)

Fixes

  • A judging problem on Linux and macOS (2526704)
  • Login with cookies (#23)

Full Changelog: 2.0.0...2.0.1

v2.0.0

01 Nov 02:54
Compare
Choose a tag to compare

Welcome Atiro 2!

Before v2.0.0, Airo only provided npm package. It was not so convenient in many conditions.

Atiro 2 comes with executable files, for Windows and Linux on AMD64. It is easier for you to install, and more friendly for you to use. We also drew an icon for Atiro, it will appear on atiro.exe.

What's more, we use the local browser on your computer, instead of downloading Chromium. In this way the problem downloading Chromium when installing Atiro will be avoided. We also added some other features and fixed some known problems.

Compared to v1.0.0:

Features Added

  • You can download testlib.h in the command line. (#10)
  • Login OJs with Cookies is supported. (#17)
  • Executable files for Windows and Linux on AMD64 is provided. NPM package is also provided in order to use in unupported platforms. (#20)

Changes Made

  • Use local browser instead of downloading Chromium. Now you have to specify the browser path. (#13)
  • New version detection is ignored by default, and don't provide self updating any longer (actually broken in the previous versions). (#20)

Problems Fixed

  • Wait for 2FA when logging in to Luogu. (#9)
  • Pass Codeforces's new stronger rules for headless browsers. (#15)

Make Atiro Great Again!

Full Changelog (major): 1.0.0...2.0.0

Full Changelog (build): 1.0.5...2.0.0

v1.0.5

08 Oct 01:44
01158ef
Compare
Choose a tag to compare

Features

  • Login OJs with Cookies (#17)

Fixes

  • Exit problem in update.js (#16)

Full Changelog: 1.0.4...1.0.5

v1.0.4

06 Oct 08:52
Compare
Choose a tag to compare

Fixes

  • Message displayed when run atiro update (#14, #15)
  • Bypass Codeforces's new rules of blocking headless browsers (#15)

Full Changelog: 1.0.3...1.0.4

v1.0.3

06 Oct 03:51
ebf4fbf
Compare
Choose a tag to compare

Changes

  • Use local browser instead of downloaded Chromium to bypass the problem downloading Chromium. Need to specify browser path now (#13)

Fixes

  • Notice new version (#12)

Full Changelog: 1.0.2...1.0.3

v1.0.2

27 Sep 13:34
bdbb0aa
Compare
Choose a tag to compare

Features

  • Download testlib.h with a single command line (#10)

Full Changelog: 1.0.1...1.0.2

v1.0.1

25 Sep 11:06
d1a2420
Compare
Choose a tag to compare

Fixes

  • Problems on luogu tools when login with a 2FA (#9)

Full Changelog: 1.0.0...1.0.1

v1.0.0

04 Sep 05:35
532022d
Compare
Choose a tag to compare

Congratulations for Atiro 1!

Atiro project started at Aug. 12, 2023, and Atiro 1 came out at Sept. 4, 2023.

Remember, Atiro 0.0.1 only supported judging TEST.cpp. It cannot even use specified compilation options. It is just a single program running on Windows. At 0.1.0, it supported Linux platform then. At 0.2.0, it supported interactors. At 0.3.0, it supported generators. Recently, it just supported OJ Tools to help to get samples from and submit codes to Codeforces, AtCoder, Luogu and vjudge.

Now the features are:

  • Compile, run and judge the answer. You can specify compilation options, time limit, and judging mode. You can also use judging-assisting programs, like checkers, interactors, solvers, and generators. You can use them to test samples or do challenge checking.
  • Get samples from and submit answers to Codeforces, AtCoder, Luogu, and vjudge. It can also get all the samples of a whole contest, for Codeforces, AtCoder, and Luogu. No waste time copying samples.
  • Dada! We have also bury some easter eggs. Of course the project is open-source, and you can find them out easily.

What we have fixed compared with the last version:

  • Samples of older problems on Codeforces may use <br> rather than \n. The before version doesn't recognize it and the new version can do.

What we have changed compared with the last version:

  • Considering it is not so helpful to set longer time limit for solvers than answers, we have changed the time limit of solvers same as that of answers.

Atiro for sure!

Full Changelog (build): 0.3.1...1.0.0

v0.3.1

19 Aug 08:49
Compare
Choose a tag to compare

Features

  • Display README link when calling help (4b9bf75)
  • Compiler manually specify (317898f)
  • Report warning when the program is running on an unsupported platform (317898f)

Fixes

  • Don't notice new version when just updated (7e1ea41)

Full Changelog: 0.3.0...0.3.1