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