changelog not needed due to git
Stefan Schuermans

Stefan Schuermans commited on 2017-05-20 17:27:06
Showing 1 changed files, with 0 additions and 113 deletions.

... ...
@@ -1,113 +0,0 @@
1
-BlinkenLightsInteractiveMovieProgram
2
-Copyright (C) 2004-2013: Stefan Schuermans <stefan@blinkenarea.org>
3
-Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4
-a blinkenarea.org project
5
-
6
-1.4.4 2013-12-28
7
-----------------
8
-keep movie dimensions on file new
9
-
10
-1.4.3 2013-10-26
11
-----------------
12
-added MCUF output to file/device
13
-
14
-1.4.2 2011-09-11
15
-----------------
16
-added scrolling text generator
17
-
18
-1.4.1 2011-09-11
19
-----------------
20
-added FlexiPix output feature
21
-
22
-1.4.0 2011-09-10
23
-----------------
24
-added MCUF output feature
25
-
26
-1.3.9 2011-09-10
27
-----------------
28
-version information available in class file
29
-
30
-1.3.8 2009-11-21
31
-----------------
32
-fixed a resizing bug in BlinkenLib
33
-
34
-1.3.7 2009-08-15
35
-----------------
36
-fixed resizing to predefined formats
37
-
38
-1.3.6 2009-08-15
39
-----------------
40
-new version including TroiCade format
41
-
42
-1.3.5 2008-09-29
43
-----------------
44
-new version due to new BlinkenLib 0.1.3 (bug in bbm writing)
45
-
46
-1.3.4 2008-09-14
47
-----------------
48
-also setting aspect when resizing to a known format
49
-support for Blinkenlights Stereoscope formats
50
-
51
-1.3.3 2008-08-10
52
-----------------
53
-new release due to new BlinkenLib 0.1.2 (bug in resizing)
54
-
55
-1.3.2 2008-02-23
56
-----------------
57
-added menu items for known formats
58
-  thanks to Christian Heimke for the idea and the first implementation
59
-added buttons to initialize color buttons to gray and to color
60
-
61
-1.3.1 2006-10-17
62
-----------------
63
-specific file filters for *.blm, *.bmm, *.bml, *.bmbm
64
-
65
-1.3 2006-10-10
66
---------------
67
-added support for aspect ratio
68
-switched to use BlinkenLib
69
-changed class path
70
-
71
-1.2.1 2006-08-01
72
-----------------
73
-added bluebox format (98x7-1/128)
74
-  done by STephan Kambor <st@blinkenarea.org>
75
-
76
-1.2 2005-12-19
77
---------------
78
-changed internal format of pixel data
79
-  old format: data[y][x][c]
80
-  new format: data[y][x * channels + c]
81
-  faster and uses less memory
82
-
83
-1.1 2005-04-16
84
---------------
85
-frame scroll bar now has block increment of 1
86
-added buttons to insert, duplicate and delete frames
87
-added keyboard shortcuts for menu commands
88
-extended image import function for importing multiple images
89
-when inserting or importing a frame, duration of current frame is copied
90
-added function to import BlinkenLights movies
91
-added frame-selection stuff
92
-selecting sequences of frames
93
-copying, moving, reversing, delting
94
-
95
-1.0 2005-02-24
96
---------------
97
-now considered stable
98
-
99
-0.6 2005-03-10
100
---------------
101
-fixed a bug with corrupt bbm files (sub header size < 6)
102
-loading *.bml: channels="1", bits="4" is now default
103
-added importing frames from image files
104
-
105
-0.5 2004-11-19
106
---------------
107
-fixed a bug in channels 3..inf when drawing with alpha < 255
108
-default movie has now got a single frame
109
-default format is now 8x8-1/128
110
-
111
-0.4 2004-11-15
112
---------------
113
-first release
114 0