Accepting request 1188955 from editors

- Update to 0.62.0:
  * This release includes changes and new features to assist editing
    of sub-byte-width values and non-byte-aligned values in files:
    + Add bit array data type (#167).
    + Allow selecting and setting comments/highlights/types on
    bit-sized/aligned quantities, not just byte-aligned (#155).
    + Allow defining arbitrary integer types, up to 64 bits wide (#215).
    + Allow navigating hex data by nibbles rather than bytes (#58).
  * There are also improvements to the highlighting feature, and general usability improvements:
    + Allow colouring data by byte value (#223).
    + Allow changing/defining custom highlight colours and assigning labels to them (#227).
    + Use dimmer highlight colours for dark colour schemes (#227).
    + Save highlight colours/labels per-file (#60).
    + Allow changing keyboard shortcuts (#226).
    + Add Shift+Enter shortcut for "OK" in the comment dialog (#226).
    + Display offset in both decimal and hexadecimal in status bar (#228).
    + Fix handling of relative paths specified on the command line when
      opening in an existing instance (#237).

OBS-URL: https://build.opensuse.org/request/show/1188955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rehex?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-07-22 15:18:48 +00:00 committed by Git OBS Bridge
commit 939d103524
4 changed files with 26 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Jul 22 08:23:38 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.62.0:
* This release includes changes and new features to assist editing
of sub-byte-width values and non-byte-aligned values in files:
+ Add bit array data type (#167).
+ Allow selecting and setting comments/highlights/types on
bit-sized/aligned quantities, not just byte-aligned (#155).
+ Allow defining arbitrary integer types, up to 64 bits wide (#215).
+ Allow navigating hex data by nibbles rather than bytes (#58).
* There are also improvements to the highlighting feature, and general usability improvements:
+ Allow colouring data by byte value (#223).
+ Allow changing/defining custom highlight colours and assigning labels to them (#227).
+ Use dimmer highlight colours for dark colour schemes (#227).
+ Save highlight colours/labels per-file (#60).
+ Allow changing keyboard shortcuts (#226).
+ Add Shift+Enter shortcut for "OK" in the comment dialog (#226).
+ Display offset in both decimal and hexadecimal in status bar (#228).
+ Fix handling of relative paths specified on the command line when
opening in an existing instance (#237).
-------------------------------------------------------------------
Thu Mar 14 06:10:52 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

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