Skip to content

Commit 03b36b2

Browse files
authored
Merge pull request #54 from Aetherinox/main
Beta: v1.6.4 to v1.6.5
2 parents b531c4e + a4dbeb0 commit 03b36b2

File tree

17 files changed

+163
-111
lines changed

17 files changed

+163
-111
lines changed

.github/changelog-configuration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
],
7070
"label_extractor": [
7171
{
72-
"pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|revert|style|test|tests|vault):(.*)",
72+
"pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault):(.*)",
7373
"target": "$1"
7474
},
7575
{
76-
"pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|revert|style|test|tests|vault){1}(\\([\\w\\-\\.]+\\))?(!)?:(.*)",
76+
"pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault){1}(\\([\\w\\-\\.]+\\))?(!)?:(.*)",
7777
"target": "$1"
7878
}
7979
],

docs/docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ tags:
77

88
![Version](https://img.shields.io/github/v/tag/Aetherinox/obsidian-gistr?logo=GitHub&label=version&color=ba5225) ![Downloads](https://img.shields.io/github/downloads/Aetherinox/obsidian-gistr/total) ![Repo Size](https://img.shields.io/github/repo-size/Aetherinox/obsidian-gistr?label=size&color=59702a) ![Last Commit)](https://img.shields.io/github/last-commit/Aetherinox/obsidian-gistr?color=b43bcc)
99

10+
### <!-- md:version stable- --> 1.6.5 <small>April 04, 2024</small> { id="1.6.5" }
11+
12+
- `chore`: update language entries
13+
- `chore`: update environment vars for branch main and stable
14+
- `change`: github default dark theme scrollbar color
15+
- `change`: add Env.Api to store api links
16+
- `change`: remove 'AppBase' declaration, migrated to pluginBase
17+
- `tests`: bump version 1.6.5
18+
- `fix`: opengist bug improperly formatting text
19+
- `fix`: css syntax errors
20+
1021
### <!-- md:version stable- --> 1.6.4 <small>April 02, 2024</small> { id="1.6.4" }
1122

1223
- `feat`: add `gistr-web` codeblock as alternative to `raw: true`

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "gistr",
33
"name": "Gistr",
4-
"version": "1.6.4",
4+
"version": "1.6.5",
55
"minAppVersion": "1.0.0",
66
"description": "Integrate Opengist and Github gists into your notes, allowing you to create, update, and share between your notes and gist services",
77
"author": "Aetherinox",

package-lock.json

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gistr",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "Integrate Opengist and Github gists into your notes, allowing you to create, update, and share between your notes and gist services",
55
"main": "main.js",
66
"repository": {

0 commit comments

Comments
 (0)