- Update to 0.5.3:

* Correctly nest comments when updating comments panel (#169).
  * Update text in comments panel when a comment is modified.
  * Fix display of >4GiB virtual offsets in files that are <=4GiB (#170).
  * Add support for code page 437 (IBM) and 932/936/949/950 (Microsoft).
  * Fix handling of multibyte character boundaries in document view.
  * Draw wide characters in document view (#173).
  * Move forwards/backwards and select whole instructions from disassembly in document view.
  * Don't capture tab key press in text area of document view.
  * Add missing error checks.
  * Add number base option to "Jump to offset" dialog.
  * Drawing optimisations (improves responsiveness), particularly on macOS.
  * Fix some undefined behaviour issues.

OBS-URL: https://build.opensuse.org/package/show/editors/rehex?expand=0&rev=13
This commit is contained in:
Michael Vetter 2022-06-26 09:43:17 +00:00 committed by Git OBS Bridge
parent 05fee72200
commit 304394c29f
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f392ff60a9d14c506536ab2a5541fca8b4017c5de1a428d119204d99ec3c220
size 3925436

3
rehex-0.5.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eabe0a4dc9341f9d0cdd6845248f818e8bc3a828476c8928fcf26828d9d67985
size 3926138

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Jun 26 09:42:21 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.5.3:
* Correctly nest comments when updating comments panel (#169).
* Update text in comments panel when a comment is modified.
* Fix display of >4GiB virtual offsets in files that are <=4GiB (#170).
* Add support for code page 437 (IBM) and 932/936/949/950 (Microsoft).
* Fix handling of multibyte character boundaries in document view.
* Draw wide characters in document view (#173).
* Move forwards/backwards and select whole instructions from disassembly in document view.
* Don't capture tab key press in text area of document view.
* Add missing error checks.
* Add number base option to "Jump to offset" dialog.
* Drawing optimisations (improves responsiveness), particularly on macOS.
* Fix some undefined behaviour issues.
-------------------------------------------------------------------
Sat Jun 25 10:14:27 UTC 2022 - Michael Vetter <mvetter@suse.com>

View File

@ -17,7 +17,7 @@
Name: rehex
Version: 0.5.2
Version: 0.5.3
Release: 0
Summary: Reverse Engineers' Hex Editor
License: GPL-2.0-only