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