mirror of
https://github.com/fmang/opustags.git
synced 2025-01-15 12:43:17 +01:00
Release 1.10.0
This commit is contained in:
parent
0067162ffb
commit
6ae008befd
@ -1,6 +1,14 @@
|
||||
opustags changelog
|
||||
==================
|
||||
|
||||
1.10.0 - 2024-05-03
|
||||
-------------------
|
||||
|
||||
- Introduce -z to delimit tags with null bytes.
|
||||
|
||||
This option makes it possible to leverage GNU sed or GNU grep for automated tag edition with
|
||||
`opustags -z … | sed -z … | opustags -z -S …`, while also supporting multi-line tags.
|
||||
|
||||
1.9.0 - 2023-06-07
|
||||
------------------
|
||||
|
||||
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
|
||||
|
||||
project(
|
||||
opustags
|
||||
VERSION 1.9.0
|
||||
VERSION 1.10.0
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user