Skip to content

Commit

Permalink
Update CHANGELOG and Splash for 0.7.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed May 5, 2017
1 parent 053a0c6 commit b1df9fb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 0.7.0.9 - 2017-05-05

### Added
- Add login page using Spring Security (optional, disabled by default)

### Changed
- Change the build process: ui/ for kettle-ui-swt.jar and assembly/ for spoon.war
- Disable open/save menu items when not connected to a repository
- Disable broken menu items

### Fixed
- Fix disappearing buttons (OK, Preview, Cancel) for Generate Rows, DB Procedure Call, and Add constants
- Make Modified Java Script Value, User Defined Java Class, and Script to be multi-session compatible
- Set location of the context menu properly
- Correct the window icon size of KettleWaitBox and KettleDialog
- Restore Export to XML, Export Linked Resources to XML, and repository export
- Restore Drag&Drop to open a Kettle file
- Restore "Show Arguments" menuitem
- Fix UI redrawing for a trans/job that takes a long time to finish
- Fix the window icon and header of the DB Connection dialog

## 0.7.0.8 - 2017-03-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion ui/src/org/pentaho/di/ui/core/dialog/Splash.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void paintControl( PaintEvent e ) {
} else {
fullVersionText = fullVersionText + " " + buildVersion;
}
fullVersionText += ", webSpoon (0.7.0.8)";
fullVersionText += ", webSpoon (0.7.0.9)";
e.gc.setFont( verFont );
e.gc.setForeground( display.getSystemColor( SWT.COLOR_WHITE ) );
e.gc.drawText( fullVersionText, 290, 205, true );
Expand Down

0 comments on commit b1df9fb

Please sign in to comment.