Skip to content

Releases: benr77/obsidian-gitlab-issues

0.1.10

30 May 06:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.9...0.1.10

0.1.9

30 Jan 10:49
Compare
Choose a tag to compare

What's Changed

  • Added settings for group level, and project level and Option for Purging. by @JonnyDeates in #23

Full Changelog: 0.1.8...0.1.9

0.1.8

16 Nov 09:15
Compare
Choose a tag to compare

What's Changed

  • Fix special characters in filenames for Windows compatibility by @pugooo in #13

New Contributors

Full Changelog: 0.1.7...0.1.8

0.1.7

05 Nov 07:53
Compare
Choose a tag to compare

Full Changelog: 0.1.6...0.1.7

0.1.6

01 Nov 15:02
Compare
Choose a tag to compare

Full Changelog: 0.1.5...0.1.6

0.1.4

30 Oct 12:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

0.1.3

04 Oct 14:55
Compare
Choose a tag to compare

What's Changed

  • Postpone initial API call until 30 seconds after startup by @benr77 in #5

Full Changelog: 0.1.1...0.1.3

0.1.1

26 Sep 15:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/benr77/obsidian-gitlab-issues/commits/0.1.1

0.1.0

22 Jul 13:08
Compare
Choose a tag to compare
First working release

The plugin now operates in a basic manner.

Configuration parameters for:
   - Gitlab token
   - note template
   - output directory
   - issues filter
   - show/hide ribbon icon

An icon can be displayed in the left-hand ribbon. Clicking it with fetch the latest
issues from Gitlab.

You can also search in the Command Palette and execute the fetch that
way instead.

By default the plugin refreshes the issues immediately after startup and
then every 15 minutes.

The default template will write front-matter to each page, allowing easy
querying using the DataView plugin.