Skip to content

Commit

Permalink
feat(agent) 1.optimize log logic; 2.add bat support; 3.update depende…
Browse files Browse the repository at this point in the history
…ncies versions.
  • Loading branch information
motalin committed Jul 6, 2023
1 parent b4f101c commit 343277d
Show file tree
Hide file tree
Showing 60 changed files with 2,741 additions and 3,996 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ tat_agent_aarch64
install/tat_agent_*.zip
install/tat_agent_*.tar.gz
install/tat_agent_*install*
install/data.zip
install/tmpdata/
# temp script generated by test.
.*.sh
*.exe
Expand Down
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file.

## [1.0.3] - 2023-07-03

### Changed
- Add installer packager.
- Add consistent global snapshot support.
- Fix init script bugs.
- Update dependencies versions

## [1.0.2] - 2023-05-26

### Changed
- Fix PtyInfoFile bugs.

## [1.0.1] - 2023-05-09

### Changed
- Add register instance.
- Add vscode proxy support.
- Optimize some logic.

## [0.1.33] - 2023-02-23

### Changed
Expand Down Expand Up @@ -40,7 +61,7 @@ All notable changes to this project will be documented in this file.
## [0.1.25] - 2022-06-24

### Changed
- Dispath error msg when pty bash terminated.
- Dispatch error msg when pty bash terminated.

## [0.1.24] - 2022-06-23

Expand Down
Loading

0 comments on commit 343277d

Please sign in to comment.