The Fucking Github Versions Save

A Chrome extension for Github. View starred repositories, organizing stars, searching stars and searching repositories online for Github。

v1.3.1

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

v1.3.0

4 years ago
  1. 修复了首次加载插件无法正常渲染项目列表的问题。
  2. 添加了 Unstar 功能,关闭 #2

v1.2.1

4 years ago
  • Fixed #9: set the images url absolutely.
  • Remember the status of Toc.
  • Case-insensitive when filtering repositories by keywords.

v1.2.0

5 years ago
  • User can trigger the ToC now.
  • The ToC will be sticky to the top when document scroll.

v1.1.1

5 years ago

Fixed #6

v1.1.0

5 years ago
  • 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.

v1.0.3

5 years ago

v1.0.1

5 years ago
  • Fixed #1 cannot tag to repository.
  • Delay 300 milliseconds when using keyword filtering to block page jams.

v1.0.2

5 years ago
  • 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.