-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,89 @@ | ||
# 1.3.0 | ||
|
||
- Cleanups and reload | ||
- Bump terser from 5.12.1 to 5.14.2 | ||
- Make file headers sticky | ||
- Add a footer like "viewed 2/8" | ||
- Setup Jest and Husky | ||
- Bump package version to `1.3.0` | ||
- Housekeeping | ||
- Add new workflows and some minor changes | ||
- Fix Message Handler | ||
- Fix lint | ||
- Save viewed state | ||
- Show "changed since last view" | ||
- Add a simple loading to webview | ||
- Minor improvements for loading large diff files | ||
|
||
# 1.2.0 | ||
|
||
Update dependencies and fix encoding issue | ||
- Update dependencies and fix encoding issue | ||
|
||
# 1.1.14 | ||
|
||
Codebase improvements | ||
|
||
# 1.1.13 | ||
|
||
Fix `Viewed` toggle when side-by-side is set | ||
|
||
Remove web extension kind | ||
- Fix `Viewed` toggle when side-by-side is set | ||
- Remove web extension kind | ||
|
||
# 1.1.12 | ||
|
||
Simplify webpack config and use vscode joinPath | ||
- Simplify webpack config and use vscode joinPath | ||
|
||
# 1.1.11 | ||
|
||
Fix meta tags | ||
- Fix meta tags | ||
|
||
# 1.1.10 | ||
|
||
Decode the file content properly | ||
- Decode the file content properly | ||
|
||
# 1.1.9 | ||
|
||
Add support for \*.patch files | ||
- Add support for \*.patch files | ||
|
||
# 1.1.8 | ||
|
||
Add `path-browserify` as fallback and more adjustments for browser | ||
- Add `path-browserify` as fallback and more adjustments for browser | ||
|
||
# 1.1.7 | ||
|
||
Bump dependencies & enable browser in `package.json` | ||
- Bump dependencies & enable browser in `package.json` | ||
|
||
# 1.1.6 | ||
|
||
Bump dependencies | ||
- Bump dependencies | ||
|
||
# 1.1.5 | ||
|
||
Bump dependencies | ||
- Bump dependencies | ||
|
||
# 1.1.4 | ||
|
||
Support VS Code Workspace Trust | ||
- Support VS Code Workspace Trust | ||
|
||
# 1.1.3 | ||
|
||
- | ||
- Bump dependencies | ||
|
||
# 1.1.2 | ||
|
||
Minor fixes | ||
- Minor fixes | ||
|
||
# 1.1.1 | ||
|
||
Fixed some minor style-related things | ||
- Fixed some minor style-related things | ||
|
||
# 1.1.0 | ||
|
||
UI improved | ||
- UI improved | ||
|
||
# 1.0.1 | ||
|
||
Fixed some style-related things | ||
- Fixed some style-related things | ||
|
||
# 1.0.0 | ||
|
||
First release | ||
- First release |