Skip to content

Tags: nccgroup/Decoder-Improved

Tags

v1.2.6

Toggle v1.2.6's commit message
Fix color issue in dark theme

v1.2.5.1

Toggle v1.2.5.1's commit message
Abandon Nashorn and use Mozilla Rhino for JsPrettifier

v1.2.5

Toggle v1.2.5's commit message
Merge changes from PortSwigger

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Some features (#33)

* Add line number for text editor using TextLineNumber;
Fix scroll issue

* Add remove segment button

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #29 from nccgroup/zehuan-dev

Enhanced tab control and other fixes

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Batch update (#27)

* Improve string concatenation performance

* Fix minor warnings

* Fix missing characters in HTML decoder

* Rearrange components; Add undo/redo functionality

* Add undo/redo to popup menus; Remove registered hotkeys that don't work

* Minor fix

* Higher undo limit; Clear data after tab is removed; Fix component view and other minor stuff

* Update README.md; Revert getMenuShortcutKeyMaskEx back to getMenuShortcutKeyMask to support Java before version 10

* Gzip decoder supports longer length of data

* Package re-structure 1

* Package re-structure 2

* Package re-structure 3

* Package re-structure 4

* Update error message logic

* Package re-structure 5

* Package re-structure 6

* Package re-structure 7

* Package re-structure 8

* Improve "Send to Decoder Improved"

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issue 16, non-UTF-8 is mostly supported (#26)

* Minor improvement on offset calculation

* Minor minor names

* HTML special char encoder supports non-UTF-8 chars now

* Re-org offset calculation

* HTML encode now supports non-UTF-8 characters; replace hard-coded "UTF-8" with `StandardCharsets.UTF_8`

* Allow non-UTF-8 characters in find and replace mode, if anything goes wrong, my bad

v1.2

Toggle v1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update descriptions (#23)