Releases: WenyanLiu/CCFrank4dblp
Releases · WenyanLiu/CCFrank4dblp
CCFrank
23 Feb 15:54
Compare
Sorry, something went wrong.
No results found
Merged Pull request #148 from @liuup to fix the undefined bug.
CCFrank
16 Feb 11:15
Compare
Sorry, something went wrong.
No results found
Merged Pull request #140 from @MarkLee131 to refactor PACM PL conference handling, eliminating code duplication and improving maintainability.
CCFrank
16 Feb 10:26
Compare
Sorry, something went wrong.
No results found
Fixed memory leak caused by repeated event listener binding in semanticscholar.js, wos.js, and dblp.js.
Fixed bug where dblp.rankSpanList was incorrectly used in semanticscholar.js.
Fixed comparison bug (== instead of =) in fetchRank.js.
Fixed multiple undeclared global variables in fetchRank.js and dblp.js.
Removed hardcoded 3-second delay in connectedpapers.js for better responsiveness.
Removed dead code and unused CSS class.
Improved code style consistency (var → let).
CCFrank
02 Dec 14:29
Compare
Sorry, something went wrong.
No results found
Merge the Pull request from @MarkLee131 to fix FSE, POPL, PLDI, OOPSLA, and ICFP, also mentioned by @SeddonShen .
CCFrank
24 Nov 11:49
Compare
Sorry, something went wrong.
No results found
Merge the Pull request from @chenyangyc to fix the parsing the author name in Google Scholar.
CCFrank
10 Nov 12:34
Compare
Sorry, something went wrong.
No results found
CCFrank
09 Nov 12:41
Compare
Sorry, something went wrong.
No results found
Merge the Pull request from @lovelxc to fix the IJOT url reported by @ailego .
Merge the Pull request from @liushunyu to add Expanded and Preprint.
Add Prettier in pre-commit and Github Action.
Merge the Pull request from @lovelxc to update the IMWUT reported by @junqi-ma .
CCFrank
16 Dec 05:17
Compare
Sorry, something went wrong.
No results found
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.
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add application token to the queries (Debug only).