Skip to content

Releases: swar8080/obsidian-plugin-update-tracker

V1.6.0

14 Oct 01:11
5f09ada
Compare
Choose a tag to compare
  • Release note text can now be selected and copied (thanks @jaycenhorton)
  • Raw URLs in release notes like https://github.com/swar8080/obsidian-plugin-update-tracker are now rendered as links (thanks @jaycenhorton and @claremacrae)
  • Disabled plugins with updates now have an indicator beside their name to remind you they're disabled
  • After failing to check for updates because of an internet issue, you can now click the plugin icon to try again. Previously you had to restart obsidian or wait until the next scheduled update check
  • Updates some dependencies that had CVEs. Most issues were for this plugin's development tooling and backend API

V1.5.2

12 Aug 21:20
0590e5d
Compare
Choose a tag to compare
  • Clicking the plugin icon when no updates are available now shows a small message making it clearer that everything's up-to-date. The cursor no longer disappears when hovering over the plugin icon (#72)
  • Updates the description for the setting Minimum update count to show a plugin icon to mention that updates for this plugin are always shown (in-case there's a bug preventing you from seeing other updates) (#67)
  • Clearer message when your IP address exceeds github's limit of 60 file downloads per hour when updating plugins. The number of minutes until the limit is reset is included in the message (#73)
  • Cleans-up some error logs in the developer console (#68)
  • Increases the max number of your installed plugins checked for updates from 350 to 400 (if this is still too low then let me know)

v1.5.1 Fixes Error Loading Plugin on New Installs

28 May 20:05
922228b
Compare
Choose a tag to compare

Fixes a bug introduced in 1.5.0 that causes the plugin to fail to load when freshly installed

v1.5.0

22 May 15:19
9321329
Compare
Choose a tag to compare

Change how often plugins are checked for updates

Currently this plugin checks for updates every 30 minutes. If you find the ⌛ loading icon distracting then you can use this new setting:

image

Minimum update count to show plugin icon

image

The default value is 0 but will be 1 if you currently have the "Hide plugin icon if no updates are available" setting enabled

v1.4.6 bug fixes

17 Mar 20:24
1fe66e5
Compare
Choose a tag to compare
  • Fixes an issue detecting new plugin versions that use incomplete version numbers (ex: 2.7 instead of 2.7.0)
  • On IPhone, the Update Plugins button will now appear in the middle of the screen so that it can actually be tapped (fixing #49)

v1.4.5 fixes a bug installing an earlier version of a plugin

13 Jan 01:18
73dd78e
Compare
Choose a tag to compare

Fixes a bug where the latest version of a plugin is installed even though an earlier version is shown in the UI (reported by @meskill)

v1.4.4 fixes update plugin button being cut-off by status bar

06 Jan 23:35
2ba37a9
Compare
Choose a tag to compare
  • Adds some padding to the Update Plugins button to prevent it from being blocked by the status bar
  • Adds Stable CSS selectors for the plug icon and status icon to the right of it

v1.4.3 fixes downloading plugin updates on mobile

03 Dec 18:02
f195cc4
Compare
Choose a tag to compare

Downloading plugin updates now works on mobile

v1.4.2 open plugin update list in a new tab

01 Dec 03:39
Compare
Choose a tag to compare

On desktop, this plugin update list will now open in a new tab instead of replacing the currently active tab

v1.4.0 - Ignore and Identify Plugin Beta Versions

28 Nov 23:51
3355107
Compare
Choose a tag to compare

Plugin updates that are beta versions will no longer be shown by default. This can be changed in this plugin's settings:

image

When choosing to see beta versions, they will have a "beta" indicator beside their name:

image