Skip to content

Commit

Permalink
version 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jul 16, 2018
1 parent 84ab2da commit f400ba2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 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.11",
"version": "0.3.12",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
8 changes: 6 additions & 2 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"unreleased": [],
"releases": {
"0.3.12": [
"[Improved] Add some padding around image diffs so that it's easier to grab the slider",
"[Fixed] Closing a sketch file in the changes list would make it disappear"
],
"0.3.11": [
"[Fixed] Fetching the diff for a commit in the history tab"
],
Expand All @@ -11,7 +15,7 @@
"[Fixed] Handle Sketch files with pages with the same name"
],
"0.3.8": [
"[Fixed] Bug which crash Kactus on startup."
"[Fixed] Bug which crash Kactus on startup"
],
"0.3.7": [
"[New] New history tab with possibility to compare to a branch",
Expand All @@ -21,7 +25,7 @@
],
"0.3.6": [
"[Fixed] Remove Bitcoin payment (removed by Stripe)",
"[Improved] Remove collection of usage data. We are not looking at them and we don't like collecting data for the sake of it.",
"[Improved] Remove collection of usage data. We are not looking at them and we don't like collecting data for the sake of it",
"[Improved] Use update.electronjs.org as the update server",
"[Improved] Add warning when renaming a branch",
"[Improved] Getting the git status should a lot faster (up to 15 times)"
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.11",
"version": "0.3.12",
"skpm": {
"description": "A proper version control tool for designers",
"main": "../out/plugin.sketchplugin",
Expand Down

0 comments on commit f400ba2

Please sign in to comment.