c1fa044298e5abceb5aa6d2860dac280ebddea23
[roobuilder] / debian / changelog
1 roobuilder (5.0.2) UNRELEASED; urgency=medium
2
3   * support for extended writing of vala applications
4     Note that sealed classes causes issues, so generally it's not usable yet
5   * Move Node (drag with shift pressed)
6   * Changing property key now triggers save/language server
7   * Fixed sending wrong 'save' to language-server (caused LS to crash)
8   * Fixed Gtkview - uses toSource(), rather than file.get_contents()
9   * Fixed updating of errors (should only update changed error mark or tree item))
10   * Errors now shown on widget tree / node properties / and node edit as selected
11   * Error highlighting now on character location of errors, along with marks
12   * roojspacker dependancy removed for now (too slow to work currently)
13   
14  -- Alan Knowles <alan@touchbox>  Sun, 28 Jan 2024 06:54:56 +0800
15
16 roobuilder (5.0.1) unstable; urgency=medium
17
18   * switch to meson build
19   * remove internal compiler - switch to call meson/ninja
20   * language server support  (basic)
21   * autocompletion working on JS and vala
22   * errors from language server
23   * icons indicating status of language server
24
25  -- Alan <alan@roojs.com>  Wed, 24 Jan 2024 15:07:37 +0800
26
27 roobuilder (5.0.0) unstable; urgency=medium
28
29   * converted code to GTK4 
30
31  -- Alan <alan@roojs.com>  Wed, 3 Jan 2023 15:45:00 +0800
32
33 roobuilder (4.4.2) unstable; urgency=medium
34
35   * file search tool in project navigator
36   * build compliler warnings
37   * project save fixed
38
39  -- Alan <alan@roojs.com>  Tue, 06 Sep 2022 11:44:46 +0800
40
41 roobuilder (4.4.1) unstable; urgency=medium
42
43   * fix issue with old js files using user defined properties
44   * Project properties now shows full path 
45   * Project properties tidy up
46   * goto line now works better (from errors)
47   * clicking code view opens up correct node and shows properties.
48   * segfault on invalid properties fixed.
49   * add icon only shown on nodes that accept children
50   * Gtk.MenuItem and children auto have .show() added to code
51   
52  -- Alan <<alan@roojs.com>  Wed, 31 Aug 2022 17:22:23 +0800
53
54 roobuilder (4.4.0) unstable; urgency=medium
55
56   * slightly better search boxes
57   * Add node is in a column, rather than button above
58   * Adjust location of popover for editing properties
59   * hide file tree on non-gtk projects
60   * project directory scan caching removed (so it shows latest files)
61   * mouseover icon view shows bigger view of UI
62   * single compiler for gtk, and notify all relivant windows of result
63
64  -- Alan <alan@roojs.com>  Wed, 31 Aug 2022 14:43:28 +0800
65
66 roobuilder (4.3.0) unstable; urgency=medium
67
68   * Open files management - will not open same file twice / pulldown to pick open files
69   * Left Tree alighment of icons
70   * Left Tree icons now work on adding and dragging.
71   * Left Tree Tooltip on nodes now shows all properties correctly
72   * Resource fetching simplified
73   * Caching of Library data 
74   * Fix loading of Roo library data
75   * Enums now 'RAW' type 
76   * Fix Compiler so gcc is not run when doing inline testing
77   * Depricated properties and signals not shown in lists
78   * Property lists and Signal lists include info on definer source, and type in seperate columns
79   * Vala generation for 'add' and ctor generation revised
80   * List of available objects to add better defined in source now
81   * Auto generation of some properties when adding nodes and child nodes
82   * Icons for node nodes
83   * Event handler signatures should work better
84   * Gtk Buttons on dialogs now use buttons[] 
85   * Structs support for properties
86   * Some tooltip help on Roo properties and signals
87
88  -- Alan <alan@roojs.com>  Fri, 08 Jul 2022 11:00:48 +0800
89
90 roobuilder (4.2.0) unstable; urgency=medium
91
92   * Remove Clutter dependancy and interface
93   * Change Project and File management to Popover
94   * Property editing now expand right
95   * Popover property editing
96   * Popover for adding properties, events and children
97   * Cleaner User interface - icons and text for most things now.
98
99  -- Alan <alan@office.roojs.com>  Wed, 25 May 2022 14:41:34 +0800
100
101 roobuilder (4.1.0) unstable; urgency=medium
102
103   * upgrade json file format - better support for diffable files - other features like better child object detection from code docs 
104   * support for vala 0.56+ due to copying code from valac (as codegen and ccode are not exported) 
105
106  -- Alan <alan@office.roojs.com>  Tue, 03 May 2022 17:40:50 +0800
107
108 roobuilder (4.0.0) unstable; urgency=medium
109
110   * Initial Release.
111
112  -- Alan <alan@roojs.com>  Thu, 16 May 2019 17:47:00 +0800