diff --git a/modules/plugins/fbclient-3/pom.xml b/modules/plugins/fbclient-3/pom.xml
index 84d524ed4..f56ccd99e 100644
--- a/modules/plugins/fbclient-3/pom.xml
+++ b/modules/plugins/fbclient-3/pom.xml
@@ -7,7 +7,7 @@
org.executequery
RedExpert-parent
- 2024.10
+ 2024.11
../../../pom.xml
diff --git a/modules/plugins/fbclient-4/pom.xml b/modules/plugins/fbclient-4/pom.xml
index dcfa6e206..78bebdbf0 100644
--- a/modules/plugins/fbclient-4/pom.xml
+++ b/modules/plugins/fbclient-4/pom.xml
@@ -7,7 +7,7 @@
org.executequery
RedExpert-parent
- 2024.10
+ 2024.11
../../../pom.xml
diff --git a/modules/plugins/fbclient-5/pom.xml b/modules/plugins/fbclient-5/pom.xml
index a7ecf26f0..eb50b296d 100644
--- a/modules/plugins/fbclient-5/pom.xml
+++ b/modules/plugins/fbclient-5/pom.xml
@@ -7,7 +7,7 @@
org.executequery
RedExpert-parent
- 2024.10
+ 2024.11
../../../pom.xml
diff --git a/modules/plugins/fbplugin-impl/pom.xml b/modules/plugins/fbplugin-impl/pom.xml
index 46657a4d2..2840df343 100644
--- a/modules/plugins/fbplugin-impl/pom.xml
+++ b/modules/plugins/fbplugin-impl/pom.xml
@@ -9,7 +9,7 @@
org.executequery
RedExpert-parent
- 2024.10
+ 2024.11
../../../pom.xml
diff --git a/modules/plugins/fbplugin-impl5/pom.xml b/modules/plugins/fbplugin-impl5/pom.xml
index a3b1d5884..0db2adb7f 100644
--- a/modules/plugins/fbplugin-impl5/pom.xml
+++ b/modules/plugins/fbplugin-impl5/pom.xml
@@ -9,7 +9,7 @@
org.executequery
RedExpert-parent
- 2024.10
+ 2024.11
../../../pom.xml
diff --git a/modules/plugins/fbplugin/pom.xml b/modules/plugins/fbplugin/pom.xml
index 5ee78bd8d..a60d15163 100644
--- a/modules/plugins/fbplugin/pom.xml
+++ b/modules/plugins/fbplugin/pom.xml
@@ -17,7 +17,7 @@
org.executequery
RedExpert-parent
- 2024.10
+ 2024.11
../../../pom.xml
diff --git a/modules/plugins/procedure-parser/pom.xml b/modules/plugins/procedure-parser/pom.xml
index 4d91a1a35..ac9c07b88 100644
--- a/modules/plugins/procedure-parser/pom.xml
+++ b/modules/plugins/procedure-parser/pom.xml
@@ -15,7 +15,7 @@
org.executequery
RedExpert-parent
- 2024.10
+ 2024.11
../../../pom.xml
diff --git a/modules/plugins/sql-parser/pom.xml b/modules/plugins/sql-parser/pom.xml
index b100d240c..7199967c2 100644
--- a/modules/plugins/sql-parser/pom.xml
+++ b/modules/plugins/sql-parser/pom.xml
@@ -6,7 +6,7 @@
org.executequery
RedExpert-parent
- 2024.10
+ 2024.11
../../../pom.xml
1.0
diff --git a/modules/plugins/sqlLexer/pom.xml b/modules/plugins/sqlLexer/pom.xml
index 5b0325574..06def88f0 100644
--- a/modules/plugins/sqlLexer/pom.xml
+++ b/modules/plugins/sqlLexer/pom.xml
@@ -15,7 +15,7 @@
org.executequery
RedExpert-parent
- 2024.10
+ 2024.11
../../../pom.xml
diff --git a/modules/plugins/trace-parser/pom.xml b/modules/plugins/trace-parser/pom.xml
index 32d4ee358..38d43c964 100644
--- a/modules/plugins/trace-parser/pom.xml
+++ b/modules/plugins/trace-parser/pom.xml
@@ -15,7 +15,7 @@
org.executequery
RedExpert-parent
- 2024.10
+ 2024.11
../../../pom.xml
diff --git a/modules/redexpert/pom.xml b/modules/redexpert/pom.xml
index 1fc0703a2..b731cfdd5 100644
--- a/modules/redexpert/pom.xml
+++ b/modules/redexpert/pom.xml
@@ -14,7 +14,7 @@
org.executequery
RedExpert-parent
../../pom.xml
- 2024.10
+ 2024.11
diff --git a/pom.xml b/pom.xml
index 549f2c67a..c02b2169a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
org.executequery
RedExpert-parent
pom
- 2024.10
+ 2024.11
modules/plugins/fbplugin
modules/plugins/fbclient-3
diff --git a/src/org/executequery/release_notes_en.html b/src/org/executequery/release_notes_en.html
index e000a7c3c..1fb1d6ea8 100644
--- a/src/org/executequery/release_notes_en.html
+++ b/src/org/executequery/release_notes_en.html
@@ -1,5 +1,36 @@
RedExpert Changelog
+
+Added:
+
+ - Database backup / restore tool.
+
+Improved:
+
+ - Connection parameters configuration panel.
+ - Exporting database statistics to a file.
+ - Database creation panel.
+ - Password input field.
+
+Fixed:
+
+ - Executing EXECUTE BLOCK queries with parameters.
+ - Executing SQL-queries starting with a comment.
+ - Running application after upgrading from versions older than 2024.07.
+ - Errors when creating a new connection.
+ - Errors in the log when connecting to the database via SSH tunnel.
+ - Errors in the log when opening or closing Query Editor tabs.
+ - Errors in the log when displaying dependencies in the ER-diagram editor.
+ - Closing dialogs with a question.
+ - Updating application color scheme when switching from dark theme to light one.
+ - Applying line numbers properties in the Query Editor.
+ - Applying toolbar properties in the Query Editor.
+ - Applying SSH tunnel properties for connection.
+ - Applying authentication properties for connection.
+ - Generating INSERT and UPDATE scripts for tables and views.
+ - Modifying stored procedure code when creating or altering it.
+ - Adding constraints on table when connecting to the Firebird database.
+
Added:
diff --git a/src/org/executequery/release_notes_ru.html b/src/org/executequery/release_notes_ru.html
index 8b2a90cc8..ea899e488 100644
--- a/src/org/executequery/release_notes_ru.html
+++ b/src/org/executequery/release_notes_ru.html
@@ -1,5 +1,36 @@
Лог изменений RedExpert
+
+Добавлено:
+
+ - Инструмент создания резервной копии / восстановления БД.
+
+Улучшено:
+
+ - Панель конфигурации параметров подключения.
+ - Экспорт статистики БД в файл.
+ - Панель создания БД.
+ - Поле для ввода пароля.
+
+Исправлено:
+
+ - Выполнение SQL-запросов EXECUTE BLOCK с параметрами.
+ - Выполнение SQL-запросов, начинающихся с комментария.
+ - Запуск приложения после обновления с версий старше 2024.07.
+ - Ошибки при создании нового подключения.
+ - Ошибки в логе при подключении к БД через SSH-туннель.
+ - Ошибки в логе при открытии или закрытии вкладок редактора запросов.
+ - Ошибки в логе при отображении зависимостей в редакторе ER-диаграмм.
+ - Закрытие диалоговых окон с вопросом.
+ - Обновление цветовой гаммы приложения при переключении с темной темы на светлую.
+ - Применение настроек для номеров строк в редакторе запросов.
+ - Применение настроек панели инструментов в редакторе запросов.
+ - Применение настроек SSH-туннеля для подключения.
+ - Применение настроек аутентификации для подключения.
+ - Генерация INSERT и UPDATE скриптов для таблиц и представлений.
+ - Изменение кода хранимой процедуры при ее создании или изменении.
+ - Добавление ограничений на таблицы при подключении к БД Firebird.
+
Добавлено: