Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Releases: lvxianchao/the-fucking-github

修复一些问题

07 Jun 17:04
Compare
Choose a tag to compare
  1. Fixed #12 : Header 部分的距离微调,以临时适应小屏幕,
  2. Fixed #15 : 统计打标签的项目逻辑问题。
  3. Fix #13 : 修复了不能 Star 和 Unstar 问题,关于列表跳动问题有待于搭建相应的环境去观察。
  4. 老用户如果不能正常 Star 和 Unstar 请查看 #16

Unstar

26 May 10:27
Compare
Choose a tag to compare
  1. 修复了首次加载插件无法正常渲染项目列表的问题。
  2. 添加了 Unstar 功能,关闭 #2

Fixed #9 and others

11 May 10:47
Compare
Choose a tag to compare
  • Fixed #9: set the images url absolutely.
  • Remember the status of Toc.
  • Case-insensitive when filtering repositories by keywords.

Trigger ToC

25 Apr 14:40
Compare
Choose a tag to compare
  • User can trigger the ToC now.
  • The ToC will be sticky to the top when document scroll.

Fixed #6

25 Apr 14:38
Compare
Choose a tag to compare

Fixed #6

Fixed bugs and new functions

20 Apr 11:44
Compare
Choose a tag to compare
  • Fixed #5: cannot display all repositories when the repositories list is scrolled to the bottom.
  • Fixed the problem that item list was not displayed after clearing filters by languages.
  • Fixed the problem that the number of filtered items was 0 and filtered again without displaying the list of items.
  • When using conditional filtering items, the blocked item list is overwritten by a list of stared items that have not yet been loaded.
  • Followers can be filtered now.
  • Cancel some api in the manifest.json.

Fixed #4:sync the tags

19 Apr 16:05
Compare
Choose a tag to compare
v1.0.3

Fixed #4: sync the tags

Fixed #3

18 Apr 16:46
Compare
Choose a tag to compare
  • Fixed #3 where the extension could not function properly when there were a lot of items in the starred repositories.
  • Replacing the local storage driver from localstorage to chrome.storage.local solves the problem of insufficient storage space.
  • Optimized the rendering of the starred repositories list, solved the problem of page stuck.
  • Optimized image lazy loading.

Fixed #1: cannot tag to repository

18 Apr 16:47
Compare
Choose a tag to compare
  • Fixed #1 cannot tag to repository.
  • Delay 300 milliseconds when using keyword filtering to block page jams.