From 4f7b085aeecc0b72a1f4ce92cbfbebfbb047545b95240bca4e46d116b28bd3ac Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 1 Jun 2023 02:46:09 +0000 Subject: [PATCH] - Update to version 0.21.2: * Added CustomLayout, a new custom panel type to allow nesting other layouts inside a static or dynamic layout. This will allow switching between different layouts dynamically, without having to switch modes. * $LS_COLORS will have lesser priority than xplr.config.node_types.*.style. * Now, there's no default color set in xplr.config.node_types.*.style, so xplr will default to $LS_COLORS. * xplr -m now uses jf to render and pass messages. This allows for a more flexible template syntax. * xplr will now ask before delete. * For copy, move or symlink operations, xplr will ask what to do if a file with the same name exists. * CLI help menu improvements * Several fixes and improvements in documentation OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=19 --- _service | 4 ++-- vendor.tar.zst | 4 ++-- xplr-0.21.1.tar.gz | 3 --- xplr-0.21.1.tar.gz.asc | 16 ---------------- xplr-0.21.2.tar.gz | 3 +++ xplr-0.21.2.tar.gz.asc | 16 ++++++++++++++++ xplr.changes | 14 ++++++++++++++ xplr.spec | 2 +- 8 files changed, 38 insertions(+), 24 deletions(-) delete mode 100644 xplr-0.21.1.tar.gz delete mode 100644 xplr-0.21.1.tar.gz.asc create mode 100644 xplr-0.21.2.tar.gz create mode 100644 xplr-0.21.2.tar.gz.asc diff --git a/_service b/_service index 9b3f523..529bcfe 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - xplr-0.21.1.tar.gz + xplr-0.21.2.tar.gz zst true - xplr-0.20.2 + xplr-0.21.2 diff --git a/vendor.tar.zst b/vendor.tar.zst index 240d137..97bd940 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a6835f5e2a946800f9678961972fe5c17132faec64d63c18c0c52c5971648c1 -size 37179515 +oid sha256:ee12ee4cf49b22baa6eb2ad017d2c687ec91fa285a8c742c26a9cf9f006e2f4b +size 37159985 diff --git a/xplr-0.21.1.tar.gz b/xplr-0.21.1.tar.gz deleted file mode 100644 index ddd4330..0000000 --- a/xplr-0.21.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4befb29d862bfaaaaae35da030785782a5d2aabb4b5859974d931ccf468069a -size 453336 diff --git a/xplr-0.21.1.tar.gz.asc b/xplr-0.21.1.tar.gz.asc deleted file mode 100644 index 37ed621..0000000 --- a/xplr-0.21.1.tar.gz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEE1ZyhRxDBfGskcXr5D471JY3DgHcFAmQej+cACgkQD471JY3D -gHcH0xAAnB8EXWaytblzRQsiahaQM3G8mwJVCFgaZRE7KDcywIsL/5XKhfKLS0PM -AkSYo5JWdP3DhSKni5T3yEzo8/KDsitrAkCKOC+sLVveP8NowA72MmFZTCAIvxS/ -jq6mB2rxdG0COmh0IsFp6BCZKYuYaRTXoOxgWqF63q4mtYaeJNIKMJCOHWizFjfX -kw9izNNP1GveiUmzzrlk61IAaWMs0Ww3i/qaF/uJBTwVZSDLUW6+x7RQvpRBHw0y -hUHAfbeCMvw6A3EiY9cYSBp/PQYh+sLA326nGWb3w+DhnTuwVWPE9Fa5b1q53lIR -pecf7PYbHIcuOm2vw3Onz0BQX7uaSk/VtKduKZAf275mVITJgxSHrPCsbh0n0Km5 -5o3325EaXX9BCt6csXrxSmIaP9OjerGR2l2zUKeP3+3BZ3CV0xn8xIYLbUP6Qi/c -bJZIIyCJQsVv3m+IrNLsEhX7SymQyfb4IwAt9ooHinsSuSkxsre//p1ooRrjrLZO -gF6hIMEE8Ic0F+FPh9fVlTxBeNkrAcI1C83mMnJwQ93M4MG83aC2l1TeWR5clxpN -+ug+IAGaYbG325Nki9Ot3Obmbj/kTkTnM/Pl3FlDH3xUPZ3px39br3H+fp2xmLaM -3xmQvQdv8ZkeSI6vl7Obm17XMeds53YFJz3Sndy+5SXRov90ozM= -=8bwt ------END PGP SIGNATURE----- diff --git a/xplr-0.21.2.tar.gz b/xplr-0.21.2.tar.gz new file mode 100644 index 0000000..2a582d2 --- /dev/null +++ b/xplr-0.21.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de433dfe87e903d3eaff4a8e55416609534cfe4a5ef86c0065d7bc405f353090 +size 453806 diff --git a/xplr-0.21.2.tar.gz.asc b/xplr-0.21.2.tar.gz.asc new file mode 100644 index 0000000..e62af96 --- /dev/null +++ b/xplr-0.21.2.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE1ZyhRxDBfGskcXr5D471JY3DgHcFAmRq95AACgkQD471JY3D +gHcZ8Q/8CfjSX66N90KyVwY4DD3juph7DTb5Bln1ipZKwCAWTHdoKQuo5290AjG5 +4p+6VzFpgTSQwqXAj5uxOR9uAR5yFZPTaj8X6xbK0cehry1Mx16a28auEXo9fW35 +uHkrmkk+5N00KTisuDldllXm1p/UW2Ncy4yC633dkPZu3rYbJ9IfbeOxHeKZ2o+y +QFaky5o3iXtpqnkQcrwWw78jMF6oUZVwHwvadjmPoFN9L4EVpwKIAEabcRSIzr5j +rqsU070lRd7N1wrzR5L6akFFkjCkrtSth7JO+HVIoiIN+dqj1rbWBkXSZtarjPCU +nmJL1xu89W1R8mpH4+fhWseim71/QLwa4s0rnAThCJWQVxOBlzdSxmAM1svDl1XI +N2XYmqRi46JCKmy8IVAE1EkR2pzPw3ijA9HwlqkDoBYgW91hE8ytQvuwYXyblkZA +WHgLoTYJ2C6Od4YMijpv8dMLO/dpf9B+Oc+HVFu98g4wJoW3UaXBpiEb28h93fDO +rwTPuAnQ3Yq1/D5LHpMJYJYeI+9amNQ15N59QEEzQeovZ2pli6OaDFHuTM9wFcTy +RqPsjDUQ2IZqFnhJ/48mo4CX9O/cSUT/08OP+golSnDnAvjWOKmWfV4DnQF76CFf +hDCv5o0a5ZoNkY7sSmX+gjUWAAHiz+Co6Dax+jt83X0kDFqQUP4= +=mD6M +-----END PGP SIGNATURE----- diff --git a/xplr.changes b/xplr.changes index 4b2af2f..38948a3 100644 --- a/xplr.changes +++ b/xplr.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jun 1 02:43:52 UTC 2023 - Soc Virnyl Estela + +- Update to version 0.21.2: + * Added CustomLayout, a new custom panel type to allow nesting other layouts inside a static or dynamic + layout. This will allow switching between different layouts dynamically, without having to switch modes. + * $LS_COLORS will have lesser priority than xplr.config.node_types.*.style. + * Now, there's no default color set in xplr.config.node_types.*.style, so xplr will default to $LS_COLORS. + * xplr -m now uses jf to render and pass messages. This allows for a more flexible template syntax. + * xplr will now ask before delete. + * For copy, move or symlink operations, xplr will ask what to do if a file with the same name exists. + * CLI help menu improvements + * Several fixes and improvements in documentation + ------------------------------------------------------------------- Mon May 15 21:16:32 UTC 2023 - Soc Virnyl Estela diff --git a/xplr.spec b/xplr.spec index 74d1b5f..095fa91 100644 --- a/xplr.spec +++ b/xplr.spec @@ -17,7 +17,7 @@ Name: xplr -Version: 0.21.1 +Version: 0.21.2 Release: 0 Summary: TUI file explorer License: MIT