Skip to content

Commit fad7453

Browse files
committed
Updated CHANGES.md
1 parent f8d8f5b commit fad7453

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: CHANGES.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# DurianSwt releases
22

3-
### Version 1.3.0 - TBD ([javadoc](http://diffplug.github.io/durian-swt/javadoc/snapshot/))
3+
### Version 1.4.0 - TBD ([javadoc](http://diffplug.github.io/durian-swt/javadoc/snapshot/)) [snapshot](https://oss.sonatype.org/content/repositories/snapshots/com/diffplug/durian/durian-swt/))
4+
5+
### Version 1.3.0 - October 19th 2015 ([javadoc](http://diffplug.github.io/durian-swt/javadoc/1.3.0/), [jcenter](https://bintray.com/diffplug/opensource/durian-swt/1.3.0/view))
46

57
* Changed OSGi metadata Bundle-SymbolicName to `com.diffplug.durian.swt`.
68
* OSGi metadata is now auto-generated using bnd.
79
* Added `ColumnViewerFormat.ColumnBuilder::setFinalSetup()` which allows us to get the `ViewerColumn` object and setup something such as a `CellEditor` on it.
810
* `ColumnViewerFormat` no longer requires a `LabelProvider`, since we might set that stuff up in `setFinalSetup()`.
911
* Fixed a bug in `Shells` which caused windows to always open on the primary monitor.
12+
* `Actions` is now based on `runWithEvent()` rather than `run()`. This allows implementors to get the `Event` which is causing the action to fire, which can allow more detailed actions to be taken.
1013

1114
### Version 1.2.0 - September 14th 2015 ([javadoc](http://diffplug.github.io/durian-swt/javadoc/1.2.0/), [jcenter](https://bintray.com/diffplug/opensource/durian-swt/1.2.0/view))
1215

0 commit comments

Comments
 (0)