-
Notifications
You must be signed in to change notification settings - Fork 26
/
CHANGELOG
38 lines (34 loc) · 1.42 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
v 1.3
=========================================================================
- Several bug fixes
- Check For Update button removed upon PortSwigger request
- Performance improvement
v 1.2
=========================================================================
- Check for the libraries before loading
- Check For Update button
- Open Extension Home Page button
v 1.1
=========================================================================
- Fixing .Net Pipe-delimited Ajax responses issues
v 1.0
=========================================================================
- Works with the latest version of Burp Suite (tested on 1.5.21)
- Automatic beautifying responses in all tabs
- Ability of beautifying the headers
- JSBeautifier Settings tab
- Multiple bugs were fixed
- Rhino library has been updated
- Syntax highlighter library has been updated
- Moved to GitHub
- License changed to MIT
v 0.1a
=========================================================================
- First version of extension with Java in GoogleCode
- Automatic beautifying the responses in proxy
- Manual beautifying the requests/responses
- Supporting Burp suite scope
- Mimicking exact behaviour of JSBeautifier.org website by using Rhino library
- Supporting multiple file types (JS, CSS, HTML, and so on)
- Detecting packers and obfuscators (based on JSBeautifier.org)
- Syntax highlighter in the read-only editor by using Fifesoft RSyntaxTextArea library