Home Features Screencast Download Feedback Known Issues Latest Fixes Readme Manual News Changelog Policies Roadmap Wishlist Git Repos
Gen
Recent Changes

This changelog is in-between the update information on the news page and a diff of current and previous versions' source. It is intended to act like code comments. It should help the reader make sense of diffs, rather than restate them.

Want to receive notifications about changes to Gen? You can subscribe to the announcements mailing list by sending an email to gen-announce-subscribe@robertbrogan.com. (No need for anything in subject or message body.) You will get an email every time we have a new release.

1.18.0
2016.10.17

Changes by functionality

  • Added new commands
    • LastMonth
    • LastYear
    • NextMonth
    • NextYear
    • ThisMonth
    • ThisYear

By files

  • /
    • changelog.html, changelog.txt
      • Updated with latest info.
    • news.html, news.txt
      • Updated with latest info.
    • latest-fixes.html
      • Updated with latest info.
    • README.txt, README.html
      • Updated with latest info.
    • roadmap.html
      • Updated with latest info.
  • /doc
    • *-index.html
      • Updated to include current version number.
    • lastmonth.html
      lastmonth-exceptions.html
      • Documentation for new command.
    • lastyear.html
      lastyear-exceptions.html
      • Documentation for new command.
    • nextmonth.html
      nextmonth-exceptions.html
      • Documentation for new command.
    • nextyear.html
      nextyear-exceptions.html
      • Documentation for new command.
    • thismonth.html
      thismonth-exceptions.html
      • Documentation for new command.
    • thisyear.html
      thisyear-exceptions.html
      • Documentation for new command.
  • /src
    • gen.tcl
      • Updated to include current version number.
    • lastmonth.tcl
      • New command.
    • lastyear.tcl
      • New command.
    • loading-module-data.tcl
      • Updated to add support for new commands.
    • nextmonth.tcl
      • New command.
    • nextyear.tcl
      • New command.
    • pkgIndex.tcl
      • Updated to include current version number.
    • thismonth.tcl
      • New command.
    • thisyear.tcl
      • New command.
  • /test
    • *.test
      • Update the rev number.
    • email-test-config.test
      • Configuration variables for email tests.
    • foreach.test
      • Updated expected output to match database contents.
    • lastmonth.test
      • Tests for new command.
    • lastyear.test
      • Tests for new command.
    • nextmonth.test
      • Tests for new command.
    • nextyear.test
      • Tests for new command.
    • thismonth.test
      • Tests for new command.
    • thisyear.test
      • Tests for new command.