Skip to content

Commit

Permalink
1.0.18 (#34)
Browse files Browse the repository at this point in the history
* 1.0.17

* 1.0.18
  • Loading branch information
acharneski authored Mar 21, 2023
1 parent 45ff29f commit b3397c8
Show file tree
Hide file tree
Showing 82 changed files with 2,957 additions and 1,326 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ chain.crt
api.log.json
*.log.java
*.log
api.*
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@
### Added
-

## [1.0.18]

### Improved
- API stability and performance
- Various bug fixes
- Max tokens handling

## [1.0.17]

### Added
- Ability to develop entire software projects from scratch (not a joke)
- Support for self-aware artificial intelligence (joke)

### Removed
- Human value and significance (joke)
- Barriers to information warfare (not a joke)

### Fixed
- Human nature (joke)

## [1.0.16]

### Added
Expand Down
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ kover.xmlReport {
}

tasks {
compileKotlin {
kotlinOptions {
javaParameters = true
}
}
compileTestKotlin {
kotlinOptions {
javaParameters = true
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.simiacryptus
pluginName = intellij-aicoder
pluginRepositoryUrl = https://github.com/SimiaCryptus/intellij-aicoder
# SemVer format -> https://semver.org
pluginVersion = 1.0.16
pluginVersion = 1.0.18

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 203
Expand All @@ -22,8 +22,8 @@ pluginUntilBuild = 231.*

# IntelliJ IDEA Ultimate
platformType = IU
platformPlugins = com.intellij.java, org.intellij.scala:2021.3.22, Pythonid:213.7172.26, org.jetbrains.plugins.go:213.7172.6
#platformPlugins = com.intellij.java, org.intellij.scala:2022.3.16, Pythonid:223.8214.52, org.jetbrains.plugins.go:223.8214.52
#platformPlugins = com.intellij.java, org.intellij.scala:2021.3.22, Pythonid:213.7172.26, org.jetbrains.plugins.go:213.7172.6
platformPlugins = com.intellij.java, org.intellij.scala:2022.3.16, Pythonid:223.8214.52, org.jetbrains.plugins.go:223.8214.52
#platformPlugins = com.intellij.java

# PhpStorm
Expand All @@ -35,8 +35,8 @@ platformPlugins = com.intellij.java, org.intellij.scala:2021.3.22, Pythonid:213.
#platformPlugins = JavaScript

# https://mvnrepository.com/artifact/com.jetbrains.intellij.idea/ideaIU
platformVersion = 2021.3.3
#platformVersion = 2022.3.1
#platformVersion = 2021.3.3
platformVersion = 2022.3.1

# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 7.6.1
Expand Down
Loading

0 comments on commit b3397c8

Please sign in to comment.