Skip to content

v0.2.0

Compare
Choose a tag to compare
@akarsh1995 akarsh1995 released this 30 Jul 14:21
· 162 commits to main since this release
68042aa

[0.2.0] - 2023-07-30

Demo

Added

  • Read question view is scrollable using up and down keys.
  • Question line is colored by easy => green, medium => yellow, hard => red.
  • Show helps at the bottom/top.
  • Open the file in the editor to solve by pressing the key e.
  • Create a solution file in the preferred language
  • Run/test the solution against test cases
    • show test case submission stats in the popup
  • Submit the solution file
  • Update table question if solution accepted
  • Loading spinner at the top.
  • Fix config directories setup for Windows
  • Submission stats upon successful submit
  • Added gif demo using vhs tape
  • Vim-like keybinding to jump to a problem (number followed by G (123G) in topic tag "all" questions)

Fixed

  • Failing to build windows