| 1 | # Gofetch |
| 2 | |
| 3 | ## Version WIP |
| 4 | |
| 5 | - Update to latest nikiroo-utils |
| 6 | - Skip stories we fail to fetch instead of aborting the whole process |
| 7 | |
| 8 | ## Version 1.1.0 |
| 9 | |
| 10 | - New website supported: The Register (https://www.theregister.co.uk/) |
| 11 | |
| 12 | ## Version 1.0.3 |
| 13 | |
| 14 | - Do not stop at first error (especially when processing ALL) |
| 15 | - Use the new Downloader |
| 16 | - Do not error-out when a cached file is not present anymore (e.g., when the HTML file has been deleted but not the gopher file) |
| 17 | |
| 18 | ## Version 1.0.2 |
| 19 | |
| 20 | - Fix news format (text, not gophermap) |
| 21 | |
| 22 | ## Version 1.0.0 |
| 23 | |
| 24 | - Fix a problem in the Le Monde ids for gopher |
| 25 | |
| 26 | ## Version 1.0.0 |
| 27 | |
| 28 | - Add Le Monde support |
| 29 | - Fix some small textual issues |
| 30 | |
| 31 | ## Version 0.2.0 |
| 32 | |
| 33 | - Add Linux Weekly News support |
| 34 | - Correctly handle BR tags |
| 35 | - Supports quotes |
| 36 | - .cache -> gophermap |
| 37 | |
| 38 | ## Version 0.1.1 |
| 39 | |
| 40 | - Fix a few bugs |
| 41 | - Add Pipedot support |
| 42 | |
| 43 | ## Version 0.0.1 |
| 44 | |
| 45 | - First version |
| 46 | - Slashdot supported |
| 47 | |