Skip to content

Releases: hacdias/indielib

v0.5.0

22 Feb 12:15
v0.5.0
016e54e

Choose a tag to compare

Added

  • Micropub: added WithGetPostStatuses, which allows you to configure the Post Statuses.

Changed

  • Upgraded dependencies to latest versions.
  • Upgrades build to use minimum Go 1.24.

v0.4.4

01 Feb 16:19
v0.4.4
d193304

Choose a tag to compare

Changed

  • Upgraded dependencies to latest versions.

v0.4.3

08 Feb 11:10
v0.4.3
a6d742c

Choose a tag to compare

Changed

  • Micropub: the Commands field will also be available for update requests.

v0.4.2

06 Feb 16:47
v0.4.2
6bb61d5

Choose a tag to compare

Changed

  • Upgraded dependencies to latest versions.

v0.4.1

15 Dec 17:31
v0.4.1
b8b6bc1

Choose a tag to compare

Changed

  • Upgraded dependencies to latest versions.

v0.4.0

19 Aug 06:01
v0.4.0
3406a52

Choose a tag to compare

Changed

  • Upgraded dependencies to latest versions.
  • Upgrades build to use Go 1.23.

v0.3.1

13 Jul 09:48
v0.3.1

Choose a tag to compare

Changed

  • Upgraded dependencies to newest versions.

v0.3.0

12 Apr 14:48
v0.3.0
50d5d72

Choose a tag to compare

Changed

  • IndieAuth: added context.Context as argument to all functions that perform HTTP requests.
  • IndieAuth: added DiscoverApplicationMetadata to the Server, which implements the Application Information Discovery.

v0.2.3

20 Dec 16:04
v0.2.3
ceea274

Choose a tag to compare

Changed

  • Micropub: set text/plain content-type on Micropub create responses, allowing for compatibility with clients that expect it, such as Sparkles.

v0.2.2

22 Nov 12:40
v0.2.2
17c450d

Choose a tag to compare

Fixed

  • Micropub: fixes panic when WithGetVisibility was not provided.