Skip to content

Releases: SierraSoftworks/automate

Version 1.1.3

15 Feb 22:39
7d8a0c5

Choose a tag to compare

What's Changed

Maintenance

  • chore(deps): Bump todoist-api from 0.3.1 to 1.0.0-alpha.1
  • chore(deps): Bump toml from 1.0.0+spec-1.1.0 to 1.0.1+spec-1.1.0 @dependabot[bot] (#61)
  • chore(deps): Bump clap from 4.5.57 to 4.5.58 @dependabot[bot] (#60)
  • chore(deps): Bump toml from 0.9.12+spec-1.1.0 to 1.0.0+spec-1.1.0 @dependabot[bot] (#59)
  • chore(deps): Bump toml from 0.9.11+spec-1.1.0 to 0.9.12+spec-1.1.0 @dependabot[bot] (#58)
  • chore(deps): Bump tracing-batteries from 0b25495 to 527f84f in the opentelemetry group @dependabot[bot] (#57)
  • chore(deps): Bump tracing-batteries from 3bd097c to 0b25495 in the opentelemetry group @dependabot[bot] (#56)
  • chore(deps): Bump time from 0.3.44 to 0.3.47 @dependabot[bot] (#55)
  • chore(deps): Bump tracing-batteries from da67a77 to 3bd097c in the opentelemetry group @dependabot[bot] (#54)
  • chore(deps): Bump tracing-batteries from c48c8a6 to da67a77 in the opentelemetry group @dependabot[bot] (#53)
  • chore(deps): Bump bytes from 1.11.0 to 1.11.1 @dependabot[bot] (#52)
  • chore(deps): Bump regex from 1.12.2 to 1.12.3 @dependabot[bot] (#51)
  • chore(deps): Bump clap from 4.5.56 to 4.5.57 @dependabot[bot] (#50)
  • chore(deps): Bump clap from 4.5.55 to 4.5.56 @dependabot[bot] (#49)
  • chore(deps): Bump tracing-batteries from a72eb6e to c48c8a6 in the opentelemetry group @dependabot[bot] (#48)
  • chore(deps): Bump clap from 4.5.54 to 4.5.55 @dependabot[bot] (#47)

Version 1.1.2

28 Jan 11:34
1b2a8d3

Choose a tag to compare

What's Changed

Maintenance

Version 1.1.1

29 Dec 14:36
5f08224

Choose a tag to compare

What's Changed

Maintenance

Version 1.1.0

23 Dec 01:14
3b316bd

Choose a tag to compare

What's Changed

  • feat: Added support for using a .env file to store secrets which should be loaded at runtime (separating them from the config file itself).
  • feat: Added support for using ${{ env.VAR_NAME }} to interpolate environment variables into your configuration file at runtime.

Version 1.0.12

22 Dec 23:55
a632e5b

Choose a tag to compare

What's Changed

  • fix: Resolve issues handling Terraform webhook notifications which are missing a user

Version 1.0.11

22 Dec 23:42
4a4018e

Choose a tag to compare

What's Changed

  • Improved the OAuth setup experience with a nice login button
  • Reduced trace depth for Spotify scheduled jobs

Version 1.0.10

22 Dec 20:49
0622ef6

Choose a tag to compare

What's Changed

  • fix: Resolve an issue with the handling of Terraform webhooks

Version 1.0.9

22 Dec 20:35
ae906a8

Choose a tag to compare

What's Changed

  • fix: Resolve an issue with adding items to Spotify playlists

Version 1.0.8

22 Dec 20:20
cf48cdb

Choose a tag to compare

What's Changed

This release adds support for automatically adding Spotify liked tracks to a ${year} Liked Songs playlist. To set it up, you'll need to configure the [oauth2.spotify] entry as follows:

[oauth2.spotify]
name = "Spotify"
jobs = ["workflow/spotify-yearly-playlist"]
client_id = "...."
client_secret = "..."
auth_url = "https://accounts.spotify.com/authorize"
token_url = "https://accounts.spotify.com/api/token"
scopes = [
  "user-library-read",
  "playlist-modify-public",
  "playlist-modify-private"
]

Then visit https://your.automate.url/oauth/spotify/setup to sign-in and authorize your Spotify account.

Maintenance

Version 1.0.7

22 Dec 19:50
1221fd1

Choose a tag to compare

Version 1.0.7 Pre-release
Pre-release

What's Changed

This release adds support for automatically adding Spotify liked tracks to a ${year} Liked Songs playlist. To set it up, you'll need to configure the [oauth2.spotify] entry as follows:

[oauth2.spotify]
name = "Spotify"
jobs = ["workflow/spotify-yearly-playlist"]
client_id = "...."
client_secret = "..."
auth_url = "https://accounts.spotify.com/authorize"
token_url = "https://accounts.spotify.com/api/token"
scopes = [
  "user-library-read",
  "playlist-modify-public",
  "playlist-modify-private"
]

Then visit https://your.automate.url/oauth/spotify/setup to sign-in and authorize your Spotify account.

Maintenance