Skip to content

Releases: coddingtonbear/obsidian-local-rest-api

2.3.0

08 Mar 14:28
Compare
Choose a tag to compare
Release 2.3.0

- Adds toggle allowing user to enable/disable HTTPs server (under
  'Advanced Settings').  This toggle is not likely to be useful
  in cases outside of troubleshooting connection-related problems.

2.2.2

06 Mar 05:13
Compare
Choose a tag to compare
Release 2.2.2

- Fixes a bug in which we'd show that you needed to regenerate your
  certificate...only when you didn't.  And, vice-versa, of course,
  as things always go.

2.2.1

06 Mar 04:01
Compare
Choose a tag to compare
Release 2.2.1

- Various improvements to how certificate problems are communicated
  - Adds new warning boxes on the plugin options page when your
    certificate is invalid or nearing expiry.
  - Also adds new warning boxes on the plugin options page when
    your certificate isn't generated with the latest standards
    that Obsidian Local REST API uses.
  - Includes information about upcoming certificate expiries
    and standard compliance in `/` route output when
    incoming connection is authenticated, too, so other tools
    like Obsidian Web might be able to warn you when your
    certificate is nearing expiry.
- Moves some settings that really should be considered "Advanced"
  into "Advanced Settings" including both port settings.
- Some minor copy changes for clarity.

This is a re-release of 2.2.0.

2.2.0

06 Mar 03:53
Compare
Choose a tag to compare
Release 2.2.0

- Various improvements to how certificate problems are communicated
  - Adds new warning boxes on the plugin options page when your
    certificate is invalid or nearing expiry.
  - Also adds new warning boxes on the plugin options page when
    your certificate isn't generated with the latest standards
    that Obsidian Local REST API uses.
  - Includes information about upcoming certificate expiries
    and standard compliance in `/` route output when
    incoming connection is authenticated, too, so other tools
    like Obsidian Web might be able to warn you when your
    certificate is nearing expiry.
- Moves some settings that really should be considered "Advanced"
  into "Advanced Settings" including both port settings.
- Some minor copy changes for clarity.

2.1.1

17 Feb 06:06
Compare
Choose a tag to compare
Release 2.1.1

- Fixes a bug that would cause generated certificates to be set such
  that their subjectAlternativeName (SAN) matched the binding host, if
  set. If you set your binding host to 0.0.0.0, but that doesn't make
  sense from your browser's perspective. Instead: the SAN should be set
  to the actual hostname...probably 127.0.0.1.
- Adds logging for incoming requests.  I'd been intending to add this
  for a very long time, but just now finally made that effort.

2.1.0

13 Feb 03:58
Compare
Choose a tag to compare
Release 2.1.0

- Advanced Settings:
  - Adds support for specifying 'subjectAltName' hostnames for use in
    generating certificates.  This can be useful if you are accessing
    Obsidian (via Obsidian Local REST API) on a host other than the
    one on which you are running it.  For example, say you are trying to
    configure the 'Obsidian Web' Chrome Extension on your work computer
    to connect to your running Obsidian instance on your personal one.
    If your personal computer can be accessed via 'sweedishfish.local',
    you could convince Chrome into counting your certificate as valid
    if you have added 'sweedishfish.local' to the aforementioned field.

2.0.6

30 Jan 02:30
Compare
Choose a tag to compare
Release 2.0.6

- Repackaging with an updated package-lock.json

2.0.4

29 Dec 20:53
Compare
Choose a tag to compare
Release 2.0.4

- Fixes a bug in which some operations around daily notes were not
  working.  This was resolved by reverting an esbuild upgrade from
  0.17.3 back to the version we were using previously: 0.13.2.

2.0.3

24 Dec 09:13
Compare
Choose a tag to compare

New Features:

  • Increases maximum incoming payload size to 1GB from the
    express-defined default of 100kB.
  • Fixes handling of incoming binary content such that you can PUT binary
    files into your vault -- just be sure to set an appropriate
    Content-Type header.

Backward-incompatible Changes:

  • Removes /search/gui/ endpoint -- this endpoint was brittle and relied
    on private/undocumented behavior (see #71). This functionality was
    removed due to not being maintanable long-term.

Note: this is a re-release of 2.0.0 following a handful of release build process fixes.

1.6.1

16 Jun 21:08
Compare
Choose a tag to compare
Release 1.6.1

- Fixes a bug in which modifications to the field labeled "Private Key"
  in the UI would instead update the public key.