blob: 9976291383a375893f9fa95191ba55067b66107a (
plain)
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
|
0.5.2 ("Something you can do with your finger")
With keyboard support in Swfdec, it shouldn't be missed from the Mozilla plugin.
- implement keyboard interaction
- update to 0.5.2 API of Swfdec
- fix some bugs (including crashers)
0.5.1 ("Kick the baby")
With Swfdec gaining support for the Stage actionscript object, some nifty new
features are in:
- implement "salign" and "scale" embed properties
- scale movie to correct size
- fix name to be 100% Adobe Flash compatible, so UFO detection script doesn't
barf
0.5.0 ("Destroy all the old prints in celebration")
This is just a port of the API to Swfdec 0.5. The only feature is this:
- fix plugin to run with Firefox 3 alphas.
0.4.5 ("Who's Jack?")
This release fixes the build system of the Mozilla plugin. Apparently neither
Mozilla nor distros can provide a sane plugin API.
0.4.4 ("The death camp of tolerance")
This release has a lot of internal changes that reduce memory usage and fix
bugs. Among them:
- Fix Youtube videos sometimes not playing.
- Fix random crashes when visiting Flash-heavy sites
- Fix drawing glitches with fullscreen Flash files.
- Support for cursor changing.
0.4.3 ("Now this puny world will bow down to me!")
This release includes some improvements to the properties dialog. It
also causes important bugfixes:
- Properly handle mouse movements
- Fix a nasty memory leak that made the Flash not go away anymore if
the properties had been open.
- Update API.
Of course you can watch Youtube videos in Mozilla, too.
0.4.2 ("Kill animals, or else they'll die!")
This release adds a shiny new right-click menu. It also requires Gtk
now. And this Gtk shinyness allows:
- Disable audio during playback
- Shiny new properties dialog that allows downloading Flash files.
- Add a "no sound" backend for people that don't have ALSA.
- Fix bug that made the image not redraw sometimes
0.4.1 ("Nothing to see here")
This is just an update of the API to swfdec-0.4.1.
0.4.0 ("They killed Kenny")
This is the first standalone release of the Swfdec Mozilla plugin.
The plugin has been completely rewritten. Major changes to the 0.3
version:
- The plugin is in-process for various reasons (This is important:
If the plugin crashes, your whole browser will crash)
- The plugin no longer uses GStreamer
- Audio is handled via ALSA (feel free to write plugins for other
audio outputs)
- Flash files will not be played by default, instead you will see
a shaded pause sign (right-clicking toggles pause)
For now, this plugin will directly follow the swfdec library's
version until its API somewhat stabilizes.
|