0.30
Recent Commits to want-my-rss
-
0.30
-
Make long content collapse and auto expand if (true_height - real_hei…
Make long content collapse and auto expand if (true_height - real_height) < 100
-
Update checkout action
Update checkout action
-
Update checkout action
Update checkout action
-
Make long content collapse and auto expand if (true_height - real_hei…
Make long content collapse and auto expand if (true_height - real_height) < 100
-
Apply lazy loading to articles images
Apply lazy loading to articles images
-
Fix package*.json formatting (apply default 2 spaces indentation)
Fix package*.json formatting (apply default 2 spaces indentation)
-
Put script into package json and install cmd-env
Put script into package json and install cmd-env
-
Update packages
Update packages
-
Remove unnecessary createSetter function
Remove unnecessary createSetter function
-
Run npm update
Run npm update
-
Update web-ext action
Update web-ext action
-
0.29
0.29
-
Fix feedly url #75
Fix feedly url #75
-
Npm update
Npm update
-
0.28
0.28
-
Update release action
Update release action
-
Merge pull request #72 from oleastre/rel-fix
Merge pull request #72 from oleastre/rel-fix fix: allow 'rel' attribute to contain other values
-
fix: allow 'rel' attribute to contain other values
fix: allow 'rel' attribute to contain other values Some rss links on discuss forums have rel values that contains "nofollow". Such links do not appear in the list of available feeds. This solves the issue by checking the rel attribute contains 'alternate' instead of a pure equality.