We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3464a commit f258476Copy full SHA for f258476
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v2.1.0 (2 Feb 2020)
2
+
3
+* feat: change navigation bar height
4
+* feat: change default transparency to 1
5
+* feat: change loaded plugin position
6
+* feat(console): remove debug filter
7
+* feat(console): improve input style
8
+* feat(console): show filter text
9
+* feat(network): add requests api [#132](https://github.com/liriliri/eruda/issues/132)
10
11
## v2.0.2 (9 Jan 2020)
12
13
* chore: reduce file size (452kb -> 418kb)
package.json
@@ -1,6 +1,6 @@
{
"name": "eruda",
- "version": "2.0.2",
+ "version": "2.1.0",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"scripts": {
0 commit comments