ChangeLog in zzamboni-things2thl-0.5.0 vs ChangeLog in zzamboni-things2thl-0.7.0
- old
+ new
@@ -1,7 +1,68 @@
+2009-05-21 Diego Zamboni <diego@zzamboni.org>
+
+ * VERSION, lib/Things2THL.rb: Version bump to 0.7.0
+
+2009-05-21 Diego Zamboni <diego@zzamboni.org>
+
+ * README, bin/things2thl, lib/Things2THL.rb: Added a new mode of
+ operation --projects-areas-as-lists (-B). As the name implies, in
+ this mode both projects and areas from Things are stored as lists in
+ THL. This means that projects are NOT nested inside areas, as is the
+ case in the other two modes. Instead, the lists for areas will
+ contain only single tasks that were inside the area in Things. If --projects-top-level and --areas-top-level are not given, all the
+ lists will be created in the main folders group. Otherwise, they
+ will appear within the corresponding folder.
+
+2009-05-21 Diego Zamboni <diego@zzamboni.org>
+
+ * bin/things2thl, lib/Things2THL.rb: Added --areas-top-level option
+ to specify a folder in which imported Areas should be created.
+
+2009-05-20 Diego Zamboni <diego@zzamboni.org>
+
+ * README: Updated README
+
+2009-05-20 Diego Zamboni <diego@zzamboni.org>
+
+ * things2thl.gemspec: Regenerated gemspec for version 0.6.0
+
+2009-05-20 Diego Zamboni <diego@zzamboni.org>
+
+ * ChangeLog, VERSION, lib/Things2THL.rb: Version bump to 0.6.0
+
+2009-05-20 Diego Zamboni <diego@zzamboni.org>
+
+ * Rakefile, lib/Things2THL.rb: Vastly improved conversion of the
+ notes field. The HTML stored in the Things notes is parsed and
+ rendered as text, including all the appropriate URLs and links. It
+ does not look exactly as the original, but is quite usable.
+
2009-05-19 Diego Zamboni <diego@zzamboni.org>
- * lib/Things2THL.rb: Version bump to 0.5.0
+ * README: Updated to state limitation of transferring repeating
+ tasks.
+
+2009-05-19 Diego Zamboni <diego@zzamboni.org>
+
+ * lib/Things2THL.rb: Make Scheduled and Logbook a list instead of a
+ folder when --projects-as-tasks. Someday stays always as a folder,
+ because it can contain areas (suspended areas)
+
+2009-05-19 Diego Zamboni <diego@zzamboni.org>
+
+ * lib/Things2THL.rb: Transfer activation_date as start_date so that
+ scheduled (one-time) tasks are set appropriately. Still need to
+ figure out how to identify repeating tasks.
+
+2009-05-19 Diego Zamboni <diego@zzamboni.org>
+
+ * things2thl.gemspec: Regenerated gemspec for version 0.5.0
+
+2009-05-19 Diego Zamboni <diego@zzamboni.org>
+
+ * ChangeLog, README, VERSION, lib/Things2THL.rb: Version bump to
+ 0.5.0
2009-05-19 Diego Zamboni <diego@zzamboni.org>
* bin/things2thl, lib/Things2THL.rb: Made it mandatory to specify
the mode of operation (--projects-as-lists or --projects-as-tasks).