File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/main/java/com/timestored/qstudio Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44<project basedir =" ." default =" all" name =" QStudio" >
55 <property environment =" env" />
66
7- <property name =" APP.VERSION" value =" 4.4 .0.0" />
7+ <property name =" APP.VERSION" value =" 5.0 .0.0" />
88
99 <property name =" debuglevel" value =" source,lines,vars" />
1010 <property name =" target" value =" 8" />
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ ___________________________________________________________________
99
1010Changelog:
1111
12+ 2025-12-04 - 5.00 - First Fully Open Source Release.
13+
12142025-12-03 - 4.40 - Add chart themes. Excel / tableau / powerbi.
1315 - Add comprehensive chart configuration ability.
1416 - Remove Dot graph mode.
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ public class QStudioFrame extends JFrame {
176176 private static final int SERVER_NAME_WIDTH = 190 ;
177177 private static final long serialVersionUID = 1L ;
178178 private static final String UNIQUE_ID = "UNIQ_ID" ;
179- public static final String VERSION = "4.40 " ;
179+ public static final String VERSION = "5.00 " ;
180180
181181 private final QStudioModel qStudioModel ;
182182 private final ConnectionManager conMan ;
You can’t perform that action at this time.
0 commit comments