Skip to content

v1.10.0

Latest
Compare
Choose a tag to compare
@joaomoreno joaomoreno released this 23 Apr 19:00
3737dfe

Changes:

Bugs:

  • #444: Search not re-evaluated after file modification
  • #406: RegEx search broken in Hex Editor
  • #454: Overwrite option doesn't work when a opened file is deleted
  • #428: Hex Editor displays unnecessary notification when a previously-opened file is deleted
  • #455: Number of bytes selected (in status bar) is very unreliable.
  • #329: Respect the editor.scrollBeyondLastLine setting
  • #119: Document length unchanged after after shortening the file on disk
  • #219: Moving the cursor when the selected cell is out of the viewport should show it in the viewport
  • #265: Shift+arrow does not support selection shrinking
See More
  • #328: No mouse feedback for selected bytes
  • #268: Mouse selection does not update when cursor is on the selection start
  • #239: Open active file in hex editor doesn't work when another custom editor is opened
  • #343: Data inspector overlaps data
  • #330: Int24 incorrect for big-endianness
  • #301: File watcher does not work if the URI is more than just a file-path
  • #293: render error when trigger large file warning
  • #292: CSP issues when rendering editor
  • #228: Improve the experience with a trackpad
  • #210: editor.fontSize=20 UI Component overlap
  • #130: Data inspector and search shift around when changing selected cell
  • #231: Data inspector text boxes lack bottom focus outline
  • #234: Floats may be too large to display, regardless of sidebar width
  • #232: Float 32 sometimes says "End of File"
  • #222: Uint8 and 8 bit binary don't work when the hex value is 0

Others:

  • #514: 1.10.0
  • #513: Fix: duplicate saving and stale webview.
  • #503: Edit mode and input byte insertion
  • #512: Don't localize empty string
  • #502: Add hover byte status
  • #510: fix(ci): move out PR key
  • #509: Remove code ql action
  • #505: Fixes wrong font-size var
  • #508: Use XVFB for running extension tests
  • #507: Add a PR github action
  • #506: Add pr none to 1es
  • #497: Engineering - cleanup TSA pipeline template parameter
  • #495: Update CHANGELOG.md
  • #492: fix: compile errors
  • #491: Bump version to release new fixes
  • #488: Display in data inspector ULEB128 and SLEB128
  • #489: Fix typos in CHANGELOG.md
  • #486: Show status offset and selection in dec and hexa
  • #482: Display unsigned before signed int64
  • #483: Display ascii character in data inspector
  • #481: chore: update dependencies, adopt prettier
  • #480: Fix plugin description
  • #465: add common cjk encoding (gb18030 for simple Chinese, big5 for traditional Chinese, euc-kr for Korean, euc-jp for Japanese) datatype support
  • #478: chore: localize the extension
  • #476: fix: improve range selection logic, support delete
  • #477: fix: slight selection bugs
  • #466: Why cannot deletion be performed in editing?
  • #471: Fix codeql hashing warning
  • #470: Select between offsets
  • #460: chore(deps-dev): bump @babel/traverse from 7.19.3 to 7.23.2
  • #459: chore(deps-dev): bump postcss from 8.4.21 to 8.4.31
  • #453: fix: dispose all disposables in openCustomDocument
  • #452: Remove fixed issues from README
  • #451: Add fp16 and bf16 support in data inspector
  • #450: 1.9.12
  • #448: fix: scroll to the top when hit home key
  • #449: Fix: the selection count is updated when switching between tab groups.
  • #446: chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
  • #443: Edit comment wording
  • #442: Engineering - add TSAOptions
  • #438: Engineering - update stable pipeline
  • #437: Fixed editor failing to open read-only files
  • #427: debt: remove dependency on linaria, use css modules instead
  • #417: Remove implicit activation events
  • #414: 1.9.11
  • #404: Release/1.9.10
  • #410: Add octal representation of the current byte in data inspector
  • #402: chore(deps): bump json5 from 2.2.1 to 2.2.3
  • #401: Feat/count selected bytes
  • #349: add functions to count selected bytes
  • #399: refactor: get a 45% performance boost
  • #398: fix: respect editor.scrollBeyondLastLine
  • #397: fix: update scroll size when underlying file size changes
  • #396: fix: accumulate scroll delta for better trackpad scrolling
  • #395: chore: update react and recoil
  • #393: Shrink thickness of progress bar
  • #391: fix tsc errors, and run it in prs too
  • #390: fix: use a smaller page size for debug memory
  • #389: Remove PR Chat
  • #383: update linaria, make webview sourcemaps work
  • #376: feat: Add Hex Editor button to editor/title menu
  • #382: Bump version for release
  • #378: Ignore native selection where we have a custom selection
  • #372: docs: fix inconsistencies in README and CONTRIBUTING
  • #371: Onboard to codereview bot
  • #370: feat: add binary type to data inspector properties
  • #369: Update changelog and version for release
  • #365: Bytes searching get wrong result
  • #367: Fix binary mode search #365
  • #363: Fix #239
  • #362: Bump the correct version for release
  • #361: Bump version for release
  • #359: fix: bytes shown at page boundaries
  • #358: HexEditor shows wrong values on large file
  • #357: fix: data inspector overlap
  • #351: Bump minimist from 1.2.5 to 1.2.6
  • #347: Fix 346
  • #323: Feature request: Change default decoded text encoding to ASCII
  • #342: Update README to reflect current configuration
  • #338: feat: add inline data inspector
  • #337: Column Width breaks when empty/null
  • #336: Delete repeated words
  • #331: Fixing 24-bit view #330
  • #326: Undo / Redo causes whole viewport to flash
  • #325: Streaming 1 fixes
  • #313: Feature request: Limit read size for large files
  • #320: Shift+click in hex editor does not select range as expected
  • #321: Editing a byte and saving (in a virtual workspace?) always triggers a warning from hex editor extension
  • #322: Hitting 'enter' in the replace widget does not replace selected match
  • #319: Hex editor fails to display file contents when backgrounded, foregrounded and scrolled
  • #314: Finish read-only parity of hex editor
  • #316: Implement editing, find/replace in streaming model
  • #315: Add keybinding for gotoOffset
  • #294: Can't type anything in Find text box
  • #244: Update and consolidate the gifs in the readme
  • #287: Fix Shift+Click selection
  • #230: Shift+click doesn't act as expected
  • #289: Support virtual workspaces
  • #288: Support Workspace Trust
  • #280: Cannot type dot in place of NULL char ('\0')
  • #281: Cannot type plus '+' at the end of file
  • #282: Fixes the unability to type dot or plus in some places
  • #269: Find widget dropdown doesn't honor font size
  • #266: Weird round border in data inspector
  • #215: Add default endianness setting
  • #256: Greatly improve scroll experience on trackpads
  • #227: Support ballistic scrolling
  • #255: Fix first column widget across font size/zoom
  • #254: Add new auto reveal setting with docs
  • #223: I really don't like the data inspector side bar
  • #252: Remove data inspector header, improve panel name
  • #132: Header colors are too loud
  • #251: Keep utf-16 stable for most characters
  • #248: Ensure full input outline is visible
  • #249: Use a similar style to other activity bar icons
  • #218: Hex editor icon should not be solid
  • #247: Improve data inspector grid space usage
  • #246: Support cmd+left/right for start/end of line
  • #229: Support cmd+left/right to go to start/end of line
  • #243: Fix eslint warnings
  • #245: typescript@4.2
  • #242: Tidy up readme/ext description
  • #221: Use consistent language in readme
  • #241: Fix inspector sometimes saying end of file
  • #238: Add editorconfig from vscode and format
  • #213: Support different scheme file uris
  • #103: Can't switch focus from left/right easily
  • #205: Support for untitled files
  • #206: Don't mention engine version in readme

This list of changes was auto generated.