0.32
Recent Commits to want-my-rss (14)
-
0.32
-
Fix cached rss retrieval
Fix cached rss retrieval
-
Update lock file
Update lock file
-
Rework webRequestHandler to promise based
Rework webRequestHandler to promise based
-
Add no-cache param
Add no-cache param
-
Fix typo
Fix typo
-
0.31
0.31
-
Decode main url to print it with unicode support
Decode main url to print it with unicode support
-
Make length clearer
Make length clearer
-
Show error message
Show error message
-
Support relative urls
Support relative urls
-
Use optional check
Use optional check
-
Run npm update
Run npm update
-
Show error message
Show error message
-
0.30
0.30
-
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
-
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.