Skip to content

Releases: WenyanLiu/CCFrank4dblp

CCFrank

23 Feb 15:54

Choose a tag to compare

  1. Merged Pull request #148 from @liuup to fix the undefined bug.

CCFrank

16 Feb 11:15
8803793

Choose a tag to compare

  1. Merged Pull request #140 from @MarkLee131 to refactor PACM PL conference handling, eliminating code duplication and improving maintainability.

CCFrank

16 Feb 10:26

Choose a tag to compare

  1. Fixed memory leak caused by repeated event listener binding in semanticscholar.js, wos.js, and dblp.js.
  2. Fixed bug where dblp.rankSpanList was incorrectly used in semanticscholar.js.
  3. Fixed comparison bug (== instead of =) in fetchRank.js.
  4. Fixed multiple undeclared global variables in fetchRank.js and dblp.js.
  5. Removed hardcoded 3-second delay in connectedpapers.js for better responsiveness.
  6. Removed dead code and unused CSS class.
  7. Improved code style consistency (var → let).

CCFrank

02 Dec 14:29

Choose a tag to compare

  1. Merge the Pull request from @MarkLee131 to fix FSE, POPL, PLDI, OOPSLA, and ICFP, also mentioned by @SeddonShen.

CCFrank

24 Nov 11:49
916858f

Choose a tag to compare

Merge the Pull request from @chenyangyc to fix the parsing the author name in Google Scholar.

CCFrank

10 Nov 12:34
b2c2f29

Choose a tag to compare

  1. Add rank filter for dblp as requested by @ravenxrz, @kevyn-zhang, and @liushunyu.

CCFrank

09 Nov 12:41

Choose a tag to compare

  1. Merge the Pull request from @lovelxc to fix the IJOT url reported by @ailego.
  2. Merge the Pull request from @liushunyu to add Expanded and Preprint.
  3. Add Prettier in pre-commit and Github Action.
  4. Merge the Pull request from @lovelxc to update the IMWUT reported by @junqi-ma.

CCFrank

16 Dec 05:17
f3f8173

Choose a tag to compare

  1. Refactor code to immediately process existing search results on page load and add a MutationObserver to dynamically handle new entries without duplicating marks on subsequent pages.
  2. Merge the Pull request from @dozed to add several checks.
  • Loop over sent instead of total.
  • Handle the case that venue is undefined.
  • Clear cache items in case of QuotaExceededError in localStorage.setItem.

CCFrank

29 Nov 12:01
375edae

Choose a tag to compare

  1. Merge the Pull request from @mra42 to fix repeating dblp API queries.
  • Allow persistently storing data in browser's localStorage with a default expiration time of one day.
  • Improved fetchRank() in order to cache and reuse query results.

CCFrank

21 Oct 11:54

Choose a tag to compare

  1. Add application token to the queries (Debug only).