Skip to content

Commit

Permalink
feat: version md
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Sep 30, 2022
1 parent c4acfdb commit bfcf453
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 17 deletions.
44 changes: 27 additions & 17 deletions scripts/version.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,26 @@
-->
# Version Log:

##0.2.6
## 0.3.1

1. Fixed false recognition in ios Chrome

## 0.3.0

1. ts reconstruction, using esbuild and rollback
2. Add the disablePaste parameter to disable the paste function
3. Add third-party debugging tools eruda and vconsole

## 0.2.6
1. Add the performance mode and fix the bug that the new version of chrome is incompatible

##0.2.5
## 0.2.5
1. Add disableSelect, disableCopy, disableCut configuration

##0.2.4
## 0.2.4
1. Fix the case of accidental injury under iosEdge

##0.2.3
## 0.2.3
1. Opening the sidebar under edge will cause accidental injury, so disable sizeDetector under edge
2. Increase the clearLog parameter to control whether the console is required for each situation, the default is true

Expand All @@ -30,16 +40,16 @@
3. Refactor the code
4. Fix the problem that ie cannot cache the methods on the console

##0.1.11
## 0.1.11
1. Fix the accidental injury caused by the third-party hack console.log method

##0.1.10
## 0.1.10
1. Fix the problem that sizeDetector accidentally hurts in browser zoom mode

## 0.1.9
1. Fix the bug of accidental injury in IFrame

##0.1.8
## 0.1.8
1. Disable macos option+commond+i
2. Delete some debug code and useless code
3. Modify the event model
Expand All @@ -50,10 +60,10 @@
3. Add detectors configuration
4. Fix ios 15 accidental injury problem

##0.1.5
## 0.1.5
1. Remove the log-time monitoring type (because of inaccuracy)

##0.1.4
## 0.1.4
1. Add detector, add multiple monitoring modes
2. Use logTime mode to get the bottom line, compatible with mac, linux
3. Add clearIntervalWhenDevOpenTrigger parameter
Expand All @@ -65,37 +75,37 @@
## 0.1.2
1. Add the judgment of the document to adapt to the server-side rendering npm call

##0.1.1
## 0.1.1
1. Increase the delay of jumping to the default page after history.back
2. Optimize ondeltoolopen logic

##0.1.0
## 0.1.0
1. Fix the invalid problem under firefox and qq browsers
2. Enable disableMenu configuration
3. Remove internal debug logic
4. Add the default 404 page to jump to

##0.0.6
## 0.0.6
1. For tag attribute configuration, remove the id='disable-devtool' condition and use the disable-devtool-auto attribute
2. Modify the readme

##0.0.5
## 0.0.5
1. Optimize onDevToolOpen event trigger logic

##0.0.4
## 0.0.4
1. Modify the webpack packaging configuration

##0.0.3
## 0.0.3
1. Solve the problem that native methods such as alert will affect the debug timing.
2. Solve the page and the background will affect the debug timing.
3. Compatible with ie, the disableMenu parameter is invalid under ie, because the right button under ie will block the main process and cannot monitor
4. Increase config.stopIntervalTime to indicate the waiting time for canceling monitoring on the mobile terminal
5. Optimize the logic for judging the opening of developer tools

##0.0.2
## 0.0.2
1. Solve the bug of invalid cdn file

##0.0.1
## 0.0.1
1. Support configurable whether to disable the right-click menu
2. Disable f12 and ctrl+shift+i shortcuts
3. Support recognition to open developer tools from browser menu bar and close the current page
Expand Down
4 changes: 4 additions & 0 deletions scripts/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
-->
# Version Log:

## 0.3.1

1. 修复ios chrome中文的误识别

## 0.3.0

1. ts重构,使用esbuild与rollup
Expand Down

0 comments on commit bfcf453

Please sign in to comment.