Skip to content

Commit

Permalink
prepare 0.13.17
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMicS committed Feb 22, 2023
1 parent 3e4a07a commit 5fd02f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Changelog

## [Unreleased]
## [0.13.17]
- \#440 java.lang.IllegalArgumentException: URL is malformed
- \#391 Parameters window too big for screen (Try to Restore last width)
- \#443 [Intellij] Error while loading a workspace
- \#391 Parameters window too big for screen (Try to Restore last width)
- \#443 [Intellij] Error while loading a workspace
- \#450 Show log of a selected build
- \#406 Need Proxy (use jetbrains setting)

## [0.13.16]
- \#415 Unable to enter parameters
- Show error for trigger builds (Read from Header X-Error)
- Fix Proxy Handling
- Fix Proxy Handling
- \#426 Plugin Failing After IntelliJ Upgrade to 0.13.15 if jenkins is hosted Tomcat or QUery Parameters are not relaxed
- Add Trace Logging for Url calls with `#org.codinjutsu.tools.jenkins:trace`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Jenkins Plugin 0.13.16 for Jetbrains products
# Jenkins Plugin 0.13.17 for Jetbrains products
[![Build Status](https://app.travis-ci.com/MCMicS/jenkins-control-plugin.svg?branch=master)](https://app.travis-ci.com/MCMicS/jenkins-control-plugin)
[![Plugin Compatibility](https://github.com/MCMicS/jenkins-control-plugin/actions/workflows/compatibility.yml/badge.svg)](https://github.com/MCMicS/jenkins-control-plugin/actions/workflows/compatibility.yml)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pluginGroup=org.codinjutsu
pluginName=jenkins-control-plugin
# SemVer format -> https://semver.org
pluginVersion=0.13.17-eap5
pluginVersion=0.13.17
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSincePlatformVersion=2022.2
Expand Down

0 comments on commit 5fd02f7

Please sign in to comment.