From 6335ede78616b3adae5c436a4c49335698964018 Mon Sep 17 00:00:00 2001 From: jerryjacobs Date: Sun, 21 Feb 2010 12:44:19 +0000 Subject: [PATCH] Start writing of release changelog for End Users, should be included in installer(s) --- Documentation/releases/2010-xx-xx.html | 525 +++++++++++++++++++++++++ Documentation/releases/2010-xx-xx.txt | 38 ++ 2 files changed, 563 insertions(+) create mode 100644 Documentation/releases/2010-xx-xx.html create mode 100644 Documentation/releases/2010-xx-xx.txt diff --git a/Documentation/releases/2010-xx-xx.html b/Documentation/releases/2010-xx-xx.html new file mode 100644 index 0000000000..c248698e35 --- /dev/null +++ b/Documentation/releases/2010-xx-xx.html @@ -0,0 +1,525 @@ + + + + + +KiCad 2010-xx-xx Release + + + + +

Common

+
+
    +
  • +

    +Actions can now be undo and redo +

    +
  • +
  • +

    +Menus and tooltips more clear +

    +
  • +
  • +

    +File history now in Open Recent submenu +

    +
  • +
  • +

    +Many new hotkeys added +

    +
  • +
  • +

    +Plot and print dialog rewritten +

    +
  • +
  • +

    +Remember last dialog position and tab +

    +
  • +
  • +

    +Hershey fonts +

    +
  • +
  • +

    +Generation of bill of materials +

    +
  • +
  • +

    +Plot SVG output +

    +
  • +
+
+

KiCad

+
+
    +
  • +

    +Bug fixed when added directory with alot of subdirectories, now you need to add yourself. +

    +
  • +
  • +

    +If project is noname.pro no error will be displayed +

    +
  • +
+
+

EESchema

+
+
    +
  • +

    +New pin properties dialog +

    +
  • +
+
+

PCBNew

+
+
    +
  • +

    +Advanced layer setup +

    +
  • +
  • +

    +New panel for layer management +

    +
  • +
  • +

    +Support for net classes +

    +
  • +
  • +

    +Incorrect DRC error fixed, DRC min via and min track check +

    +
  • +
  • +

    +Handle local mask clearance and local net clearance +

    +
  • +
+
+

Core

+
+
    +
  • +

    +Many many bugfixes and cleanups +

    +
  • +
  • +

    +All comments translated to English +

    +
  • +
  • +

    +Moved to wxAUI and dialogs created with wxFormBuilder +

    +
  • +
  • +

    +Full support for Mac OS X with wxWidgets 2.9 +

    +
  • +
+
+ + + diff --git a/Documentation/releases/2010-xx-xx.txt b/Documentation/releases/2010-xx-xx.txt new file mode 100644 index 0000000000..8b881705b6 --- /dev/null +++ b/Documentation/releases/2010-xx-xx.txt @@ -0,0 +1,38 @@ +KiCad 2010-xx-xx Release +======================== + +== Common + * Actions can now be undo and redo + * Menus and tooltips more clear + * File history now in Open Recent submenu + * Many new hotkeys added + * Plot and print dialog rewritten + * Remember last dialog position and tab + * Hershey fonts + * Generation of bill of materials + * Plot SVG output + +== KiCad + * Bug fixed when added directory with alot of subdirectories, now you need to add yourself. + * If project is noname.pro no `error` will be displayed + +== EESchema + * New pin properties dialog + +== PCBNew + * Advanced layer setup + * New panel for layer management + * Support for net classes + * Incorrect DRC error fixed, DRC min via and min track check + * Handle local mask clearance and local net clearance + +== Core + * Many many bugfixes and cleanups + * All comments translated to English + * Moved to wxAUI and dialogs created with wxFormBuilder + * Full support for Mac OS X with wxWidgets 2.9 + +/////////////////////////////////////// +This is a asciidoc formatted file, it can be converted +to PDF,(XHTML) and others. See asciidoc homepage. +///////////////////////////////////////