Skip to content

Releases: alangrainger/obsidian-google-photos

1.6.8

02 Aug 07:19
Compare
Choose a tag to compare
  • Bug fix for grid view thumbnail sizes #54

1.6.7

20 Jun 02:56
Compare
Choose a tag to compare

Improvements

  • Add shared albums in the albums list #40

1.6.6

19 Jun 02:22
Compare
Choose a tag to compare

Improvements

  • Add photo caption/description as a variable to use in photo template #50

1.6.5

05 Oct 09:24
Compare
Choose a tag to compare
  • Improve error messages when using invalid query

1.6.4

25 Sep 08:45
Compare
Choose a tag to compare

Improvements

  • Add fallback protocol handler as a workaround for #26

1.6.3

24 Sep 11:31
Compare
Choose a tag to compare
  • Fix bug where client ID would not get passed on first authentication attempt

1.6.2

21 Sep 18:10
Compare
Choose a tag to compare

Fixes

  • Documentation and authentication method updated to match Google's new process.

1.6.1

19 Sep 05:07
Compare
Choose a tag to compare

Rolled back to previous auth method - see #22

Will attempt to come up with something else.

1.6.0

17 Sep 15:17
Compare
Choose a tag to compare

Improvements

  • Replaced the Google OAuth method with one that proxies the requests transparently to an Obsidian protocol handler. This should resolve the issues for mobile devices and some Linux installations.

🚩 Important note for users prior to v1.6.0

The authentication method for this plugin was updated to make it more reliable, and to allow users with mobile devices to connect to Google Photos.

Because of this change you will need to update the Redirect URI that you have set up for the Photos API.

  1. Go to Google API Console and select the project you created when you set up the plugin.
  2. Change the Redirect URI to be the new one specified in Step 4 of the plugin documentation.
  3. Allow 10 minutes for Google to make the change, and everything should work fine.

1.5.0

08 Sep 19:06
Compare
Choose a tag to compare

New features

You can now use a shorthand to insert a gallery of today's photos, or photos from the note date.

Photos from the periodic note date

```photos
notedate
```

Photos from today

```photos
today
```