File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed
kotlin/org/domaframework/doma/intellij/common/util Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 88
99- Fix: SQL Formatter ([ #411 ] )
1010
11- [ #411 ] :https://github.com/domaframework/doma-tools-for-intellij/pull/411
12-
13-
1411## [ 2.1.1] - 2025-08-19
1512
1613### Bug Fixes
331328 - Rename SQL file directory when renaming DAO
332329 - Change DAO package name or SQL file directory configuration when changing configuration
333330
334- [ Unreleased ] : https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.1...HEAD
331+ [ Unreleased ] : https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.2...HEAD
332+ [ 2.1.2 ] : https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.1...v2.1.2
335333[ 2.1.1 ] : https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.0...v2.1.1
336334[ 2.1.0 ] : https://github.com/domaframework/doma-tools-for-intellij/compare/v2.0.0...v2.1.0
337335[ 2.0.0 ] : https://github.com/domaframework/doma-tools-for-intellij/compare/v1.1.1...v2.0.0
381379[ #48 ] : https://github.com/domaframework/doma-tools-for-intellij/pull/48
382380[ #45 ] : https://github.com/domaframework/doma-tools-for-intellij/pull/45
383381[ #43 ] : https://github.com/domaframework/doma-tools-for-intellij/pull/43
382+ [ #411 ] : https://github.com/domaframework/doma-tools-for-intellij/pull/411
384383[ #396 ] : https://github.com/domaframework/doma-tools-for-intellij/pull/396
385384[ #394 ] : https://github.com/domaframework/doma-tools-for-intellij/pull/394
386385[ #389 ] : https://github.com/domaframework/doma-tools-for-intellij/pull/389
495494[ #103 ] : https://github.com/domaframework/doma-tools-for-intellij/pull/103
496495[ #102 ] : https://github.com/domaframework/doma-tools-for-intellij/pull/102
497496[ #10 ] : https://github.com/domaframework/doma-tools-for-intellij/pull/10
498- [ 2.1.2 ] : https://github.com/domaframework/doma-tools-for-intellij/compare/2.1.1...2.1.2
Original file line number Diff line number Diff line change 11pluginGroup = org.domaframework.doma.intellij
22pluginName = Doma Tools for IntelliJ
33pluginRepositoryUrl = https://github.com/domaframework/doma-tools-for-intellij
4- pluginVersion = 2.1.2
4+ pluginVersion = 2.1.3-beta
55
66pluginSinceBuild =231
77
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import com.intellij.ide.plugins.PluginManagerCore
1919import com.intellij.openapi.extensions.PluginId
2020
2121const val PLUGIN_ID = " org.domaframework.doma.intellij"
22- const val PLUGIN_VERSION = " 2.1.2 "
22+ const val PLUGIN_VERSION = " 2.1.3-beta "
2323
2424open class PluginUtil {
2525 companion object {
Original file line number Diff line number Diff line change 22<configuration scan =" true" >
33 <property resource =" logback.properties" />
44 <property name =" LOG_FILE_BASE_DIR" value =" ${org.domaframework.doma.intellij.log.path:-/doma-tools}" />
5- <property name =" LOG_FILE_VERSION" value =" ${org.domaframework.doma.intellij.plugin.version:-2.1.2 }" />
5+ <property name =" LOG_FILE_VERSION" value =" ${org.domaframework.doma.intellij.plugin.version:-2.1.3-beta }" />
66
77 <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
88 <encoder >
Original file line number Diff line number Diff line change 22<configuration scan =" true" >
33 <property resource =" logback.properties" />
44 <property name =" LOG_FILE_BASE_DIR" value =" ${org.domaframework.doma.intellij.log.path:-/doma-tools}" />
5- <property name =" LOG_FILE_VERSION" value =" ${org.domaframework.doma.intellij.plugin.version:-2.1.2 }" />
5+ <property name =" LOG_FILE_VERSION" value =" ${org.domaframework.doma.intellij.plugin.version:-2.1.3-beta }" />
66
77 <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
88 <encoder >
You can’t perform that action at this time.
0 commit comments