Skip to content

Commit

Permalink
updated to 1.3.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
nodj committed Dec 14, 2014
1 parent 065d77b commit feb583e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion AutoDerivFeature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.nodj.AutoDerivFeature"
label="AutoDeriv"
version="1.3.0.qualifier"
version="1.3.1.qualifier"
provider-name="nodj">

<description url="http://nodj.github.io/AutoDeriv/">
Expand Down
27 changes: 23 additions & 4 deletions AutoDerivPlugin/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ issues: noted (#n), see https://github.com/nodj/AutoDeriv/issues/n
AutoDeriv TODO list
--------------------------------------------------------------------------------
[x] add usage examples, explain the !/, the patterns...
[ ] hash useful part of rule, compare this hash before reparsing
[ ] make use of IProgress.isCanceled method ?
[ ] handle conf files with zero rules - especially master
[ ] command to force usage of regex even if path is OK. Eg. "^a$"
Expand All @@ -17,7 +18,24 @@ some command should be implemented as a menu button ?


================================================================================
AutoDeriv v1.3.0: 2014-12-xx
AutoDeriv v1.3.1: 2014-12-?? [wait the git tag]
--------------------------------------------------------------------------------
- Better usage of IProgressMonitor, for better UX
- lighter logging: less spam
- Fixed handling of project deletion
- Fixed handling of project status: closed vs open
- Added basic plugin configuration. See "autoderiv.ini" part in the home site
- Customizable decoration prefix, suffix, background and foreground colors.
- several internal modification without -in theory- visible effects:
- Fixed ConcurentModificationException: Prevent parallel execution of
changeEvent listener
- faster delta scan
- Prevent the spawn of WorkspacJob if there is nothing to do in it.
- Fixed some internal Exception
- Improved stability ?

--------------------------------------------------------------------------------
AutoDeriv v1.3.0: 2014-12-10
--------------------------------------------------------------------------------
- Added global .derived file, aka. Master Conf File (#3)
- Added optional decoration on derived resources
Expand All @@ -31,10 +49,11 @@ AutoDeriv v1.2.0: 2014-12-03
--------------------------------------------------------------------------------
- Added CONTRIBUTORS
- Added Changelog
- better check of forbiden characters in windows path
- better check of forbiden characters in windows path
- Fixed bug: bad attribute update if root rules is use.
- log in [workspace]/.metadata/.log
- Added Partern support : syntax at http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html
- Added Java Pattern support:
syntax: http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html

--------------------------------------------------------------------------------
AutoDeriv v1.1.0: 2014-12-02
Expand All @@ -44,7 +63,7 @@ AutoDeriv v1.1.0: 2014-12-02
- Updated update site

--------------------------------------------------------------------------------
AutoDeriv v1.0.0: 2014-12-01
AutoDeriv v1.0.0: 2014-12-01
--------------------------------------------------------------------------------
- Fully functionnal basics
- Added update site
Expand Down
2 changes: 1 addition & 1 deletion AutoDerivPlugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AutoDeriv
Bundle-SymbolicName: net.nodj.AutoDerivPlugin;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.1.qualifier
Bundle-Activator: autoderiv.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
5 changes: 4 additions & 1 deletion AutoDerivPlugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
LICENSE
.options,\
LICENSE,\
CONTRIBUTORS,\
ChangeLog
4 changes: 1 addition & 3 deletions AutoDerivUpdateSite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<description name="AutoDeriv-update@github" url="http://nodj.github.io/AutoDeriv/update">
AutoDeriv update site on github
</description>
<feature url="features/net.nodj.AutoDerivFeature_1.3.0.201412100411.jar" id="net.nodj.AutoDerivFeature" version="1.3.0.201412100411">
<category name="AutoDeriv"/>
</feature>
<feature url="features/net.nodj.AutoDerivFeature_1.3.1.201412121818.jar" id="net.nodj.AutoDerivFeature" version="1.3.1.201412121818"/>
<category-def name="AutoDeriv" label="nodj&apos;s Eclipse plugins">
<description>
Eclipse IDE dev
Expand Down

0 comments on commit feb583e

Please sign in to comment.