Skip to content

Commit 9e0d07f

Browse files
author
LucasPadovan
committed
Fixes for a proper Pull Request
1 parent 3ac9954 commit 9e0d07f

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
## 0.3.2 - Second Release of the fork
1+
## 0.3.2 - Third Release, multiTabs partial support
22
* Added partial support for multiple panes (Saves the files opened, not the splitted panes)
33
* Avoid saving and filling the localStorage with empty elements for branches without tabs opened.
4-
* TODO: licence, activeTab is not properly loaded, code cleanup, multi-pane support, tests.
4+
* TODO: activeTab is not properly loaded, code cleanup, multi-pane support, tests.
55

6-
## 0.3.1 - First Release of the fork
6+
## 0.3.1 - Second Release, localStorage
77
* Added localStorage to save the tabs
8-
* TODO: licence, activeTab is not properly loaded, code cleanup.
8+
* TODO: activeTab is not properly loaded, code cleanup.
9+
10+
## 0.1.0 - First Release
11+
* Every feature added
12+
* Every bug fixed

lib/utils.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module.exports =
33
return process.env.ATOM_HOME + '/git-tabs'
44

55
getItemPath: (item) ->
6-
# path = if item.buffer.file then item.buffer.file.path else ''
76
return item.buffer?.file?.path
87

98
getActiveItemPath: ->

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "git-tabs",
33
"main": "./lib/git-tabs",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"description": "Preserve your tabs on a per-branch and per-repo basis",
66
"keywords": [],
77
"activationCommands": {},
8-
"repository": "https://github.com/lucaspadovan/git-tabs",
8+
"repository": "https://github.com/anderoonies/git-tabs",
99
"license": "MIT",
1010
"engines": {
1111
"atom": ">=1.0.0 <2.0.0"

0 commit comments

Comments
 (0)