|
| 1 | +# [2.0.0](https://github.com/mauricerenck/indieConnector/compare/v1.10.0...v2.0.0) (2024-08-06) |
| 2 | + |
| 3 | + |
| 4 | +### Features |
| 5 | + |
| 6 | +* native webmentions ([#13](https://github.com/mauricerenck/indieConnector/issues/13)) ([38321f6](https://github.com/mauricerenck/indieConnector/commit/38321f648b828795d807e7a8f286dedfa2f08448)) |
| 7 | + |
| 8 | + |
| 9 | +### BREAKING CHANGES |
| 10 | + |
| 11 | +* - rewrite of receive classes and tests |
| 12 | + |
| 13 | +* feat: stats enabled option |
| 14 | +* the configuration stats = true has been moved to stats.enabled = true |
| 15 | + |
| 16 | +* feat: split data into webmention hooks |
| 17 | + |
| 18 | +* feat: webmention queue |
| 19 | + |
| 20 | +* feat: process queue |
| 21 | + |
| 22 | +* feat: urlcheck class |
| 23 | + |
| 24 | +* feat: page checks class |
| 25 | + |
| 26 | +* feat: database class |
| 27 | + |
| 28 | +* feat: outsourced webmention io specific code |
| 29 | + |
| 30 | +* feat: mastodon posting |
| 31 | + |
| 32 | +* feat: post images |
| 33 | + |
| 34 | +* feat: block templates |
| 35 | + |
| 36 | +* feat: disable per page |
| 37 | + |
| 38 | +* feat: configure status length |
| 39 | + |
| 40 | +* feat: handle deleted pages |
| 41 | + |
| 42 | +* feat: paginated tables in panel view |
| 43 | + |
| 44 | +* feat: disable migrations |
| 45 | + |
| 46 | +* feat: mastodon url panel field |
| 47 | + |
| 48 | +* feat: block source urls in config |
| 49 | + |
| 50 | +* feat: check for disabled webmentions on page level |
| 51 | + |
| 52 | +* feat: kirbytags for like, bookmark, repost, reply |
| 53 | + |
| 54 | +* feat: disable posting to mastodon on page level |
| 55 | + |
| 56 | +* feat: post to bluesky |
| 57 | + |
| 58 | +* feat: endpoint snippet |
| 59 | + |
| 60 | +* feat: updated outbox format |
| 61 | +* feat: save status of external posts |
| 62 | + |
| 63 | +* feat: mastodon url page method |
| 64 | + |
| 65 | +* feat: check bsky and mastodon urls and do not send again |
| 66 | + |
| 67 | +* feat: stat view updates |
| 68 | + |
| 69 | +* fix: stats option keeping donottrack in mind |
| 70 | + |
| 71 | +* fix: localurl checks |
| 72 | + |
| 73 | +* fix: use uri instead of slug for full path |
| 74 | + |
| 75 | +* fix: 410 route |
| 76 | + |
| 77 | +* fix: mastodon sender enable had wrong init value |
| 78 | + |
| 79 | +* fix: adapt to webmentions.rock tests |
| 80 | + |
| 81 | +* improvement: hook - detect urls once |
| 82 | + |
| 83 | +* improvement: microformat detection and tests |
| 84 | + |
| 85 | +* improvement: robust author field getters |
| 86 | + |
| 87 | +* improvement: show author and page title in stats |
| 88 | + |
| 89 | +* improvement: stats now check if the webmention is an update and doesnt count twice |
| 90 | + |
| 91 | +* improvement: mastodon sender with new options |
| 92 | + |
| 93 | +* improvement: new option structure |
| 94 | + |
| 95 | +* improvement: moved routes into separate file |
| 96 | + |
| 97 | +* improvement: stats |
| 98 | + |
| 99 | +* improvement: use ktable component |
| 100 | + |
1 | 101 | # [1.10.0](https://github.com/mauricerenck/indieConnector/compare/v1.9.1...v1.10.0) (2023-12-30)
|
2 | 102 |
|
3 | 103 |
|
|
0 commit comments