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