From f6d9020703931f645f553b59426e085a81e90c60 Mon Sep 17 00:00:00 2001 From: Kevin Lamonte Date: Tue, 15 Aug 2017 19:15:41 -0400 Subject: [PATCH] dev version bump to 0.0.6 --- build.xml | 2 +- docs/TODO.md | 5 +++++ docs/worklog.md | 12 ++++++++++++ pom.xml | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 156a215..93b79d8 100644 --- a/build.xml +++ b/build.xml @@ -34,7 +34,7 @@ for unused imports. --> - + diff --git a/docs/TODO.md b/docs/TODO.md index dfb39eb..9b90b45 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -7,6 +7,11 @@ Roadmap 0.0.6 +#18 Rework TApplication run loop: + - Reduce thread spinlocks + - Eliminate unnecessary screen redraws + - No activity means no CPU usage + - TSpinner - TComboBox - TCalendar diff --git a/docs/worklog.md b/docs/worklog.md index 6dde360..757a215 100644 --- a/docs/worklog.md +++ b/docs/worklog.md @@ -1,6 +1,18 @@ Jexer Work Log ============== +August 15, 2017 + +I cut 0.0.5 just now, and also applied for a Sonatype repository. +It was a reasonable spot: TEditor was working albeit buggy, and a bug +had just come in on the main TApplication run loop. So we are about +to embark upon some performance work again, it's been probably version +0.0.2 or so since the last cycle. + +Code size: 40446 lines. + +Now switching head to 0.0.6 and taking a small break. + August 14, 2017 TEditor is basically done. Mouse movement, keyboard movement, diff --git a/pom.xml b/pom.xml index 346c14b..fe3d5c0 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ jar Jexer Java Text User Interface library that resembles Turbo Vision - 0.0.5 + 0.0.6 https://github.com/klamonte/jexer -- 2.27.0