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