Skip to content

Commit

Permalink
version 0.3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jan 21, 2020
1 parent 56a32d4 commit 2b44ce3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Kactus",
"bundleID": "io.kactus.KactusClient",
"companyName": "Kactus.io",
"version": "0.3.25",
"version": "0.3.26",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
23 changes: 12 additions & 11 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"unreleased": [
"[New] Interactive tutorial for new users to become productive using Git and Kactus more quickly",
"[Fixed] File path truncation in merge conflicts dialog",
"[Fixed] Support pushing workflow files for GitHub Actions to GitHub.com",
"[Improved] Warn when committing to a protected branch",
"[Improved] Warn when committing to a repository you don't have write access to",
"[New] Users can configure Desktop to always bring or leave changes when switching branches",
"[New] Prompt users to re-authorize if required by any of their GitHub organizations",
"[Fixed] Recognize if the current branch of a fork has a pull request to the upstream repo",
"[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."
],
"unreleased": [],
"releases": {
"0.3.26": [
"[New] Interactive tutorial for new users to become productive using Git and Kactus more quickly",
"[Fixed] File path truncation in merge conflicts dialog",
"[Fixed] Support pushing workflow files for GitHub Actions to GitHub.com",
"[Improved] Warn when committing to a protected branch",
"[Improved] Warn when committing to a repository you don't have write access to",
"[New] Users can configure Desktop to always bring or leave changes when switching branches",
"[New] Prompt users to re-authorize if required by any of their GitHub organizations",
"[Fixed] Recognize if the current branch of a fork has a pull request to the upstream repo",
"[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."
],
"0.3.25": ["[Fixed] Don't show dev tools on startup."],
"0.3.24": [
"[Fixed] Notarized the App so that macOS 10.15 doesn't complain."
Expand Down
2 changes: 1 addition & 1 deletion plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kactus",
"version": "0.3.23",
"version": "0.3.26",
"skpm": {
"description": "A proper version control tool for designers",
"main": "../out/plugin.sketchplugin",
Expand Down

0 comments on commit 2b44ce3

Please sign in to comment.