File: NEWS

package info (click to toggle)
byzanz 0.3.0%2Bgit20160312-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,040 kB
  • sloc: ansic: 5,184; makefile: 139; sh: 16; xml: 1
file content (64 lines) | stat: -rw-r--r-- 1,572 bytes parent folder | download | duplicates (7)
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
0.2.2
=====
 Features:
 - Updated translations
 Bugfixes:
 - Record the cursor properly on 64bit machines 

0.2.1
=====
 Features:
 - Allow recording audio with Theora video.
 - Add an internal debugging format
 - Cache recording on disk. Slow encoders will not consume all memory anymore.

0.2.0
=====
 Features:
 - Rework the user interface
 - Support saving to Ogg Theora and Flash Screen video formats
 - Update to latest technologies (Cairo instead of GDK, gvfs instead of 
   gnome-vfs)
 Bugfixes:
 - Work on 16bpp and 8bpp displays (anything that's supported by Cairo)
 - Properly be translucent on panels

0.1.1
=====
 Forgot to update NEWS

0.1.0
=====
 Forgot to update NEWS

0.0.4
=====
 Features:
 - optionally record the mouse cursor, too
 - revamp the applet, so it looks more like what I want
 - add "select window to record" option
 - store preferences in GConf

0.0.3
=====
 Features:
 - save with gnome-vfs. Solves an icky bug if the place you save to and /tmp 
   aren't on the same partition, too.
 
0.0.2
=====
 Features:
 - Add file caching if too much happens on screen. This allows recording almost
   everything without losing frames.
 - More work to make the applet UI not block.
 - Set unchanged pixels to transparent. This should imrpvoe the compression 
   algorithm and reduce file sizes somewhat.
 Bugfixes:
 - Make it actually work on little endian systems (no more red)
 - Composite extension no longer required. So it should work on all desktops
   from this millenium
 - And as always: Lots of small bugs

0.0.1
=====
 - initial release