- Update to 0.61.0:

* Permit trailing commas in template enum definitions (#216).
  * Add overwrite/insert toggle to "Fill range" dialog (#213).
  * Add copy/export context menu commands to strings tool (#210).
  * Fix temporary hang in strings tool when processing large files (#217).
  * Fix settings not being saved during application exit.
  * Batch comments panel updates to improve responsiveness (#205).
  * Add search field to comments panel (#204).
  * Add bit editor tool.
  * Add checksum tool (#219).
  * Add options to search for floating point values.
  * Don't reload files modified externally when requested not to.
  * Start search when Enter is pressed in search dialog input field,
	  or search backwards when Shift+Enter is pressed.
  * Add "Reload automatically" toggle to "File" menu to automatically
	  reload the file when modified externally (and not in the editor) (#222).
  * Preserve scroll position when reloading file.

OBS-URL: https://build.opensuse.org/package/show/editors/rehex?expand=0&rev=20
This commit is contained in:
Michael Vetter 2024-02-15 07:57:09 +00:00 committed by Git OBS Bridge
parent abc18acec0
commit 3069a54a07
4 changed files with 26 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Feb 15 07:55:57 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.61.0:
* Permit trailing commas in template enum definitions (#216).
* Add overwrite/insert toggle to "Fill range" dialog (#213).
* Add copy/export context menu commands to strings tool (#210).
* Fix temporary hang in strings tool when processing large files (#217).
* Fix settings not being saved during application exit.
* Batch comments panel updates to improve responsiveness (#205).
* Add search field to comments panel (#204).
* Add bit editor tool.
* Add checksum tool (#219).
* Add options to search for floating point values.
* Don't reload files modified externally when requested not to.
* Start search when Enter is pressed in search dialog input field,
or search backwards when Shift+Enter is pressed.
* Add "Reload automatically" toggle to "File" menu to automatically
reload the file when modified externally (and not in the editor) (#222).
* Preserve scroll position when reloading file.
-------------------------------------------------------------------
Mon Jul 31 06:17:56 UTC 2023 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package rehex
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: rehex
Version: 0.60.1
Version: 0.61.0
Release: 0
Summary: Reverse Engineers' Hex Editor
License: GPL-2.0-only