<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rohan Kapoor &#187; changelog</title>
	<atom:link href="http://rohankapoor.com/tag/changelog/feed/" rel="self" type="application/rss+xml" />
	<link>http://rohankapoor.com</link>
	<description>Student, Freelancer, &#38; Tech Enthusiast!</description>
	<lastBuildDate>Thu, 10 May 2012 09:54:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>

   <image>
    <title>Rohan Kapoor</title>
    <url>http://0.gravatar.com/avatar/dd9384da4455f837aa79f5935054b7af.png?s=48</url>
    <link>http://rohankapoor.com</link>
   </image>
		<item>
		<title>Custom Paper Deployment Tool Updated</title>
		<link>http://rohankapoor.com/2011/10/custom-paper-deployment-tool-updated/</link>
		<comments>http://rohankapoor.com/2011/10/custom-paper-deployment-tool-updated/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 04:12:48 +0000</pubDate>
		<dc:creator>Rohan Kapoor</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Livescribe]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[anoto]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[Custom Paper]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[Pulse]]></category>
		<category><![CDATA[Smartpen]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://rohankapoor.com/?p=392</guid>
		<description><![CDATA[Since my last release of my Custom Paper Deployment Tool (now hosted on Amazon&#8217;s S3 Platform), I have made a series of changes to the tool as I have been preparing for the next major release (available now). These changes include new features, cosmetic fixes, as well as major changes to the tool&#8217;s code to increase [...]]]></description>
			<content:encoded><![CDATA[<p>Since my last release of my <a title="Custom Paper Deployment Tool" href="http://rohankapoor.com/projects/livescribe/custom-paper-deployment-tool/">Custom Paper Deployment Tool</a> (now hosted on Amazon&#8217;s S3 Platform), I have made a series of changes to the tool as I have been preparing for the next major release (available now). These changes include new features, cosmetic fixes, as well as major changes to the tool&#8217;s code to increase reliability and stability as well as increase performance while running the tool. I&#8217;ll go more in-depth about these changes below.</p>
<p><strong>New Features</strong></p>
<ul>
<li>Today I am happy to announce that using the &#8220;File&#8221; &#8211;&gt; &#8220;Open&#8221; menu options, users can manually select .afd files and deploy them using my Custom Paper Deployment Tool. Under the &#8220;Open&#8221; menu there are two options &#8220;File&#8221; and &#8220;Folder&#8221;. &#8220;File&#8221; allows users to deploy .afd files one at a time. However, if you have a directory full of files and want to install all of the .afd inside it at once, you can use the &#8220;Folder&#8221; option to select the directory with the files in it, and it will install all of them at once.</li>
<li>The &#8220;Tools&#8221; &#8211;&gt; &#8220;Smartpen&#8221; &#8211;&gt; &#8220;List Installed Packages&#8221; function has been enabled and is now functioning. This allows users to connect their smartpen and view a complete list of all installed packages on their smartpen. This includes all Livescribe packages as well as all custom packages.</li>
</ul>
<div><strong>Cosmetic Fixes</strong></div>
<div>
<ul>
<li>The bottom of the main screen now shows the current status of deployment as the tool is deploying the .afd files. Previously, it only displayed the last file deployed.</li>
<li>I noticed several minor visual issues with the interface of the spawned windows when a user selects an option under &#8220;Tools&#8221; &#8211;&gt; &#8220;Smartpen&#8221; including button and text field placement. Basically, the text field continued on underneath the button which led to a problem when large amounts of text were placed in the field and the user was unable to scroll all the way down to view it. Those errors have been corrected.</li>
<li>I found that the check boxes required selecting the text and then selecting the check mark itself (a full two step process). This has been replaced with a single click to either the check mark or the box itself to select it, significantly decreasing the number of clicks when deploying all of the notepads.</li>
<li>I have replaced modified the &#8220;Tools&#8221; &#8211;&gt; &#8220;Smartpen&#8221; &#8211;&gt; &#8220;View Smartpen Data&#8221; screen to format the user set time in a human readable format. Previously, it simply provided the number of milliseconds that had passed since Unix Epoch Time (Midnight on 1/1/1970 UTC). This number is now formatted correctly to show both date and time in a way that human-readable text. I have also removed the RTC (<strong>R</strong>eal <strong>T</strong>ime <strong>C</strong>lock) displayed on the same screen. This shows the milliseconds that have elapsed from the smartpen&#8217;s creation. I removed this because it provided no useful information. As far as I know, it is only used to calculate the user set time.</li>
</ul>
<div><strong>Performance &amp; Reliability Tweaks</strong></div>
<div>
<ul>
<li>I&#8217;ve enabled multi-threading to allow the tool to process multiple actions simultaenously which increases it&#8217;s efficiency and stability. Each window now uses it&#8217;s own thread to allow background windows to continue processing while another window is open in the foreground. This also allows the main screen to display the current status at all times, even while deploying .afd files.</li>
<li>My main reasoning for not enabling the &#8220;List Installed Packages&#8221; function in version 1.0.x.x was that it took an insanely long time to list the data (over 10 minutes) and was constantly polling the smartpen while doing so. I&#8217;ve reworked that code so that it pulls the data from the smartpen once and then parses it quickly, while displaying the results in the window. This function is now enabled.</li>
<li>Previously, Custom Paper Deployment Tool required that users connect their smartpens after starting the program though it should have found any connected smartpens as it started up. I found a bug within the initialization routine that ran that part of the program in the wrong order resulting in the bug. This has been fixed and from now on, Custom Paper Deployment Tool correctly detects smartpens that have been connected before it starts up.</li>
<li>If there are no boxes checked, the deploy button will disable itself to prevent crashing the program by attempting to deploy nonexistent notepads.</li>
</ul>
<div>All in all, this is a very major release with a couple of new features, as well as many cosmetic and non-cosmetic bug fixes. It&#8217;s a rather hectic time for me so I&#8217;m thrilled that I was able to get this update out as quickly as I did. I&#8217;m looking forward to seeing your thoughts on the update!</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://rohankapoor.com/2011/10/custom-paper-deployment-tool-updated/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Released bbPress Favicon</title>
		<link>http://rohankapoor.com/2009/09/released-bbpress-favicon/</link>
		<comments>http://rohankapoor.com/2009/09/released-bbpress-favicon/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 23:37:09 +0000</pubDate>
		<dc:creator>Rohan Kapoor</dc:creator>
				<category><![CDATA[bbpress]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Favicon]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://rohan-kapoor.com/?p=113</guid>
		<description><![CDATA[I just released bbPress Favicon the companion plugin to WordPress/MU Favicon. It does exactly the same thing WordPress/MU Favicon does except does it for the bbPress sitewide and the bbPress admin pages. You can see the Changelog for those that are interested! —————————- Changelog: —————————- 1.0 First Release Working with 1.x]]></description>
			<content:encoded><![CDATA[<p>I just released <a href="http://rohan-kapoor.com/projects/plugins/bbpress-admin/">bbPress Favicon</a> the companion plugin to <a href="http://rohan-kapoor.com/projects/plugins/wordpress-mu-favicon/">WordPress/MU Favicon</a>. It does exactly the same thing <a href="../projects/plugins/wordpress-mu-favicon/">WordPress/MU Favicon</a> does except does it for the bbPress sitewide and the bbPress admin pages. You can see the Changelog for those that are interested!</p>
<div style="text-align: center"><strong>—————————-</strong><strong> <span style="text-decoration: underline">Changelog</span></strong><span style="text-decoration: underline"><strong>:</strong></span> <strong>—————————-</strong></div>
<div>
<div>
<h4 style="text-align: left">1.0</h4>
<ul style="text-align: left">
<li>First Release</li>
<li>Working with 1.x</li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://rohankapoor.com/2009/09/released-bbpress-favicon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Added A Page for WordPress/MU Favicon</title>
		<link>http://rohankapoor.com/2009/08/added-a-page-for-wordpressmu-favicon/</link>
		<comments>http://rohankapoor.com/2009/08/added-a-page-for-wordpressmu-favicon/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 17:21:52 +0000</pubDate>
		<dc:creator>Rohan Kapoor</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Favicon]]></category>
		<category><![CDATA[MU]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://rohan-kapoor.com/?p=99</guid>
		<description><![CDATA[After being told off by mercime for not having a page for WordPress/MU Favicon, I finally got around to pulling it&#8217;s page out of Drafts and updating it to show the latest information regarding version 1.1. It appears that it took me long enough to pull it together, but hey, I was busy. Anways better [...]]]></description>
			<content:encoded><![CDATA[<p>After being told off by <a href="http://rohan-kapoor.com/projects/#comments">mercime</a> for not having a page for <a href="http://rohan-kapoor.com/projects/plugins/wordpress-mu-favicon/">WordPress/MU Favicon</a>, I finally got around to pulling it&#8217;s page out of Drafts and updating it to show the latest information regarding version 1.1. <img src='http://rohankapoor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It appears that it took me long enough to pull it together, but hey, I was busy. Anways better late then never.</p>
<p>The homepage for<a href="http://rohan-kapoor.com/projects/plugins/wordpress-mu-favicon/"> WordPress/MU Favicon</a> is <a href="http://rohan-kapoor.com/projects/plugins/wordpress-mu-favicon/">here</a>.</p>
<p>And for anyone interested, here is the changelog:</p>
<div style="text-align: center"><strong>—————————-</strong><strong> <span style="text-decoration: underline">Changelog</span></strong><span style="text-decoration: underline"><strong>:</strong></span> <strong>—————————-</strong></div>
<div>
<div>
<h4 style="text-align: left">1.1</h4>
<ul style="text-align: left">
<li>readme.txt fixed</li>
</ul>
<h4 style="text-align: left">1.0</h4>
<ul style="text-align: left">
<li>First Release</li>
<li>Working with 2.8.4</li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://rohankapoor.com/2009/08/added-a-page-for-wordpressmu-favicon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New bbPress Admin Updated&#8230; Again!</title>
		<link>http://rohankapoor.com/2009/08/new-bbpress-admin-updated-again/</link>
		<comments>http://rohankapoor.com/2009/08/new-bbpress-admin-updated-again/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 16:52:02 +0000</pubDate>
		<dc:creator>Rohan Kapoor</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bbpress]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[Options]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://rohan-kapoor.com/?p=89</guid>
		<description><![CDATA[I released version 3.0 of New bbPress Admin today! This version is mainly a bugfix release with no new functionality. You can see the changelog for more details. —————————- Changelog: —————————- 3.0 Successfully stops the Login/Logout Problem Successfully stops the Headers Being Sent Problem As Far As I Can Tell, It Is A Bug Free [...]]]></description>
			<content:encoded><![CDATA[<p>I released version 3.0 of <a href="http://rohan-kapoor.com/projects/plugins/bbpress-admin/">New bbPress Admin</a> today! This version is mainly a bugfix release with no new functionality. You can see the changelog for more details.</p>
<div style="text-align: center"><strong>—————————-</strong><strong> <span style="text-decoration: underline">Changelog</span></strong><span style="text-decoration: underline"><strong>:</strong></span> <strong>—————————-</strong></div>
<div>
<h4 style="text-align: left">3.0</h4>
<ul style="text-align: left">
<li>Successfully stops the Login/Logout Problem</li>
<li>Successfully stops the Headers Being Sent Problem</li>
<li>As Far As I Can Tell, It Is A Bug Free Release</li>
<li>Works with WP/WPMU 2.8.x and bbPress 1.x</li>
</ul>
<h4 style="text-align: left">2.1 Beta</h4>
<ul style="text-align: left">
<li>Attempts to solve the Login/Logout Problem</li>
<li>Attempst to solve the headers Being Sent Problem</li>
</ul>
<h4 style="text-align: left">2.0</h4>
<ul style="text-align: left">
<li>Second Version of bbPress Admin. It has been adapted to have a backend interface to set the forums directory.</li>
<li>Looks Neater and is much easier to use.</li>
<li>Works with WP/WPMU 2.8.2 and bbPress 1.0.1</li>
</ul>
<h4 style="text-align: left">1.0</h4>
<ul style="text-align: left">
<li>First Version of bbPress Admin. It is very simple and rudimentary at this point.</li>
<li>Working with WP/WPMU 2.8.1 and bbPress 1.0.1</li>
</ul>
</div>
<p>You can view the plugin page <a href="http://rohan-kapoor.com/projects/plugins/bbpress-admin/">here</a>. Or download directly from the WordPress Plugin Repository <a href="http://downloads.wordpress.org/plugin/new-bbpress-admin.3.0.zip">here</a>.</p>
<p>Currently version 3.0 is the most stable version with no bugs that I know of!</p>
<p>Enjoy <img src='http://rohankapoor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rohankapoor.com/2009/08/new-bbpress-admin-updated-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New bbPress Admin Updated!</title>
		<link>http://rohankapoor.com/2009/08/new-bbpress-admin-updated/</link>
		<comments>http://rohankapoor.com/2009/08/new-bbpress-admin-updated/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 02:04:28 +0000</pubDate>
		<dc:creator>Rohan Kapoor</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[automattic]]></category>
		<category><![CDATA[bbpress]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[Options]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://rohan-kapoor.com/?p=77</guid>
		<description><![CDATA[New bbPress Admin was officially updated last week to version 2.0. This adds a lot of stability along with a few other functions. The changelog details more&#8230; —————————- Changelog: —————————- 2.0 Second Version of bbPress Admin. It has been adapted to have a backend interface to set the forums directory. Looks Neater and is much [...]]]></description>
			<content:encoded><![CDATA[<p>New bbPress Admin was officially updated last week to version 2.0. This adds a lot of stability along with a few other functions. The changelog details more&#8230;</p>
<div style="text-align: center"><strong>—————————-</strong><strong> <span style="text-decoration: underline">Changelog</span></strong><span style="text-decoration: underline"><strong>:</strong></span> <strong>—————————-</strong></div>
<h4 style="text-align: left">2.0</h4>
<ul style="text-align: left">
<li>Second Version of bbPress Admin. It has been adapted to have a backend interface to set the forums directory.</li>
<li>Looks Neater and is much easier to use.</li>
<li>Works with WP/WPMU 2.8.2 and bbPress 1.0.1</li>
</ul>
<h4 style="text-align: left">1.0</h4>
<ul style="text-align: left">
<li>First Version of bbPress Admin. It is very simple and rudimentary at this point.</li>
<li>Working with WP/WPMU 2.8.1 and bbPress 1.0.1</li>
</ul>
<p>You can find the plugin at it&#8217;s <a title="New bbPress Admin" href="http://rohan-kapoor.com/projects/plugins/bbpress-admin/">homepage</a>. Right now Version 2.0 is stable however there are a few small bugs that are being worked on! Version 2.1 is in BETA on SVN!</p>
<p>Additionally, the <a title="New bbPress Admin" href="../projects/plugins/bbpress-admin/">homepage</a> of New bbPress Admin has been updated so that it shows the most recent information (almost identical to the information on the http://wordpress.org <a href="http://wordpress.org/extend/plugins/new-bbpress-admin/">plugin page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rohankapoor.com/2009/08/new-bbpress-admin-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Changes Guidelines for Plugin Authors!</title>
		<link>http://rohankapoor.com/2009/07/wordpress-changes-guidelines-for-plugin-authors/</link>
		<comments>http://rohankapoor.com/2009/07/wordpress-changes-guidelines-for-plugin-authors/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 18:14:39 +0000</pubDate>
		<dc:creator>Rohan Kapoor</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[automattic]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://rohan-kapoor.com/?p=46</guid>
		<description><![CDATA[Taken from here: We feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision about when to upgrade and how much testing they should do with their site. In order to make this an [...]]]></description>
			<content:encoded><![CDATA[<p>Taken from <a href="http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/">here</a>:</p>
<blockquote><p>We feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision about when to upgrade and how much testing they should do with their site.</p>
<p>In order to make this an easy and open communication channel we have added support for a Changelog section in the plugins <code>readme.txt</code> file.  This changelog information is then displayed as a separate tab in the <a href="http://wordpress.org/extend/plugins/">plugin directory</a> and also in the back end of your WordPress blog when you view the details on a new version of a plugin.</p></blockquote>
<p>I personally agree with this decision of the Automattic and the WordPress team because I have found some annoying plugins which don&#8217;t state why a plugin is updated. This should solve that problem rather nicely!</p>
]]></content:encoded>
			<wfw:commentRss>http://rohankapoor.com/2009/07/wordpress-changes-guidelines-for-plugin-authors/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

