View Source Changelog

0.11.x

0.11.0

2024/02/15

0.10.x

0.10.4

2023/10/17

0.10.3

2023/08/08

0.10.2

2023/08/07

0.10.1

2023/08/07

0.10.0

2023/03/03: Bandit edition

0.9.x

0.9.11

2023/01/23

0.9.10

2022/11/11

  • syndication links: dedicated silo keywords (like twitter, mastodon) to display syndication to several studios for one note/post

0.9.9

2022/11/10

  • simplify webmention links detection: not done by hand, extracted from the published page

0.9.8

2022/11/10

0.9.7

2022/11/09: 1st mastodon edition

0.9.6

2022/10/21

0.9.5

2022/09/02

0.9.4

2022/07/29

  • comments API:
    • accept JSON and url-formencoded requests
    • fix confusion in Map with atoms and string for keys / avoid getting atoms from the outside

0.9.1

2022/07/28

0.9.0

2022/03/25: comment API edition

0.8.x

0.8.2

2022/03/17

  • micropub: q=category: returns an ordered list of (weighted) tags from your website
  • log server port on application start
  • dependencies update:
    • bump plug from 1.12.1 to 1.13.4
    • bump makeup_elixir from 0.15.2 to 0.16.0
    • bump earmark_parser from 1.4.20 to 1.4.23

0.8.1

2022/03/10

  • micropub: q=syndicate-to: return syndication links
  • micropub: github: fix reverse URL guessing

0.8.0

2022/03/09

0.7.x

0.7.6

2022/02/25

  • micropub: Hugo: avoid markdown 'quote' char (>) for filename generation
  • dependencies update:

0.7.5

2022/02/15

0.7.4

2022/02/02

0.7.3

2022/01/20

0.7.2

2021/12/22

0.7.1

2021/12/03

0.7.0

2021/09/24

0.6.x

0.6.4

2021/08/12

0.6.1

2021/07/21

0.6.0

2021/07/16: back syndication

0.5.x

0.5.4

2021/06/22

0.5.3

2021/04/16

  • micropub:
    • Hugo: fix links extraction from Hugo posts
    • Hugo: fix: treat mp-syndicate-to property as a syndicate-to one
    • webmention: add automatic syndication to twitter.com (via brid.gy)
    • better logs

0.5.0

2021/04/16

  • micropub:
    • Hugo: support like-of types as Notes
    • Hugo: support repost-of types as Notes
  • webmention: check if origin exists every minute with a HEAD HTTP request. It will prevent us from waiting too long for the content to be published

0.4.x

0.4.3

2021/04/14

  • micropub:
    • Hugo: support in-reply-to types as Notes
    • webmention: add brid.gy webmention endpoint for:
      • twitter.com
      • github.com
  • dependencies update:

0.4.0

2021/04/06

  • drop support for Elixir < 1.11
  • better handling of proxied HTTPS requests (see Plug.RewriteOn)
  • CI:
    • added doctor to check
    • added credo to check
  • added as much Typespecs as possible
  • dependencies update:

0.3.x

0.3.4

2021/03/04

  • micropub/webmention: Handles my personal special case with my "indienews" Hugo shortcode

0.3.3

2021/03/02

0.3.2

2021/02/25

  • micropub:
    • fix encoding issues from another weird long dash (see also release 0.2.2)
    • extract links from bookmark posts for webmention
  • dependencies: remove unnecessary dependency to Tentacat

0.3.1

2021/02/24

  • added /status route for remote monitoring
  • better logging configuration

0.3.0

2021/02/24

  • micropub: send webmentions to mentionned URL in published content (waits for a publishing delay from Github/Netlify)

0.2.x

0.2.2

2021/02/11

0.2.1

2021/01/28

  • micropub: fix encoding issues from emojis

0.2.0

2020/11/18

  • First "production" release (lol)