Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Brunner committed Feb 3, 2019
1 parent b52150b commit 792ab2e
Show file tree
Hide file tree
Showing 38 changed files with 1,237 additions and 2,358 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.classpath
.project
.settings/
.classpath
.DS_Store
.project
/bin/
Binary file modified bin/JAddin.class
Binary file not shown.
Binary file modified bin/JAddinThread.class
Binary file not shown.
25 changes: 17 additions & 8 deletions docs/DOWNLOAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,46 @@

### Downloads

**[Version 2.0.0 16-Jan-2019](JAddin-2.0.0.zip)**
**[Version 2.1.0 2019-02-03](JAddin-2.1.0.zip)**

- Major rewrite of JAddin.java and JAddinThread
- Added static methods JAddin.fromISODateUTC() and JAddin.toISODateUTC()
- Added method generateHash(), encryptAES(), decryptAES(), fromBase64 and toBase64()
- Changed method dbSendMessage() to always create a MIME message
- Changed method dbRecycleObjects() to better support arrays and vectors
- Changed Domino statistic to show date in UTC ISO 8601 format
- JavaDoc changes

**[Version 2.0.0 2019-01-16](JAddin-2.0.0.zip)**

- Major rewrite of JAddin.java and JAddinThread.java
- Now requires JVM 1.8+ (Domino 9.0.1 FP8+)
- Many new and changed methods to support Domino applications
- Many new and changed methods to support applications
- Complete rewrite of the documentation and publish it on GitHub
- Create project homepage at https://jaddin.abdata.ch

**Version 1.3.0 24-Mar-2015 (Beta test user only)**
**Version 1.3.0 2016-03-24 (Beta test user only)**
- Change: Replace the Thread termination sequence by Thread.interrupt()
- Change: Mark addInTerminate() as deprecated
- Change: Small change in sendMessage() for processing sender name
- Add: New method waitSeconds() to delay execution
- Add: New method recycleObjects() to free Domino object resources
- Add: New documentation chapter to explain program flow

**[Version 1.2.0 18-Dec-2013](JAddin-1.2.0.zip)***
**[Version 1.2.0 2013-12-18](JAddin-1.2.0.zip)**

- Add: New command "Version!" to display JAddin, Java and OS version numbers.
- Change: Send the low heap memory warning message only once for each threshold reached.

**Version 1.1.0 18-Jul-2012**
**Version 1.1.0 2012-07-18**

- Add: New methods addinNextHour() and addinNextDay() to allow for notification of next hour and next day.
- Change: Several runtime optimizations.

**Version 1.0.0 28-Apr-2012**
**Version 1.0.0 2012-04-28**

- Add: First formal version
- Add: New method sendMessage() to create and send a message.

**Version 0.5.0 22-Aug-2010**
**Version 0.5.0 2010-08-22**

- New: First public beta version.
Binary file added docs/JAddin-2.1.0.zip
Binary file not shown.
Binary file added docs/Java-Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
215 changes: 127 additions & 88 deletions docs/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 792ab2e

Please sign in to comment.