<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Revision History</title><link>https://sourceforge.net/p/chaptermaker/wiki/Revision%2520History/</link><description>Recent changes to Revision History</description><atom:link href="https://sourceforge.net/p/chaptermaker/wiki/Revision%20History/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 06 Apr 2017 15:10:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/chaptermaker/wiki/Revision%20History/feed" rel="self" type="application/rss+xml"/><item><title>Revision History modified by Bob Swift</title><link>https://sourceforge.net/p/chaptermaker/wiki/Revision%2520History/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -25,10 +25,10 @@
 **Modifications:**

 * Updated display order of optional title elements.  Order is now:
-     1. Chapter Number, followed by a period (optional)
-     2. Chapter Start Time, as {hh:mm:ss.nnnnnnnnn} (optional)
-     3. Chapter Title (mandatory)
-     4. Chapter Duration, as \[mm:ss\] (optional)
+    1. Chapter Number, followed by a period (optional)
+    * Chapter Start Time, as {hh:mm:ss.nnnnnnnnn} (optional)
+    * Chapter Title (mandatory)
+    * Chapter Duration, as \[mm:ss\] (optional)

 -----
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Swift</dc:creator><pubDate>Thu, 06 Apr 2017 15:10:26 -0000</pubDate><guid>https://sourceforge.net8c474ff41d74675172b93d69e1b943576ce23f6f</guid></item><item><title>Revision History modified by Bob Swift</title><link>https://sourceforge.net/p/chaptermaker/wiki/Revision%2520History/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,3 +1,71 @@
+# Version 1.09
+
+**Bugs:**
+
+* Corrected bug inputting incorrect chapter times if the system locale setting uses a comma as the decimal separator.
+
+* Automatically convert comma decimal separator to period when reading chapter times.
+
+
+-----
+
+# Version 1.08
+
+**Additions:**
+
+* Added ability to read and update Matroska files using MKVToolNix utilities.  Updated settings to include path to MKVToolNix utility files.
+
+* Added "Working..." notice when processing input or output files. 
+
+* Automatically update frames per second and video duration when loading chapter times or titles from Matroska file.
+
+* Added ability to lookup chapter information from the ChapterDB website.
+
+
+**Modifications:**
+
+* Updated display order of optional title elements.  Order is now:
+     1. Chapter Number, followed by a period (optional)
+     2. Chapter Start Time, as {hh:mm:ss.nnnnnnnnn} (optional)
+     3. Chapter Title (mandatory)
+     4. Chapter Duration, as \[mm:ss\] (optional)
+
+
+-----
+
+# Version 1.07
+
+**Bugs:**
+
+* Output text file times to 9 decimal places.
+
+* Set XML output times to 9 decimal places to match standards.
+
+
+-----
+
+# Version 1.06
+
+**Bugs:**
+
+* Corrected bug outputting chapter times with decimal point as a comma rather than a period when some locales are selected.
+
+* Set OGM output times to 3 decimal points and XML output times to 6 decimal points to match standards.
+
+
+-----
+
+# Version 1.05
+
+**Bugs:**
+
+* Corrected bug reading TXT files with durations less than one minute and the duration starting with a colon.
+
+* Corrected bug reading titles from XML and OGM files with durations shown after title (similar to a TXT file).
+
+
+-----
+
 # Version 1.04

 **Bugs:**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Swift</dc:creator><pubDate>Thu, 06 Apr 2017 14:46:29 -0000</pubDate><guid>https://sourceforge.net4828ca826101c24664dfa5f2d4e3b767febe1b02</guid></item><item><title>Revision History modified by Bob Swift</title><link>https://sourceforge.net/p/chaptermaker/wiki/Revision%2520History/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,3 +1,32 @@
+# Version 1.04
+
+**Bugs:**
+
+* Corrected bug reading XML files with no line breaks.
+ 
+* Corrected reading web encoded titles (e.g.: "&amp;amp;amp;" now shows up in the title as "&amp;amp;").
+
+* All titles are now web encoded when written to XML files.
+
+
+**Additions:**
+
+* Added toolbar menu items for selecting the output file type.
+
+* Added tooltips to help explain the fields and functions.  Tips are displayed when the mouse pointer hovers over the control.
+
+* Added buttons to bring up help screens for the functions to: a) add blocks of times at set intervals; b) shift times; and c) scale times.
+
+* Added context (right click) commands to the chapter list items.
+
+
+**Modifications:**
+
+* Updated the main form to select the output file type from a pull-down list, and clearly indicate the type of output file selected.
+
+
+-----
+
 # Version 1.03

 **Bugs:**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Swift</dc:creator><pubDate>Mon, 13 Jun 2016 02:15:38 -0000</pubDate><guid>https://sourceforge.net0338d4eb9dae66a3df8e8a9f1acaa8617e281ae5</guid></item><item><title>Revision History modified by Bob Swift</title><link>https://sourceforge.net/p/chaptermaker/wiki/Revision%2520History/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,3 +1,27 @@
+# Version 1.03
+
+**Bugs:**
+
+* Corrected bug with file extension settings in output file dialog box.
+ 
+* Corrected bug with changing file extensions when toggling output file type.
+
+
+**Additions:**
+
+* Added option to output simple text file of titles, optionally with chapter durations.
+
+* Added list of standard framerates for selection on the main screen and the settings screen.
+
+* Added cut / copy / paste functionality to all text boxes on all forms.
+
+* Added toolbars to all forms.
+
+* Added status bars to all forms.
+
+
+-----
+
 # Version 1.02

 **Bugs:**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Swift</dc:creator><pubDate>Sat, 04 Jun 2016 22:13:55 -0000</pubDate><guid>https://sourceforge.nete178a3c433308998fc1f46842554540b9e91b119</guid></item><item><title>Revision History modified by Bob Swift</title><link>https://sourceforge.net/p/chaptermaker/wiki/Revision%2520History/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,3 +1,24 @@
+# Version 1.02
+
+**Bugs:**
+
+* Corrected bug with default OGM output file extension setting not being saved.
+
+
+**Additions:**
+
+* Added setting for default XML output file extension. (Default is "xml".)
+
+* Added option to include the chapter times in the chapter titles generated, and a setting for the default action.
+
+
+**Modifications:**
+
+* Revised the settings form to reduce the size and accommodate the new settings. 
+
+
+-----
+
 # Version 1.01

 **Bugs:**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Swift</dc:creator><pubDate>Fri, 20 May 2016 22:53:38 -0000</pubDate><guid>https://sourceforge.netcc1cd9f963f413be557e2d70a9ef732b85d51d2f</guid></item><item><title>Revision History modified by Bob Swift</title><link>https://sourceforge.net/p/chaptermaker/wiki/Revision%2520History/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,22 +1,34 @@
 # Version 1.01

 **Bugs:**
+
 * Corrected bug when checking for chapter times that would force you to have at least one chapter title entered to continue.
-* Corrected bug that prevented capitalization of the first word if the title began with a quote (e.g. "the Pink Panther").
+
+*  Corrected bug that prevented capitalization of the first word if the title began with a quote (e.g. "the Pink Panther").
+

 **Additions:**
+
 * Added setting for default OGM output file extension. (Default is "chapters.txt".)
+
 * Added option to replace missing titles with chapter times.
+
 * Added online check for program updates, including an option to check automatically at start-up.
+
 * Added option to append to the existing list when loading times or titles, and a new setting to determine whether loading appends or overwrites the existing list of times or titles.
+
 * Added buttons to clear the times and titles lists.

+
 **Modifications:**
+
 * Updated default words list for new installations.
+
 * Set initial value for scaling chapter times to the currently selected chapter time.  
+

 -----

 #Version 1.00

- * Initial public release.
+*  Initial public release.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Swift</dc:creator><pubDate>Thu, 19 May 2016 03:32:46 -0000</pubDate><guid>https://sourceforge.netddc733064d69c7f15c0f27973951c38a22f38564</guid></item><item><title>Revision History modified by Bob Swift</title><link>https://sourceforge.net/p/chaptermaker/wiki/Revision%2520History/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,26 +1,22 @@
-**Version 1.1**
+# Version 1.01

-* (-) Updated default words list for new installations.
+**Bugs:**
+* Corrected bug when checking for chapter times that would force you to have at least one chapter title entered to continue.
+* Corrected bug that prevented capitalization of the first word if the title began with a quote (e.g. "the Pink Panther").

-* (!) Corrected bug when checking for chapter times that would force you to have at least one chapter title entered to continue.
+**Additions:**
+* Added setting for default OGM output file extension. (Default is "chapters.txt".)
+* Added option to replace missing titles with chapter times.
+* Added online check for program updates, including an option to check automatically at start-up.
+* Added option to append to the existing list when loading times or titles, and a new setting to determine whether loading appends or overwrites the existing list of times or titles.
+* Added buttons to clear the times and titles lists.

-* (-) Set initial value for scaling chapter times to the currently selected chapter time.  
-
-* (+) Add setting for default OGM output file extension. (Default is "chapters.txt".)
-
-* (+) Add option to replace missing titles with chapter times.
-
-* (!) Corrected bug that prevented capitalization of the first word if the title began with a quote (e.g. "the Pink Panther").
-
-* (+) Added online check for program updates, including an option to check automatically at start-up.
-
-* (+) Added option to append to the existing list when loading times or titles, and a new setting to determine whether loading appends or overwrites the existing list of times or titles.
-
-* (+) Added buttons to clear the times and titles lists.
-
+**Modifications:**
+* Updated default words list for new installations.
+* Set initial value for scaling chapter times to the currently selected chapter time.  

 -----

-**Version 1.0**
+#Version 1.00

  * Initial public release.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Swift</dc:creator><pubDate>Thu, 19 May 2016 03:24:41 -0000</pubDate><guid>https://sourceforge.net85a93c63b33395d9ea03939d889580b350f80e6f</guid></item><item><title>Revision History modified by Bob Swift</title><link>https://sourceforge.net/p/chaptermaker/wiki/Revision%2520History/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,33 +1,26 @@
 **Version 1.1**

- - Updated default words list for new installations.
+* (-) Updated default words list for new installations.

- ! Corrected bug when checking for chapter times that would force you
-   to have at least one chapter title entered to continue.
+* (!) Corrected bug when checking for chapter times that would force you to have at least one chapter title entered to continue.

- - Set initial value for scaling chapter times to the currently
-   selected chapter time.  
+* (-) Set initial value for scaling chapter times to the currently selected chapter time.  

- + Add setting for default OGM output file extension. (Default is
-   "chapters.txt".)
+* (+) Add setting for default OGM output file extension. (Default is "chapters.txt".)

- + Add option to replace missing titles with chapter times.
+* (+) Add option to replace missing titles with chapter times.

- ! Corrected bug that prevented capitalization of the first word if
-   the title began with a quote (e.g. "the Pink Panther").
+* (!) Corrected bug that prevented capitalization of the first word if the title began with a quote (e.g. "the Pink Panther").

- + Added online check for program updates, including an option to
-   check automatically at start-up.
+* (+) Added online check for program updates, including an option to check automatically at start-up.

- + Added option to append to the existing list when loading times or
-   titles, and a new setting to determine whether loading appends or
-   overwrites the existing list of times or titles.
+* (+) Added option to append to the existing list when loading times or titles, and a new setting to determine whether loading appends or overwrites the existing list of times or titles.

- + Added buttons to clear the times and titles lists.
+* (+) Added buttons to clear the times and titles lists.

 -----

 **Version 1.0**

- + Initial public release.
+ * Initial public release.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Swift</dc:creator><pubDate>Thu, 19 May 2016 03:18:47 -0000</pubDate><guid>https://sourceforge.netcb9123bd80e71002726e431623a599ff74339f83</guid></item><item><title>Revision History modified by Bob Swift</title><link>https://sourceforge.net/p/chaptermaker/wiki/Revision%2520History/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;Version 1.1&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updated default words list for new installations.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;! Corrected bug when checking for chapter times that would force you&lt;br/&gt;
   to have at least one chapter title entered to continue.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Set initial value for scaling chapter times to the currently&lt;br/&gt;
   selected chapter time.&lt;br/&gt;
&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add setting for default OGM output file extension. (Default is&lt;br/&gt;
   "chapters.txt".)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add option to replace missing titles with chapter times.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;! Corrected bug that prevented capitalization of the first word if&lt;br/&gt;
   the title began with a quote (e.g. "the Pink Panther").&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Added online check for program updates, including an option to&lt;br/&gt;
   check automatically at start-up.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Added option to append to the existing list when loading times or&lt;br/&gt;
   titles, and a new setting to determine whether loading appends or&lt;br/&gt;
   overwrites the existing list of times or titles.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Added buttons to clear the times and titles lists.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;p&gt;&lt;strong&gt;Version 1.0&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Initial public release.&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Swift</dc:creator><pubDate>Thu, 19 May 2016 03:15:53 -0000</pubDate><guid>https://sourceforge.net6fbfc7e39aa450bba68b1f15d7000c152fbcf930</guid></item></channel></rss>