<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2 (Modified by Denis Kozlov)" -->
<rss version="0.91">
    <channel>
        <title>[den4b] - Denis Kozlov</title>
        <description>Denis Kozlov - Software Developer: ReNamer, Shutter, CPUMon, Hasher, Hooker</description>
        <link>http://den4b.com/</link>
        <lastBuildDate>Wed, 20 Aug 2008 10:10:39 +0000</lastBuildDate>
        <generator>FeedCreator 1.7.2 (Modified by Denis Kozlov)</generator>
        <item>
            <title>ReNamer 5.30</title>
            <link>http://den4b.com/</link>
            <description>This is a major update. It includes many new features which were developed in the period of last 2-3 months. There is a bit for everyone: new IPTC tags and EXIF library for image processing, integration of filters with presets for easy handling, new functions and filename encryption script for PascalScript rule, dialog for creating links to all presets, and more.&lt;br&gt;&lt;br&gt;On the other hand, work on the new versions of Shutter and Hasher has slowed down, but I hope it is just temporarily.&lt;br&gt;&lt;br&gt;What's New:&lt;br&gt;* Added ability to save Filter Settings together with a Preset;&lt;br&gt;* Added split panel in status bar to display current preset and modification sign;&lt;br&gt;* Added dialog for creating links to all presets, with load and rename options;&lt;br&gt;* Integrated dEXIF libraries to parse EXIF tags (works on problematic JPEG files);&lt;br&gt;* All EXIF* tags should work on TIFF files too, alternatively to TIFF* tags;&lt;br&gt;* Added 5 IPTC tags: ObjectName, Caption, Headline, Location, City;&lt;br&gt;* Fixed problem with setting the files date on Windows 9x platforms (v5.10 bug);&lt;br&gt;* Fixed access violation when importing file paths and new names (v5.xx bug);&lt;br&gt;* Fixed bug which stopped the largest binary signature from being detected;&lt;br&gt;* Updated binary signature detection to support Unicode filenames;&lt;br&gt;* Added IntToHex, HexToInt and HexToIntDef functions to PascalScript;&lt;br&gt;* Added Base64Encode and Base64Decode functions to PascalScript;&lt;br&gt;* Added a script to encrypt filenames using XOR-BASE64 algorithm;&lt;br&gt;* Option to highlight changed names is now case sensitive;&lt;br&gt;* Added &quot;fix conflicting new names&quot; option to the Options menu;&lt;br&gt;* Added shortcuts to buttons in PascalScript rule;&lt;br&gt;* Added &quot;none of the above&quot; option to Case rule;&lt;br&gt;* Fixed few spelling mistakes;</description>
            <author>Denis Kozlov</author>
            <pubDate>Wed, 02 Jul 2008 23:00:00 +0000</pubDate>
        </item>
        <item>
            <title>Development problems and update for ReNamer</title>
            <link>http://den4b.com/</link>
            <description>As some of you already know, there have been some serious problems with the development and support of these tools. I have decided to continue my work, but in order for this to happen - the degree of my involvement and effort is going to change. To find out more, read the following topic: &lt;a href=&quot;forum/viewtopic.php?id=438&quot;&gt;Great and not so great&lt;/a&gt;.&lt;br&gt;&lt;br&gt;As of ReNamer, it is time to release the latest modifications to the general public. No big changes, just few little additions and improvements. For the next versions, I am hoping to address 2 major topics: storage of user files, and usability of filter settings. There have been a lot of discussions about them, but no definate plan as of today. We'll see how it goes.&lt;br&gt;&lt;br&gt;What's New:&lt;br&gt;* EXIF_Date tag will treat Exif.Image.DateTime field as an alternative;&lt;br&gt;* Validation process will automatically scroll to show the first invalid item;&lt;br&gt;* Masks field in the Filters is greyed out when it is empty, i.e. not used;&lt;br&gt;* Fixed an issue with disabled context menu of the files table (rare case);&lt;br&gt;* Added WideCharLower and WideCharUpper for easy WideChar case conversions;&lt;br&gt;* Added SubMatchesRegEx function to get sub-expressions of the first match;&lt;br&gt;* Added DialogYesNo and WideDialogYesNo confirmation dialogs;&lt;br&gt;* Added option to filters: apply masks only to the file name;&lt;br&gt;* Corrected tab order of the components in some of the rules;&lt;br&gt;* Maximized window state is remembered properly;&lt;br&gt;* Added Polish translit alphabet;</description>
            <author>Denis Kozlov</author>
            <pubDate>Mon, 07 Apr 2008 23:00:00 +0000</pubDate>
        </item>
        <item>
            <title>ReNamer 5.20 and Shutter v3 progress</title>
            <link>http://den4b.com/</link>
            <description>That's a first one this year, and for last few months too ;) Crazy time, work, documents, project deadlines, presentations, certifications, etc. Nevertheless, I still try to find time to work on my tools, and here is one part of the effort over these months. Many changes has been made since the last release, so you might want to have a quick look through the changelog because I am sure that you'll find something useful for your-self :)&lt;br&gt;&lt;br&gt;On the other hand, considerable time was spent for re-designing and re-working Shutter. Bits and pieces are coming together now, and hopefully I'll have a release candidate soon ready for testing. If anyone wants to have a pre-release look at it - you can contact me for more details. The underneath structure has pretty much stabilised now, but looks and feels of things do require some user attention.&lt;br&gt;&lt;br&gt;What's New in ReNamer:&lt;br&gt;* Added /list command line parameter to load list of files from text file;&lt;br&gt;* Fixed accessibility problem when adding files while browsing modal forms;&lt;br&gt;* &quot;Import files&quot; option handles Unicode and UTF8 content (with BOM);&lt;br&gt;* Added &quot;detect using binary signature&quot; option to the Extension rule;&lt;br&gt;* Added option to Export/Import list of new names to/from clipboard;&lt;br&gt;* Export/Import functions have their own button and menu;&lt;br&gt;* Added &quot;clear renamed files on rename&quot; option in the settings;&lt;br&gt;* All HTML based help files are united into a single PDF;&lt;br&gt;* Added new section in the help file which describes renaming rules;&lt;br&gt;* PascalScript component has been updated to the latest v3.0.27.651;&lt;br&gt;* Added drag and drop support for scripts in PascalScript code editor;&lt;br&gt;* Added &quot;go to&quot; functionality for quick line jump in PascalScript;&lt;br&gt;* Added &quot;apply rules for each line&quot; option to the Analyze dialog;&lt;br&gt;* &quot;Auto apply rules&quot; action in Analyze dialog trigged on change of rules;&lt;br&gt;* &quot;Analyze name&quot; option will work on all selected files, not just focused;&lt;br&gt;* Added File_FileName, File_BaseName and File_Extension meta tags;&lt;br&gt;* Folders in &quot;Add Folders&quot; dialog are explicitly sorted;&lt;br&gt;* Option to resort files has become a long-term option;&lt;br&gt;* Added choice of Replace or Insert for the UserInput rule;&lt;br&gt;* Added InputBox and InputQuery functions to PascalScript;&lt;br&gt;* Added WideGetEnvironmentVar function to PascalScript;&lt;br&gt;* Added FileAppendContent function to PascalScript;&lt;br&gt;* Analyze dialog will apply only marked rules;&lt;br&gt;* Updated Russian translit alphabets;&lt;br&gt;* Analyze dialog became non-modal;</description>
            <author>Denis Kozlov</author>
            <pubDate>Wed, 30 Jan 2008 00:00:00 +0000</pubDate>
        </item>
        <item>
            <title>ReNamer 5.10</title>
            <link>http://den4b.com/</link>
            <description>Yet another update ;-) This time for ReNamer. Several fixes, several additions, and the most importantly, full support for renaming of Windows network files! Also, Analyze dialog has been improved, with auto-apply option and Unicode capable text processing.&lt;br&gt;&lt;br&gt;What's New:&lt;br&gt;* Windows network files renaming support;&lt;br&gt;* Added &quot;new path&quot; column to the files table;&lt;br&gt;* Added &quot;auto apply rules&quot; option to Analyze dialog;&lt;br&gt;* Added &quot;right-to-left&quot; option for position parameter in the Insert rule;&lt;br&gt;* Added &quot;leave delimiter&quot; option for delimiter parameters in the Delete rule;&lt;br&gt;* Selection is displayed for both In and Out text boxes in the Analyze dialog;&lt;br&gt;* SetFileTimeModified and SetFileTimeCreated will also work for folders;&lt;br&gt;* Fixed disappearing table menu after editing new name via &quot;click through&quot;;&lt;br&gt;* Added two Russian translits, with alternative and extended Latin spellings;&lt;br&gt;* Added &quot;clear not changed&quot; option to the files table;&lt;br&gt;* Added &quot;new project&quot; menu item, with Ctrl+N shortcut;&lt;br&gt;* Analyze dialog in now Unicode capable;&lt;br&gt;* Some of the icons are updated;</description>
            <author>Denis Kozlov</author>
            <pubDate>Thu, 11 Oct 2007 23:00:00 +0000</pubDate>
        </item>
        <item>
            <title>CPUMon 1.60</title>
            <link>http://den4b.com/</link>
            <description>Here is another maintenance release, but this time for CPUMon. Finally, with a help of several users, this really frustrating &quot;disabled performance counters&quot; problem is solved. I've integrated a solution, so on the start-up, if CPUMon detects that those counters are disabled, it will ask you to re-enable them. For more details regarding this topic, please find the relevant post on the forum. For the next release, as asked by many users, I will try to finally add this ability to separately specify color for each processor line!&lt;br&gt;&lt;br&gt;What's New:&lt;br&gt;* Added numerical tray icons, in addition to graphical;&lt;br&gt;* Introduced a procedure to &quot;re-enable performance counters&quot;;&lt;br&gt;* Fixed rare flickering effect and closing problem of Tray's popup menu;&lt;br&gt;* Added options to resize the main window manually (in the settings);&lt;br&gt;* Added option to show physical memory instead of page file (in the settings);&lt;br&gt;* Fixed an issue with &quot;Always on top&quot; option being reset when open settings;&lt;br&gt;* Ability to save location on desktops with any number of monitors.&lt;br&gt;* General cleanup of the code;</description>
            <author>Denis Kozlov</author>
            <pubDate>Tue, 09 Oct 2007 23:00:00 +0000</pubDate>
        </item>
        <item>
            <title>Shutter 2.90</title>
            <link>http://den4b.com/</link>
            <description>This is just a maintenance release, fixing few problems. And probably the last one for the 2.xx line, because I've started working on the next major release a good while ago. Version 3.00 is completely redesigned, allowing definition of multiple events and actions, plus much more.&lt;br&gt;&lt;br&gt;What's New:&lt;br&gt;* Added progress bar to the shutdown message;&lt;br&gt;* Text caret removed from the shutdown message;&lt;br&gt;* Fixed memory leaks produced by screenshots in the web interface;&lt;br&gt;* Fixed problem with screenshots (stopped appearing after several refreshes);&lt;br&gt;* Fixed problem with not saved settings when system is shutting down;&lt;br&gt;* &quot;Continue&quot; button renamed to &quot;Action&quot; in the shutdown message;</description>
            <author>Denis Kozlov</author>
            <pubDate>Sat, 06 Oct 2007 23:00:00 +0000</pubDate>
        </item>
        <item>
            <title>ReNamer 5.05</title>
            <link>http://den4b.com/</link>
            <description>Small update which addresses several important issues with the previous version.&lt;br&gt;&lt;br&gt;What's New:&lt;br&gt;* Added &quot;Exif Date&quot; column to the files table;&lt;br&gt;* Dialog for analyzing sample text is now resizable;&lt;br&gt;* Added html-based &quot;Quick Start&quot; guide to the Help files;&lt;br&gt;* Show &quot;Quick Start&quot; guide prompt on the first time run;&lt;br&gt;* Added &quot;Prepare for SharePoint&quot; option to CleanUp rule;&lt;br&gt;* Fixed potential incorrect date comparison for sorting procedure;&lt;br&gt;* Fixed &quot;Clear files table on rename&quot; option, did not work properly in some cases;&lt;br&gt;* Fixed rare false invalid by validation for Non-ASCII filenames (v5.00 bug);&lt;br&gt;* Fixed hidden rules table when &quot;Remember last position and size&quot; used (v5.00 bug);</description>
            <author>Denis Kozlov</author>
            <pubDate>Sun, 16 Sep 2007 23:00:00 +0000</pubDate>
        </item>
        <item>
            <title>ReNamer 5.00</title>
            <link>http://den4b.com/</link>
            <description>Summary of the changes in this release: command line renaming, natural sort, filter masks, flac/wma tags, updated components and other smaller usability fixes/improvements. Also, don't forget to check out updated &quot;Beginner's Guide&quot; and &quot;Quick Start&quot;, written by Lance Smith.&lt;br&gt;&lt;br&gt;What's New:&lt;br&gt;* Added &quot;Masks&quot; option to the Filter Settings;&lt;br&gt;* Updated VirtualTreeview and TntUnicodeControls components;&lt;br&gt;* Added Command Line Renaming parameter, to rename without user interaction;&lt;br&gt;* Added Mark and Unmark All options to context menu of the rules table;&lt;br&gt;* Installer updated: default scripts, translits and help files will always be overwritten;&lt;br&gt;* Height of the rules table is remembered for &quot;remember last position and size&quot; option;&lt;br&gt;* Fixed problem when &quot;Filter Settings&quot; dialog opened within &quot;Add Folders&quot; dialog;&lt;br&gt;* Added experimental option &quot;use natural order sorting algorithm&quot; (2-3 times slower);&lt;br&gt;* Fixed problem with usage of &quot;:&quot; and &quot;\&quot; symbols in some of the rules;&lt;br&gt;* TIFF tags are no longer represented by EXIF tags, as it may be misleading;&lt;br&gt;* More meta tags will now work with Unicode filenames and contents;&lt;br&gt;* Last used folder in the &quot;Add Folders&quot; dialog is remembered;&lt;br&gt;* Added WideCaseCapitalize() and WideCaseInvert() to PascalScript;&lt;br&gt;* The checked state of the rules is saved in the presets;&lt;br&gt;* Fixed problem with relative paths passed via the command line;&lt;br&gt;* Added WMA and FLAC artist/title/album/year/genre/track meta tags;&lt;br&gt;* Audio_Duration* tags work for FLAC files;&lt;br&gt;* Improved new filepath validation;</description>
            <author>Denis Kozlov</author>
            <pubDate>Mon, 20 Aug 2007 23:00:00 +0000</pubDate>
        </item>
        <item>
            <title>Successful Recovery!</title>
            <link>http://den4b.com/</link>
            <description>Finally, I've managed to get all of my data recovered. Now I am trying to catch up with everything. ReNamer will be going through a constant development, since there are many ideas on the list which are still not implemented. You can see some of the progress in the latest development version, check it out. Shutter is in a bit of a different world, it is back to the drawing board, undergoing a complete redesign to accommodate new features, one of which is the support for multiple events/actions. Anyway, that's the plan for the nearest future.&lt;br&gt;&lt;br&gt;Also, check out the brand new &lt;a href=&quot;http://www.den4b.com/downloads.php?project=ReNamer&quot;&gt;Beginner's Guide for ReNamer&lt;/a&gt;, written by Lance Smith.</description>
            <author>Denis Kozlov</author>
            <pubDate>Wed, 25 Jul 2007 23:00:00 +0000</pubDate>
        </item>
        <item>
            <title>ReNamer/Shutter Recovery!</title>
            <link>http://den4b.com/</link>
            <description>Last weekend, something really bad has happened. My laptop's hard-disk started making a really worrying (as experts say &quot;grinding&quot;) noise. I started backing up all of the data. It was not long before the hard-disk has stopped making that horrible noise, and when it stopped making it - it actually stopped spinning. That was all it said, and not one attempt of rebooting would make it detectable by BIOS. Since then, 2 companies have already seen the drive, and tried to recover any data, without any success.&lt;br&gt;&lt;br&gt;The only 1 option now is to send it to some professional lab in UK, where they take the drive apart in a &quot;clean air&quot; room, and manually recover the data from the plates with some high end equipment. The only 1 problem with that is the recovery price, which ranges between 1000-1600 EURO for one lab, and 500-1000 EURO for another which I have recently found (plus posting and diagnostics fee).&lt;br&gt;&lt;br&gt;This time, I am asking those of you who use/like/appreciate these programs - to help me recover them. Ironically, those two programs are the ones on which I was actively working in recent months, so I have a really old backup of them. It will take me months and months of work to get back to the up-to-date versions. Hence, if I get a reasonable flow of donations, I will invest this money into recovering of ReNamer and Shutter.&lt;br&gt;&lt;br&gt;P.S. Excuse my non-responsiveness in the forums and emails.</description>
            <author>Denis Kozlov</author>
            <pubDate>Thu, 05 Jul 2007 23:00:00 +0000</pubDate>
        </item>
    </channel>
</rss>
