You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
# DurianSwt releases
2
2
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))
4
6
5
7
* Changed OSGi metadata Bundle-SymbolicName to `com.diffplug.durian.swt`.
6
8
* OSGi metadata is now auto-generated using bnd.
7
9
* Added `ColumnViewerFormat.ColumnBuilder::setFinalSetup()` which allows us to get the `ViewerColumn` object and setup something such as a `CellEditor` on it.
8
10
*`ColumnViewerFormat` no longer requires a `LabelProvider`, since we might set that stuff up in `setFinalSetup()`.
9
11
* 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.
10
13
11
14
### 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))
0 commit comments