- Fix error "Cannot find module 'path-is-inside'" #102
- Change settings dynamically #38
- Icon in side bar (use of svg) #48
- Icon for treeView (use of vscode builtin icons) #95
- Fix use of character ~ on linux system #47
- Use of fs.mkdirSync, fs.copyFile inplace of third library usage #75
- local-history.treeLocation not working #98
- Remove commands for tree in the command panel #94
- 3 different history views (current, all, specific)
- SubMenu item for restoring files #23
- Local history as activity bar item, use settings
local-history.treeLocation
#41 - Remove html document
- Fix cannot read property 'document' of undefined #31
- Fix Cannot read property 'fsPath' of undefined #35
- Add variable ${workspaceFolder} for setting "local-history.path"
- Add variable ${workspaceFolder: 0} for setting "local-history.path in multi-root workspace"
- Support for multi-root workspace
- Fix vscode.workspace.getWorkspaceFolder(file) return null when open from command line #24
- Fix delete file history in treeView.
- New setting
local-history.saveDelay
to add a delay (in seconds) on history generation. According to request #20 - New setting
local-history.dateLocale
to specify the locale to use when displaying date
- Fix error "Cannot read property 'document' of undefined" when opening a folder
- Fix calculate relative date
- Displays a local-history tree in the explorer pane #21
- Add first file version #9-#19
- The minimum supported version of VS Code is now 1.15.0 (to support multi-root)
- Fix file naming generation, length under 14 chars #18
- Setting
enabled
is a number (previously boolean)
(0: never, 1: always, 2: limited to workspaceFolder) - Setting
exclude
is an array (previously string)
array of folder or files to not save (glob)
- Save single files, without workspacefolder #8
- Setting
absolute
to allow saving absolute path inlocal-history.path
#16
- The minimum supported version of VS Code is now 1.14.0
- Fix issue with variables like %AppData% in local-history.path #15
- Replace jade by pug
- Improve html viewer (display settings, add buttons, ...)
- Refresh html viewer when save file (if viewer is visible)
- Compare: force current file on right part to allow edition
- Use new version of TypeScript, VSCode, vsce...
- Fix issue with no workspace #12
- New setting
local-history.path
to specify another location for .history folder #4 - Fix an issue: history files can no longer be save in a deep-level structure (vscode 1.7.1, windows) (caused by vscode.workspace.findfiles) #5
- Use new version of TypeScript, VSCode, vsce...
- Fix an issue with vscode.workspace.asRelativePath (vscode 1.6)
- Fix an issue with save encoding #3
- New command
local-history.showViewer
to show the local history in a html document to the side
- New setting
local-history.enabled
to desactivate this extension - Show text document in active column
- Fix an issue when create directory structure #1
- New commands:
local-history.showCurrent
to show current version (if history version is active)local-history.compareToCurrent
to compare current version with another version in historylocal-history.compareToActive
to compare active file with another version in historylocal-history.compareToPrevious
to compare a version in history with its previous version