Skip to content

Commit f4052ca

Browse files
committed
Updated NEWS file and bumped version to 0.8.0
1 parent 2b85ea6 commit f4052ca

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

NEWS

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
1+
Overview of changes between 0.7.9 and 0.8.0
2+
=============================================
3+
4+
* Fixed minor bugs from 0.7.9
5+
6+
* Fixed bug when using markup with char mapping and visible wrap marker.
7+
8+
* Added src-to-paps preprocessor scripts for conversion of source code
9+
to paps through GNU Highlight.
10+
11+
112
Overview of changes between 0.7.0 and 0.7.9
213
=============================================
314

4-
- Switch to C++17
15+
* Switch to C++17
516

6-
- The header and footers are now modifiable by a syntax borrowed from
17+
* The header and footers are now modifiable by a syntax borrowed from
718
python and the fmt library. E.g. the following command line shows
819
what is possible:
920

1021
paps --header-left="{now:%Y-%m-%d %H:%M}" --header-center="{path}" --header-right="Page {page_idx:02d}/{num_pages:02d}" --header -o hello.pdf paps.cc
1122

23+
* Add separation line option
1224

1325
Overview of changes between 0.7.0 and 0.7.1
1426
=============================================

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configuration script
2-
AC_INIT(paps, 0.7.9, [email protected])
2+
AC_INIT(paps, 0.8.0, [email protected])
33
AC_CONFIG_AUX_DIR(config)
44
AC_CONFIG_SRCDIR(src/paps.cc)
55
AC_CONFIG_HEADERS([config.h])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('paps', 'c', 'cpp',
2-
version: '0.7.9',
2+
version: '0.8.0',
33
default_options : ['cpp_std=c++17'],
44
meson_version : '>= 0.44')
55

0 commit comments

Comments
 (0)