Skip to content

Commit 924b190

Browse files
committed
Release of v4.5
1 parent e88909a commit 924b190

File tree

3 files changed

+69
-31
lines changed

3 files changed

+69
-31
lines changed

CHANGELOG.txt renamed to CHANGELOG.rst

+32
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22
pdfpc Changelog
33
===============
44

5+
Version 4.5.0
6+
=============
7+
8+
*Released: December 2020*
9+
10+
- **Switch to GPLv3+ licence**
11+
- JSON format for pdfpc file
12+
- Markdown support for text notes
13+
- Render LaTeX beamer and text notes in the same place
14+
- Zoom feature in highlighted areas
15+
- Spotlight mode
16+
- Page transitions
17+
- Automatic slide advancing
18+
- Video controls in presentation window
19+
- Min/max current slide view in presenter
20+
- Consistency with pdfpc/command line overriding of options
21+
- Allow GUI customization
22+
- Fix some UI glitches
23+
- Man page fixes
24+
25+
Version 4.4.1
26+
=============
27+
28+
*Released: November 2020*
29+
30+
Bug fix release:
31+
32+
- Compatibility with pdfpc LaTeX package
33+
- Some UI glitches
34+
- Icon rendering with HiDPI
35+
- Allow multiple videos per slide
36+
537
Version 4.4.0
638
=============
739

CONTRIBUTORS

+36-30
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,54 @@
11
# Contributors, sorted by number of commits
22

3-
Andreas Bilke
43
Evgeny Stambulchik
4+
Andreas Bilke
55
David Vilar
66
Jakob Westhoff
77
Robert Schroll
88
Andy Barry
99
Phillip Berndt
1010
Barak A. Pearlmutter
11-
Thomas Tschager
1211
Séverin Lemaignan
13-
Rene Wagner
1412
Maikel Steneker
15-
Kasper Rasmussen
1613
Joachim Breitner
14+
Rene Wagner
15+
Kasper Rasmussen
1716
Stefan Tauner
18-
Jasper Lievisse Adriaanse
1917
Charles Reiss
20-
Torsten Maehne
21-
Simon Nagl
22-
Ralf Jung
23-
pseisam
24-
Pascal Germroth
25-
Nephe
2618
Michal Sojka
27-
Michael J Gruber
28-
Maximilian Held
19+
Thomas Tschager
20+
Torsten Maehne
21+
Jasper Lievisse Adriaanse
2922
Maurizio Tomasi
30-
Matthias Larisch
31-
Marcel Waldvogel
32-
Leo Mao
33-
Lardière Sébastien
34-
Kirill Müller
35-
Joakim Nilsson
36-
Jeremy Maitin-Shepard
37-
jensbob
38-
H. Rittich
39-
Gabor Adam Toth
40-
Florian Bruhin
41-
ennob
42-
endzone
43-
Edgar Klenske
44-
David Widmann
23+
Maximilian Held
24+
Michael J Gruber
25+
Nephe
26+
Nils Freydank
27+
Pascal Germroth
28+
Ralf Jung
29+
Simon Nagl
30+
Tom Warnke
4531
br0xpl
46-
Baptiste Daroussin
47-
Andreas P
32+
endzone
33+
ennob
34+
jensbob
35+
Aditya Mahajan
36+
pseisam
37+
Alexander Baumgartner
4838
Ammar Najjar
39+
Andreas P
40+
Baptiste Daroussin
41+
David Widmann
42+
Edgar Klenske
43+
Florian Bruhin
44+
Gabor Adam Toth
45+
Grégoire Payen de La Garanderie
46+
H. Rittich
47+
Jeremy Maitin-Shepard
48+
Joakim Nilsson
49+
Kirill Müller
50+
Lardière Sébastien
51+
LecrisUT
52+
Leo Mao
53+
Marcel Waldvogel
54+
Matthias Larisch

src/pdfpc.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ namespace pdfpc {
153153
* Print version string and copyright statement
154154
*/
155155
private void print_version() {
156-
GLib.print("pdfpc v4.5pre\n"
156+
GLib.print("pdfpc v4.5\n"
157157
+ "Copyright (C) 2010-2020 see CONTRIBUTORS\n\n"
158158
+ "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.\n"
159159
+ "This is free software: you are free to change and redistribute it.\n"

0 commit comments

Comments
 (0)