Fix #8011 - add resources
[roobuilder] / debian / changelog
index e7e7bb0..8a9d214 100644 (file)
@@ -1,4 +1,84 @@
-roobuilder (4.3.0) UNRELEASED; urgency=medium
+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)
+  * use find path for searching for vala-language-server (and add it as a dependancy!)
+  * support for Adw in rendering of previews (limited though)
+  * remove readonly properties from palete 
+  * added icons from glade (and made the resources)
+  * added resource support to meson creation
+  * added gdb / gnome-terminal / meson / ninja to control file
+  * removed gda dependancy ( not used at present)
+  * flatpack might work...
+  
+  
+ -- 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 
+
+ -- Alan <alan@roojs.com>  Wed, 3 Jan 2023 15:45:00 +0800
+
+roobuilder (4.4.2) unstable; urgency=medium
+
+  * file search tool in project navigator
+  * build compliler warnings
+  * project save fixed
+
+ -- Alan <alan@roojs.com>  Tue, 06 Sep 2022 11:44:46 +0800
+
+roobuilder (4.4.1) unstable; urgency=medium
+
+  * fix issue with old js files using user defined properties
+  * Project properties now shows full path 
+  * Project properties tidy up
+  * goto line now works better (from errors)
+  * clicking code view opens up correct node and shows properties.
+  * segfault on invalid properties fixed.
+  * add icon only shown on nodes that accept children
+  * Gtk.MenuItem and children auto have .show() added to code
+  
+ -- Alan <<alan@roojs.com>  Wed, 31 Aug 2022 17:22:23 +0800
+
+roobuilder (4.4.0) unstable; urgency=medium
+
+  * slightly better search boxes
+  * Add node is in a column, rather than button above
+  * Adjust location of popover for editing properties
+  * hide file tree on non-gtk projects
+  * project directory scan caching removed (so it shows latest files)
+  * mouseover icon view shows bigger view of UI
+  * single compiler for gtk, and notify all relivant windows of result
+
+ -- Alan <alan@roojs.com>  Wed, 31 Aug 2022 14:43:28 +0800
+
+roobuilder (4.3.0) unstable; urgency=medium
 
   * Open files management - will not open same file twice / pulldown to pick open files
   * Left Tree alighment of icons