Skip to content

Commit 2b44ce3

Browse files
committed
version 0.3.26
1 parent 56a32d4 commit 2b44ce3

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "Kactus",
44
"bundleID": "io.kactus.KactusClient",
55
"companyName": "Kactus.io",
6-
"version": "0.3.25",
6+
"version": "0.3.26",
77
"main": "./main.js",
88
"repository": {
99
"type": "git",

changelog.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"unreleased": [
3-
"[New] Interactive tutorial for new users to become productive using Git and Kactus more quickly",
4-
"[Fixed] File path truncation in merge conflicts dialog",
5-
"[Fixed] Support pushing workflow files for GitHub Actions to GitHub.com",
6-
"[Improved] Warn when committing to a protected branch",
7-
"[Improved] Warn when committing to a repository you don't have write access to",
8-
"[New] Users can configure Desktop to always bring or leave changes when switching branches",
9-
"[New] Prompt users to re-authorize if required by any of their GitHub organizations",
10-
"[Fixed] Recognize if the current branch of a fork has a pull request to the upstream repo",
11-
"[New] Add a new Kactus option to limit the diffs to top-levels layers. It should improve a lot the performances but the merge will be less granular."
12-
],
2+
"unreleased": [],
133
"releases": {
4+
"0.3.26": [
5+
"[New] Interactive tutorial for new users to become productive using Git and Kactus more quickly",
6+
"[Fixed] File path truncation in merge conflicts dialog",
7+
"[Fixed] Support pushing workflow files for GitHub Actions to GitHub.com",
8+
"[Improved] Warn when committing to a protected branch",
9+
"[Improved] Warn when committing to a repository you don't have write access to",
10+
"[New] Users can configure Desktop to always bring or leave changes when switching branches",
11+
"[New] Prompt users to re-authorize if required by any of their GitHub organizations",
12+
"[Fixed] Recognize if the current branch of a fork has a pull request to the upstream repo",
13+
"[New] Add a new Kactus option to limit the diffs to top-levels layers. It should improve a lot the performances but the merge will be less granular."
14+
],
1415
"0.3.25": ["[Fixed] Don't show dev tools on startup."],
1516
"0.3.24": [
1617
"[Fixed] Notarized the App so that macOS 10.15 doesn't complain."

plugin/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kactus",
3-
"version": "0.3.23",
3+
"version": "0.3.26",
44
"skpm": {
55
"description": "A proper version control tool for designers",
66
"main": "../out/plugin.sketchplugin",

0 commit comments

Comments
 (0)