-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGES
126 lines (68 loc) · 3.47 KB
/
CHANGES
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
0.7.4 2023-07-24 13:55:13 +0200 Tobias Oetiker <[email protected]>
- updated to qx 7 compiler
0.7.3 2022-07-12 09:33:05 +0200 Tobias Oetiker <[email protected]>
- fail on qx warnings
- update required node versions
- misc cleanups
0.7.2 2021-01-26 12:14:01 +0100 Tobias Oetiker <[email protected]>
- fix table query in songs demo app
0.7.1 2020-09-02 17:31:58 +0200 Tobias Oetiker <[email protected]>
- drop config.json and app.cfg.dist from MANIFEST
0.7.0 2020-07-27 10:08:06 +0200 Tobias Oetiker <[email protected]>
- improve makefile organisation
- qooxdoo script is now called index.js
0.6.1 2020-06-03 10:03:20 +0200 Tobias Oetiker <[email protected]>
- keep translation files sorted to reduce diff size
0.6.0 2020-05-10 13:44:32 +0200 Tobias Oetiker <[email protected]>
- add rebuild test to github action
- make snapshots only perl version specific
- improve github action performance
0.5.1 2020-05-04 09:49:57 +0200 Tobias Oetiker <[email protected]>
- in callbackery apps protect public from removal
- improve build probability under illumos for perlmodules assuming tools are gnutools
- improve dependency tracking in callbackery rebuild
0.4.4 2020-03-06 10:36:04 +0100 Tobias Oetiker <[email protected]>
- fix IE regression in index.html
0.4.3 2020-03-06 10:08:19 +0100 Tobias Oetiker <[email protected]>
- fix package-lock.json regression
0.4.2 2020-03-06 09:46:06 +0100 Tobias Oetiker <[email protected]>
- fixed node_modules dependency rules
0.4.1 2020-03-04 22:05:46 +0100 Tobias Oetiker <[email protected]>
- fix errors in sample code
0.4.0 2020-03-04 18:23:23 +0100 Tobias Oetiker <[email protected]>
- add action button property config demo (cb 0.30.0)
0.3.7 2020-02-28 14:22:40 +0100 Tobias Oetiker <[email protected]>
- add loader index.html
0.3.6 2020-02-28 14:20:52 +0100 Tobias Oetiker <[email protected]>
- add loader screen
0.3.5 2020-02-28 09:13:42 +0100 Tobias Oetiker <[email protected]>
- touch package-lock.json for to fix makefile dependency
0.3.4 2020-02-25 16:05:18 +0100 Tobias Oetiker <[email protected]>
- fix broken dependency
0.3.3 2020-02-25 15:46:44 +0100 Tobias Oetiker <[email protected]>
- improved dependency tracking for callbackery apps so that
public does not get rebuilt unless there is actually a source
change
0.3.2 2020-02-24 14:34:33 +0100 Tobias Oetiker <[email protected]>
- do not distribute transpiled source files
0.3.1 2020-02-21 15:40:22 +0100 Tobias Oetiker <[email protected]>
- better dependency checking in callbackery frontend makefile
0.3.0 2020-02-19 18:37:23 +0100 Tobias Oetiker <[email protected]>
- add support for YAML config files
- properly detect js file changes in frontend Makefile
0.2.1 2019-12-12 13:35:16 +0100 Tobias Oetiker <[email protected]>
- do not include mini cpan anymore
0.2.0 2019-12-11 15:18:32 +0100 Tobias Oetiker <[email protected]>
- switch to carton for building dependencies
0.1.5 2019-11-07 12:07:01 +0100 Tobias Oetiker <[email protected]>
- add UTF-8 charset to messages.pot
0.1.4 2019-10-30 11:12:32 +0100 Tobias Oetiker <[email protected]>
- improved documentation
0.1.3 2019-10-30 08:55:35 +0100 Tobias Oetiker <[email protected]>
- add example for screenOpts
0.1.2 2019-10-28 08:27:13 +0100 Tobias Oetiker <[email protected]>
- small updates to template README.md and .gitignore files
0.1.1 2019-10-23 08:21:33 +0200 Tobias Oetiker <[email protected]>
- fix cpan indexing rules
0.1.0 2019-10-22 17:39:13 +0200 Tobias Oetiker <[email protected]>
- initial release ... migrated lots of code from callbackery