Skip to content

Releases: JimmyCushnie/Slightly-Better-Tab-Commands

2.1.3

Choose a tag to compare

@github-actions github-actions released this 15 Sep 05:01
  • Fixed an off-by-one error with the "Previous tab history" setting.
  • The "Previous tab history" setting is now a number instead of a slider.

2.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Sep 20:44
  • Fixed some Obsidian safety check issues.

2.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 20:17
  • When 'Focus after close tab' is set to 'Previous tab', the plugin now skips over any tabs in the history that no longer exist.

2.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 20:06
  • Added a new setting: 'Previous tab history length'
  • This setting enables you to increase the length of the remembered tab history, so that repeatedly closing multiple tabs continues to land you on the accurate previous tab.
  • This setting is only visible when 'Focus after close tab' is set to 'Previous tab'
image

2.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 09:53
  • Fixed some commands not working properly when run on tab groups that aren't the main workspace (i.e. popped out to a new window).

2.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 01:07
  • Added an option to prevent closing pinned tabs.
  • Renamed the plugin from "Main Tab Commands" to "Slightly Better Tab Commands".

1.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 13:18
  • Added a setting to control which tab will be focused after the current tab is closed.

1.0.2

Choose a tag to compare

@github-actions github-actions released this 28 Aug 10:55
  • Fix a deployment issue, I hope

1.0.1

Choose a tag to compare

@JimmyCushnie JimmyCushnie released this 28 Aug 10:50
  • Next/previous tab commands are now repeatable, so you can hold down the keyboard shortcut to scroll through your open tabs
  • All commands now have a check callback, so for example "previous tab" will no longer show as available if there is only one tab
  • Fix shortcuts always applying to the main Obsidian window even if the user is in a popout window

1.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 10:25
  • Initial release