forked from pdfpc/pdfpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
171 lines (99 loc) · 3.78 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
===============
pdfpc Changelog
===============
Version 4.0
=============
*Released: June 2015*
- *Major* Moved to GTK+3
- New Maintainer
- Movie playback, based on gstreamer 1.0
- Support LaTeX beamer slides with notes
- Option to sepcify size in windowed mode
- Various bug fixed and documentation
improvements
Version 3.1.1
=============
*Released: July 2012*
- Bug fix for released C sources
Version 3.1
===========
*Released: June 2012*
- Revamped overview mode, with better keyboard navigation support and better visual
appearance (thanks to rschroll)
- Support for configuration files. Now all keybindings are configurable
- Improved layout management (thanks to rschroll)
- (Hopefully) Improved handling of fullscreen modes
Version 3.0
===========
*Released: May 2012*
- Renamed to pdfpc (forked from Pdf Presenter Console)
- Support for new poppler version
- Support for (textual) notes
- Support for overlays
- Overview mode
- Jump to slides by inputting the slide number
- Movement in 10-slide blocks allowed using shift
- Two additional timer modes: countup and end time of presentation
- Pause timer (useful for rehearsal talks)
- Support for mouse wheel (thanks to mikerofone) and bluetooth headset controls
(thanks to NerdyProjects)
- Freezing and blacking out of presentation view
- Presenter view starts on primary screen
- Definition of "end slide"
- Navigable history of jumps
===============================
Pdf Presenter Console Changelog
===============================
Version 2.0
===========
*Released: 16. Jan 2010*
- Complete rewrite of rendering system to allow more sophisticated actions.
- Changed license of the project from GPLv3 to GPLv2+ because of
incompatibilities with Poppler. (Thanks to Jakub Wilk <jwilk@debian.org> and
Barak A. Pearlmutter <barak@cs.nuim.ie> for pointing out this out).
- Implemented: Usage of left-/right mousebuttons for slide navigation.
- Implemented: Handling of navigational links inside of PDF files.
- Implemented: Abstraction to cache prerendered slides.
- Implemented: Compressed cache for prerendered slides.
- Implemented: Alternative way of executing the prerendering process to allow
for smoother navigation while slides are generated.
- Implemented: Means to switch displays in single monitor mode as well as dual
monitor mode
- Implemented: Disabled timer if a duration of 0 is provided
- Fixed: Build problems on Fedora 13 due to changed linking procedure
- Fixed: Slightly changed image data formats due to update of Gtk to Version
2.22 or higher.
- Implemented: Removed usage of deprecated Gdk.GC in favor of Cairo.
Version 1.1.1
=============
- Fixed: Compile error with newer vala versions due to wrong property
visibility
- Fixed: Typo in help text
Version 1.1
===========
- Implemented: Controllable interface for cleaner controller code.
- Fixed: Install target is now executable.
- Fixed: Warnings shown in one-screen-presentation-mode, due to non existant
process indicator.
- Implemented: Presentation timer as its own GTK Widget
- Implemented: Support for negative timer values (aka overtime)
- Implemented: Different Timer colors for normal time, the last x minutes and
overtime
- Implemented: Made last-minutes time configurable
- Fixed: Library paths were not used correctly for compilation
- Implemented: Fullscreen window as own Gtk class
- Fixed: Problem which caused the windows not be displayed on the correct
displays using the Xfce4 Xfwm window mananger.
- Implemented: Command line option to set the size of the current slide in the
presenter screen
- Implemented: A few more common key bindings
- Implemented: Hide cursor after 5 seconds timeout
Version 1.0
===========
- Initial release
..
Local Variables:
mode: rst
fill-column: 79
End:
vim: et syn=rst tw=79