|
12 | 12 | Called from api_logic_server_cli.py, by instantiating the ProjectRun object.
|
13 | 13 | '''
|
14 | 14 |
|
15 |
| -__version__ = "14.03.51" # last public release: 14.03.25, planning 14.04.00 |
| 15 | +__version__ = "14.04.00" # last public release: 14.04.00 |
16 | 16 | recent_changes = \
|
17 | 17 | f'\n\nRecent Changes:\n' +\
|
18 |
| - "\t04/26/2024 - 14.03.51: Ont fixes, manager preserves existing license (WebG installed first) \n"\ |
19 |
| - "\t04/24/2024 - 14.03.50: remove graphics from samples pending fixes, temp KAFKA_SERVER='' fix \n"\ |
20 |
| - "\t04/17/2024 - 14.03.46: replace-with for delete/replace/redo, initially running \n"\ |
21 |
| - "\t04/16/2024 - 14.03.42: add graphics to genai examples, dup wg_result fix, iteration fix, genai diagnostics \n"\ |
22 |
| - "\t04/14/2024 - 14.03.39: comments, proper fail-safe demo \n"\ |
23 |
| - "\t04/12/2024 - 14.03.38: unique names, format graphics queries, ensure 2 col results, create docs/graphics prompts for genai, running wg iterations \n"\ |
24 |
| - "\t04/11/2024 - 14.03.36: graphics iff requested, count nw examples, error reporting, bugfix: find each_graphic['class_x_axis'] \n"\ |
25 |
| - "\t04/08/2024 - 14.03.34: Phase 1 of fail-safe graphics (todo: display info) \n"\ |
26 |
| - "\t04/07/2024 - 14.03.33: Tyler revisions+, remove graphics from genai_demo, nw product.category \n"\ |
27 |
| - "\t04/06/2024 - 14.03.32: Tyler revision to dashboard home.js/iFrame \n"\ |
28 |
| - "\t04/05/2024 - 14.03.31: Patch - WebGenAI has old WGResult format (?) \n"\ |
29 |
| - "\t04/03/2024 - 14.03.30: db graphics/dashboard svcs mult types, expose Data Models for sql auth tables / auth-admin app (WIP), issue 91 \n"\ |
| 18 | + "\t04/27/2024 - 14.04.00: Graphics preview, Vibe install fix, Improved IDE Chat Logic, MCP Exploration \n"\ |
30 | 19 | "\t03/30/2024 - 14.03.25: WebGenAI fixes for Kafka and Keycloak \n"\
|
31 | 20 | "\t03/19/2024 - 14.03.20: licensed webgenai docker, [87] sra fix for home.js \n"\
|
32 | 21 | "\t02/26/2024 - 14.03.14: [85: reserved words], genai_demo fixes \n"\
|
|
0 commit comments