<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/shuffle-sync/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/shuffle-sync/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 25 Apr 2016 17:09:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/shuffle-sync/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Archie Ang</title><link>https://sourceforge.net/p/shuffle-sync/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -22,6 +22,9 @@
 This project was created with Microsoft Visual Studio 2015 Community Edition.

 **Changelog**
+v.1.3.2 (2016/04/26 01:05 GMT+08:00)
+- fixed bug where program does start when the number of drives is less than the last time it was used, the program was based on the index position of the drive letter. It is now based on the actual drive letter.
+
 v.1.3.1 (2016/04/01 02:25 GMT+08:00)
 - minor revision
 - target drive drop-down list now includes the volume label of drives and their free space (as recommended by a friend, thanks Ras!)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Archie Ang</dc:creator><pubDate>Mon, 25 Apr 2016 17:09:10 -0000</pubDate><guid>https://sourceforge.net305d6d2b0a5e347ef0869e64183f0e514fca97f4</guid></item><item><title>Home modified by Archie Ang</title><link>https://sourceforge.net/p/shuffle-sync/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -27,6 +27,7 @@
 - target drive drop-down list now includes the volume label of drives and their free space (as recommended by a friend, thanks Ras!)
 - fixed bug indicating "invalid source path" if source path is still blank (to avoid an error popping up when clicking on the "Browse" button for the source)
 - fixed "delete contents" bug related to conditions
+- fixed bug where settings were not saving

 v.1.3.0 (2016/03/29 14:14 GMT+08:00)
 - multiple file types now possible: separate with comma ","
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Archie Ang</dc:creator><pubDate>Fri, 01 Apr 2016 19:51:39 -0000</pubDate><guid>https://sourceforge.netcce4230414dcc555f717cc6f588b94e5f0562cb3</guid></item><item><title>Home modified by Archie Ang</title><link>https://sourceforge.net/p/shuffle-sync/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -26,6 +26,7 @@
 - minor revision
 - target drive drop-down list now includes the volume label of drives and their free space (as recommended by a friend, thanks Ras!)
 - fixed bug indicating "invalid source path" if source path is still blank (to avoid an error popping up when clicking on the "Browse" button for the source)
+- fixed "delete contents" bug related to conditions

 v.1.3.0 (2016/03/29 14:14 GMT+08:00)
 - multiple file types now possible: separate with comma ","
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Archie Ang</dc:creator><pubDate>Fri, 01 Apr 2016 19:04:48 -0000</pubDate><guid>https://sourceforge.netab4ece7e7c7fa533ffec8e5408fe2884cad96bd5</guid></item><item><title>Home modified by Archie Ang</title><link>https://sourceforge.net/p/shuffle-sync/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -22,6 +22,11 @@
 This project was created with Microsoft Visual Studio 2015 Community Edition.

 **Changelog**
+v.1.3.1 (2016/04/01 02:25 GMT+08:00)
+- minor revision
+- target drive drop-down list now includes the volume label of drives and their free space (as recommended by a friend, thanks Ras!)
+- fixed bug indicating "invalid source path" if source path is still blank (to avoid an error popping up when clicking on the "Browse" button for the source)
+
 v.1.3.0 (2016/03/29 14:14 GMT+08:00)
 - multiple file types now possible: separate with comma ","
 - added "sync modes"
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Archie Ang</dc:creator><pubDate>Fri, 01 Apr 2016 18:43:32 -0000</pubDate><guid>https://sourceforge.net90f35c07753e8f3341255090228804378d5759ed</guid></item><item><title>Home modified by Archie Ang</title><link>https://sourceforge.net/p/shuffle-sync/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,25 +1,36 @@
 **Shuffle Sync** is a very simple program which allows you to copy random files of a specific type (usually music or video files) to a target path or drive. ***Please do be careful with the "Delete all files" option and the target path.***
-
-Upon clicking on the "Shuffle Sync" button, the application will check warn for the following:
-- if drive is a FIXED drive (usually hard drives)
-- if drive has a total capacity of more than 64GB
-- if the "delete all files" checkbox is marked
-
-If the user approves of all warnings, the application will proceed to sync files from the source to the destination (deleting all files in the destination folder if the "*delete all files*" checkbox is marked).
-
-This application is a study project: this is my first C# application. Shuffle Sync doesn't have an icon yet, dependencies are still unknown and compatibility in different versions of Windows is still unknown. Help and feedback would be appreciated.

 Shuffle Sync allows you to:
 - Fills the target drive to full capacity
 - Specify the source folder
 - Specify the target drive (letter)
-- Specify the file type: currently, only one file type can be copied per session
 - Specify the target folder
+- Specify the file type(s)
 - Empty target folder before copying files
+
+Upon clicking on the "Shuffle Sync" button, the application will check and warn for the following:
+- if drive is a FIXED drive (usually hard drives)
+- if drive has a total capacity of more than 64GB
+- if the "delete all files" checkbox is marked
+
+If the user approves of all warnings, the application will proceed to sync files from the source to the destination (deleting all files in the destination folder if the "delete all files" checkbox is marked).
+
+This application *probably* requires the .NET Framework 4.5.2 (get it here https://www.microsoft.com/en-us/download/details.aspx?id=42642. Compatibility in different versions of Windows is still unknown.
+
+This application is a study project: this is my first C# application. Help and feedback would be appreciated.

 This project was created with Microsoft Visual Studio 2015 Community Edition.

 **Changelog**
+v.1.3.0 (2016/03/29 14:14 GMT+08:00)
+- multiple file types now possible: separate with comma ","
+- added "sync modes"
+    - "until full" - the default and original mode of this application
+    - "leave free space" - sync until free space is left on the drive
+    - "number of files" - sync up to number of files only
+    - "up to file size" - sync up to total copied file size only
+- created a nifty icon (generic icon looks bad, makes the app look like malware)
+
 v.1.2.0 (2016/03/24 02:38 GMT+08:00)
 - application no longer "locks up" during syncing
 - added progress bar (computes size of files copied vs available space on target drive)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Archie Ang</dc:creator><pubDate>Tue, 29 Mar 2016 08:20:54 -0000</pubDate><guid>https://sourceforge.netf17f536709f1a07cac3aebb6013c95a8e601d2ac</guid></item><item><title>Home modified by Archie Ang</title><link>https://sourceforge.net/p/shuffle-sync/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,9 +1,9 @@
 **Shuffle Sync** is a very simple program which allows you to copy random files of a specific type (usually music or video files) to a target path or drive. ***Please do be careful with the "Delete all files" option and the target path.***

 Upon clicking on the "Shuffle Sync" button, the application will check warn for the following:
-- will give warning if drive is a FIXED drive (usually hard drives)
-- will give warning if drive has a total capacity of more than 64GB
-- will give warning if the "delete all files" checkbox is marked
+- if drive is a FIXED drive (usually hard drives)
+- if drive has a total capacity of more than 64GB
+- if the "delete all files" checkbox is marked

 If the user approves of all warnings, the application will proceed to sync files from the source to the destination (deleting all files in the destination folder if the "*delete all files*" checkbox is marked).

@@ -19,9 +19,13 @@

 This project was created with Microsoft Visual Studio 2015 Community Edition.

-***For now, the application will look like it will not respond during the syncing process. This is expected since I don't know how to create a progress bar yet. You can just terminate the application (end task) if you want to cancel the operation.***
+**Changelog**
+v.1.2.0 (2016/03/24 02:38 GMT+08:00)
+- application no longer "locks up" during syncing
+- added progress bar (computes size of files copied vs available space on target drive)
+- added "Cancel" button
+- minor visual rework

-**Changelog**
 v.1.0.1 (2016/03/22 15:25 GMT+08:00)
 - added "Browse" button for the source path
 - added "Browse" button for the target drive and path
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Archie Ang</dc:creator><pubDate>Wed, 23 Mar 2016 18:45:34 -0000</pubDate><guid>https://sourceforge.net1706f7f155d83d211713df955d88551f8c0d09d0</guid></item><item><title>Home modified by Archie Ang</title><link>https://sourceforge.net/p/shuffle-sync/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -19,7 +19,7 @@

 This project was created with Microsoft Visual Studio 2015 Community Edition.

-***By the way, the application will look like it will hang during the syncing process since I don't know how to create a progress bar yet. You can just terminate the application (end task) if you want to cancel the operation.***
+***For now, the application will look like it will not respond during the syncing process. This is expected since I don't know how to create a progress bar yet. You can just terminate the application (end task) if you want to cancel the operation.***

 **Changelog**
 v.1.0.1 (2016/03/22 15:25 GMT+08:00)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Archie Ang</dc:creator><pubDate>Tue, 22 Mar 2016 07:44:04 -0000</pubDate><guid>https://sourceforge.net66b152c58792d1fcccc56a77c91ac91d784a1b29</guid></item><item><title>Home modified by Archie Ang</title><link>https://sourceforge.net/p/shuffle-sync/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,21 +1,21 @@
 **Shuffle Sync** is a very simple program which allows you to copy random files of a specific type (usually music or video files) to a target path or drive. ***Please do be careful with the "Delete all files" option and the target path.***

 Upon clicking on the "Shuffle Sync" button, the application will check warn for the following:
-* will give warning if drive is a FIXED drive (usually hard drives)
-* will give warning if drive has a total capacity of more than 64GB
-* will give warning if the "delete all files" checkbox is marked
+- will give warning if drive is a FIXED drive (usually hard drives)
+- will give warning if drive has a total capacity of more than 64GB
+- will give warning if the "delete all files" checkbox is marked

 If the user approves of all warnings, the application will proceed to sync files from the source to the destination (deleting all files in the destination folder if the "*delete all files*" checkbox is marked).

 This application is a study project: this is my first C# application. Shuffle Sync doesn't have an icon yet, dependencies are still unknown and compatibility in different versions of Windows is still unknown. Help and feedback would be appreciated.

 Shuffle Sync allows you to:
-* Fills the target drive to full capacity
-* Specify the source folder
-* Specify the target drive (letter)
-* Specify the file type: currently, only one file type can be copied per session
-* Specify the target folder
-* Empty target folder before copying files
+- Fills the target drive to full capacity
+- Specify the source folder
+- Specify the target drive (letter)
+- Specify the file type: currently, only one file type can be copied per session
+- Specify the target folder
+- Empty target folder before copying files

 This project was created with Microsoft Visual Studio 2015 Community Edition.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Archie Ang</dc:creator><pubDate>Tue, 22 Mar 2016 07:42:56 -0000</pubDate><guid>https://sourceforge.net9354b9034429a89b8f3d3074983489658d8c238e</guid></item><item><title>Home modified by Archie Ang</title><link>https://sourceforge.net/p/shuffle-sync/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Archie Ang</dc:creator><pubDate>Tue, 22 Mar 2016 07:42:15 -0000</pubDate><guid>https://sourceforge.net95e91ebd5f6ac8e319e9e00cd2fa19f3d4a57d22</guid></item><item><title>Home modified by Archie Ang</title><link>https://sourceforge.net/p/shuffle-sync/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,39 @@
-Welcome to your wiki!
+**Shuffle Sync** is a very simple program which allows you to copy random files of a specific type (usually music or video files) to a target path or drive. ***Please do be careful with the "Delete all files" option and the target path.***

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Upon clicking on the "Shuffle Sync" button, the application will check warn for the following:
+* will give warning if drive is a FIXED drive (usually hard drives)
+* will give warning if drive has a total capacity of more than 64GB
+* will give warning if the "delete all files" checkbox is marked

-The wiki uses [Markdown](/p/shuffle-sync/wiki/markdown_syntax/) syntax.
+If the user approves of all warnings, the application will proceed to sync files from the source to the destination (deleting all files in the destination folder if the "*delete all files*" checkbox is marked).

-[[members limit=20]]
-[[download_button]]
+This application is a study project: this is my first C# application. Shuffle Sync doesn't have an icon yet, dependencies are still unknown and compatibility in different versions of Windows is still unknown. Help and feedback would be appreciated.
+
+Shuffle Sync allows you to:
+* Fills the target drive to full capacity
+* Specify the source folder
+* Specify the target drive (letter)
+* Specify the file type: currently, only one file type can be copied per session
+* Specify the target folder
+* Empty target folder before copying files
+
+This project was created with Microsoft Visual Studio 2015 Community Edition.
+
+***By the way, the application will look like it will hang during the syncing process since I don't know how to create a progress bar yet. You can just terminate the application (end task) if you want to cancel the operation.***
+
+**Changelog**
+v.1.0.1 (2016/03/22 15:25 GMT+08:00)
+- added "Browse" button for the source path
+- added "Browse" button for the target drive and path
+- now checks if drive type is removable and gives warning if not
+- now shows basic information of target drive (label, type, capacity, free space)
+
+v.1.0.0 (2016/03/17 04:02 GMT+08:00)
+- first version
+- Fills the target drive to full capacity
+- Specify the source folder (no "Browse" button yet)
+- Specify the target drive (letter)
+- Specify the file type: currently, only one file type can be copied at a time
+- Specify the target folder (no "Browse" button yet)
+- Empty target folder before copying files
+- No progress bar yet
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Archie Ang</dc:creator><pubDate>Tue, 22 Mar 2016 07:41:27 -0000</pubDate><guid>https://sourceforge.netef400e87e2ede5f88cf420bf889fbb724a74676b</guid></item></channel></rss>