Fix #8003 - undo code
[roobuilder] / debian / changelog
index 1ce56ee..02914ad 100644 (file)
@@ -1,3 +1,35 @@
+roobuilder (5.0.2) UNRELEASED; urgency=medium
+
+  * support for extended writing of vala applications
+    Note that sealed classes causes issues, so generally it's not usable yet
+  * Move Node (drag with shift pressed)
+  * Changing property key now triggers save/language server
+  * Fixed sending wrong 'save' to language-server (caused LS to crash)
+  * Fixed Gtkview - uses toSource(), rather than file.get_contents()
+  * Fixed updating of errors (should only update changed error mark or tree item))
+  * Errors now shown on widget tree / node properties / and node edit as selected
+  * Error highlighting now on character location of errors, along with marks
+  * roojspacker dependancy removed for now (too slow to work currently)
+  * add other property - use menubutton and tidy up pulldown so it looks like a menu.
+  * switch window now uses libadwadi panel
+  * switch window search shows full file list in panel - so you can jump to file
+  * control-o tiggers file open, after file serach up/down arrows select file, and enter / shift enter will open.
+  * undo and redo buttons - now work
+  * improved performance on node generation, and language server call performance (less uneccessary calls)
+  
+ -- Alan Knowles <alan@touchbox>  Sun, 28 Jan 2024 06:54:56 +0800
+
+roobuilder (5.0.1) unstable; urgency=medium
+
+  * switch to meson build
+  * remove internal compiler - switch to call meson/ninja
+  * language server support  (basic)
+  * autocompletion working on JS and vala
+  * errors from language server
+  * icons indicating status of language server
+
+ -- Alan <alan@roojs.com>  Wed, 24 Jan 2024 15:07:37 +0800
+
 roobuilder (5.0.0) unstable; urgency=medium
 
   * converted code to GTK4