Skip to content

Commit

Permalink
Release 2024.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail.kalyashin committed Nov 19, 2024
1 parent a1385b6 commit 7619996
Show file tree
Hide file tree
Showing 14 changed files with 74 additions and 12 deletions.
2 changes: 1 addition & 1 deletion modules/plugins/fbclient-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2024.10</version>
<version>2024.11</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/fbclient-4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2024.10</version>
<version>2024.11</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/fbclient-5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2024.10</version>
<version>2024.11</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/fbplugin-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2024.10</version>
<version>2024.11</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/fbplugin-impl5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2024.10</version>
<version>2024.11</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/fbplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2024.10</version>
<version>2024.11</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/procedure-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2024.10</version>
<version>2024.11</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/sql-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2024.10</version>
<version>2024.11</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/sqlLexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2024.10</version>
<version>2024.11</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/trace-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2024.10</version>
<version>2024.11</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/redexpert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2024.10</version>
<version>2024.11</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<packaging>pom</packaging>
<version>2024.10</version>
<version>2024.11</version>
<modules>
<module>modules/plugins/fbplugin</module>
<module>modules/plugins/fbclient-3</module>
Expand Down
31 changes: 31 additions & 0 deletions src/org/executequery/release_notes_en.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
<!--suppress HtmlDeprecatedAttribute -->
<h1>RedExpert Changelog</h1>
<h2><a name='v2024.11'>Major changes - v2024.11</a></h2>
<p>Added:</p>
<ol>
<li>Database backup / restore tool.</li>
</ol>
<p>Improved:</p>
<ol>
<li>Connection parameters configuration panel.</li>
<li>Exporting database statistics to a file.</li>
<li>Database creation panel.</li>
<li>Password input field.</li>
</ol>
<p>Fixed:</p>
<ol>
<li>Executing EXECUTE BLOCK queries with parameters.</li>
<li>Executing SQL-queries starting with a comment.</li>
<li>Running application after upgrading from versions older than 2024.07.</li>
<li>Errors when creating a new connection.</li>
<li>Errors in the log when connecting to the database via SSH tunnel.</li>
<li>Errors in the log when opening or closing Query Editor tabs.</li>
<li>Errors in the log when displaying dependencies in the ER-diagram editor.</li>
<li>Closing dialogs with a question.</li>
<li>Updating application color scheme when switching from dark theme to light one.</li>
<li>Applying line numbers properties in the Query Editor.</li>
<li>Applying toolbar properties in the Query Editor.</li>
<li>Applying SSH tunnel properties for connection.</li>
<li>Applying authentication properties for connection.</li>
<li>Generating INSERT and UPDATE scripts for tables and views.</li>
<li>Modifying stored procedure code when creating or altering it.</li>
<li>Adding constraints on table when connecting to the Firebird database.</li>
</ol>
<h2><a name='v2024.10'>Major changes - v2024.10</a></h2>
<p>Added:</p>
<ol>
Expand Down
31 changes: 31 additions & 0 deletions src/org/executequery/release_notes_ru.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
<!--suppress HtmlDeprecatedAttribute -->
<h1>Лог изменений RedExpert</h1>
<h2><a name='v2024.11'>Основные изменения - v2024.11</a></h2>
<p>Добавлено:</p>
<ol>
<li>Инструмент создания резервной копии / восстановления БД.</li>
</ol>
<p>Улучшено:</p>
<ol>
<li>Панель конфигурации параметров подключения.</li>
<li>Экспорт статистики БД в файл.</li>
<li>Панель создания БД.</li>
<li>Поле для ввода пароля.</li>
</ol>
<p>Исправлено:</p>
<ol>
<li>Выполнение SQL-запросов EXECUTE BLOCK с параметрами.</li>
<li>Выполнение SQL-запросов, начинающихся с комментария.</li>
<li>Запуск приложения после обновления с версий старше 2024.07.</li>
<li>Ошибки при создании нового подключения.</li>
<li>Ошибки в логе при подключении к БД через SSH-туннель.</li>
<li>Ошибки в логе при открытии или закрытии вкладок редактора запросов.</li>
<li>Ошибки в логе при отображении зависимостей в редакторе ER-диаграмм.</li>
<li>Закрытие диалоговых окон с вопросом.</li>
<li>Обновление цветовой гаммы приложения при переключении с темной темы на светлую.</li>
<li>Применение настроек для номеров строк в редакторе запросов.</li>
<li>Применение настроек панели инструментов в редакторе запросов.</li>
<li>Применение настроек SSH-туннеля для подключения.</li>
<li>Применение настроек аутентификации для подключения.</li>
<li>Генерация INSERT и UPDATE скриптов для таблиц и представлений.</li>
<li>Изменение кода хранимой процедуры при ее создании или изменении.</li>
<li>Добавление ограничений на таблицы при подключении к БД Firebird.</li>
</ol>
<h2><a name='v2024.10'>Основные изменения - v2024.10</a></h2>
<p>Добавлено:</p>
<ol>
Expand Down

0 comments on commit 7619996

Please sign in to comment.