Skip to content

Releases: CallanBi/leetecho

0.0.3

26 May 08:37
f806b1e
Compare
Choose a tag to compare

What's Changed

fix: fix several bugs:
[x] Problem searching results page: after clicking on the non-first page to enter the topic details and then return, the page is reset to the first page
[x] Non-member users are shown blank after clicking on the topic details of a member topic
[x] Tab rendering error #13
[x] (Frequent) The date when the problem was posted was "1970.1.1", and the submitted code could not be found
[x] All problems pages: filter selects any filter item, clicks on an item of a filtered problem or clicks on another route (template management, etc.), then returns, then clicks on any problem item or another route, then returns, and the filter is reset.
[x] Clicking on a link in the markdown editor causes a white screen
feat:
[x] change CN base URL from leetcode-cn.com to leetcode.cn
[x] version update checking in the login pageÏ

Full Changelog: 0.0.2...0.0.3

0.0.2

29 Mar 02:59
f1dc31f
Compare
Choose a tag to compare

What's Changed

  • optimize remote settings page UE Design
  • Proxy LeetCode NoteBook capabilities to form a closed circuit of notes CURD operation in Leetecho
  • change concurrency request number in publishing notes from 3 to 2
  • cover template bug fix

Full Changelog: 0.0.1...0.0.2

0.0.1

29 Mar 02:42
7dd267f
Compare
Choose a tag to compare

Leetecho Basic Function released.
build for version 0.0.1.

0.0.3

26 Mar 15:25
bc2f8ca
Compare
Choose a tag to compare

fix: fix several bugs:
[x] Problem searching results page: after clicking on the non-first page to enter the topic details and then return, the page is reset to the first page
[x] Non-member users are shown blank after clicking on the topic details of a member topic
[x] Tab rendering error #13
[x] (Frequent) The date when the problem was posted was "1970.1.1", and the submitted code could not be found
[x] All problems pages: filter selects any filter item, clicks on an item of a filtered problem or clicks on another route (template management, etc.), then returns, then clicks on any problem item or another route, then returns, and the filter is reset.
[x] Clicking on a link in the markdown editor causes a white screen
feat:
[x] change CN base URL from leetcode-cn.com to leetcode.cn
[x] version update checking in the login page