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