Christophe Marin 2023-06-14 10:03:31 +00:00 committed by Git OBS Bridge
parent 7da5f3d2ce
commit f047f0b98a
6 changed files with 49 additions and 20 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE5uvW6wUY/lvMpfanaqzdJjws79QFAmO8G8oACgkQaqzdJjws
79RDgw/+IP4aYUebIUHGeaGXPNKPMiKG/UMcyOlJXKizSo46wuBNjlRwnI0ziTVI
CIqTIPhrD60WKYjuTKoqq61WdhPcCSt9EYhxoYrZTMKpot1aaClhggTukkK3d3jG
7GHrQdRkFvSNjERGVI5elwipQPdrSrTI3suwE0+hKA0mCIpcQaiGDnaNGs6UyFgg
mAqS0VV5eatjIcgLiqB83dq4CT1vJT4PC4l5SO1+i4ObPYPqLgHtEbiJP/15aaSa
PZRsTEW1Nl7tUqHHhZZLPQICKynDzI8IANslKlMTehpYvtlbZ+ztk16FRmfNMObX
fCt2GLZo3OP23cCANx4ALql4P7UwaU3XOgAVHztcFa59nvSsrOh+v67A+dlgD0bu
4Ny93Ucju/u87WJSsevLuQlDDR/i7ZzvBmIX5NUPVBKT3epZbv4xymmUnEc1Rk46
qiqv1gd81/lUgwLOGpbfnAOMNqnGYaDaeOhhqc8ALfNbckr2eVwWKIRV76qo187K
x6DP1CPrZaJWb6tLuROj8xP5dyE8x6RUQkZh5bEHg1BPmadxdLEtXwC3gACvjGWl
31PwzRN7N1g6So9IHzNbgGHnbaEFYPEGSGu5ZzyMXy7iIlOHeQHm13WHfrL5kLZ3
g2G9QF8E0veNBhrPGU80u7TxPfGlKYestWprFTB894WtP5bO1rc=
=bb10
-----END PGP SIGNATURE-----

3
okteta-0.26.11.tar.xz Normal file
View File

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

16
okteta-0.26.11.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE5uvW6wUY/lvMpfanaqzdJjws79QFAmR+7hkACgkQaqzdJjws
79T3ABAApZcJZ9i0SMixRciWPfajL2rPxDptkorSpz3vEm0TEQoHjGQ/lKEY+320
vZfGJCPCh27yMyChCiYDNspIyFb8pwbHY0DgczkjR5mRnvL0qD49VBFm1inhvclH
/0pItzeHNlLwBfVWeCXYVH+FkXqDDqv1p1ugvGLBRIXqmS9CwMLLJ5MOLMSwczw5
ASXprMIZz3J6oLtcpm0BZTTzJg76TmnyzxHkFb1FbiUpQ1VpZ1Rtw2PnURm5Ay/n
tPCWN8v2TxHyUuFqaH/v0NwTR1dEaJJnrWA9MkuF7h81kVlTDmyIhofXOUs8/+s4
WNaPwq5iFJjAO47slVuob/g1a+7NIrk/iWL/3gDAdmanhQXlu9R1M6rTAminK0J4
0J6eRcWxQDBjn6+5uZpvq9sJU+6ySCkwj/0FNzGzidlS8qgA/jtE+WNGKRzH8ORO
WQTGopCGdlFrPsxcEvoLP/nw3DI5oyrscT+1BrlXrDMlzfynXjMqXE9jX7hG4Mw8
C3LofIcYY2oLzIMNsvAVO9G+at/aBJqisAaqjo7ukG4JsYv0SgSGV/MSoKItu+Cw
jJoZv2jz8WWuqA2B1Ktv1RcS7zJyXylmFm/f8lAAu2iAkRSoLBr34MqI03i4rgac
1HHzrKFz0UhVvf63wLLxjEA7Xh80Yii8BBp9zErK9yitK77xn2k=
=3DvK
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Jun 14 10:00:56 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 0.26.11:
* Improved: translations
* Improved: Search tool: store used settings in the config
* Improved: Replace tool: store used settings in the config
* Improved: Select range tool: store used settings in the config
* Improved: Goto tool: store used settings in the config
* Improved: Pattern generator: store also used input encoding
in the config
* Improved: Statistics tool: add option to copy data to clipboard
* Improved: Statistics tool: use consistent formatting for
percent column
* Improved: Structures tool: enable context menu for array and
string elements
* Improved: Structures tool: show tooltip for array & string elements
* Fixed: Search tool: prevent crash on backward search with empty array
* Fixed: Search tool: enhance/fix search behaviour with existing selection
* Fixed: Search tool: don't reset stored search direction on first dialog show
* Fixed: Replace tool: prevent crash on backward search with empty array
* Fixed: Replace tool: enhance/fix search behaviour with existing selection
* Fixed: Structures tool: fix parsing 3 and 4 byte UTF-8 sequences
* Fixed: Structures tool: fix outdated error indices for UTF-8 string decoding
* Fixed: unit tests accidentally shared working directories (kde#467541)
* Changed: Select range tool: move "Relative to end" field next to end input
* Changed: Search tool: disable automagic for "In selection" checkbox (kde#441925)
* Changed: Replace tool: disable automagic for "In selection" checkbox (kde#441925)
-------------------------------------------------------------------
Mon Jan 16 09:08:02 UTC 2023 - Wolfgang Bauer <wbauer@tmo.at>

View File

@ -20,7 +20,7 @@
%define Okteta_sover 3
%bcond_without released
Name: okteta
Version: 0.26.10
Version: 0.26.11
Release: 0
Summary: Hex Editor
License: GFDL-1.2-only AND GPL-2.0-only