Now (since v. 1.0.0.232) you can report bugs, feature requests etc. straight from the application. To do it go to Help and click Bug report … In the opened window write about a problem and press OK. Don't forget about short description and your e-mail.
03 December 2007
01 December 2007
Flickr.Manager shortcuts
Here is the description of all Flickr.Manager keyboard shortcuts:
- Ctrl+O — Connect/disconnect to/from Flickr.
- Ctrl+L — Open application log where all errors or some useful event are written.
- Ctrl+A — Open photo upload form.
- Alt+1, Alt+2, Alt+3 — Choose the type of image that is loaded into picture box (1 — medium, 2 — large, 3 — original)
- F1 — Open About Flickr.Manager dialog.
Improvements in errors’ handling
Automatic submission of all unhandled exceptions that may appear in Flickr.Manager into bug tracking system implemented. Thanks to BugzScout about the feature. I hope it will help me to improve the application. This feature implemented since 1.0.0.229 version.
Help request
To whom who knows well Russian and law. Could you help me to translate licenses into Russian? I'm a piece of ignorance in law so I could make a lot of silly mistakes while translating licenses into Russian.
New feature and new initiative
Now you can change the license of your photos using Flickr.Manager. To do it just right click on any of your photo and in the drop down menu choose License … option and in the dialog choose necessary the license type.
And the second news is — now you can post bugs and features you want to have in the product using Flickr.Manager bug tracker. Thank FogCreek company which gives us free startup version of their excellent bug tracking and project management system.
In addition to web interface you can use e-mail - just drop a message with bug report or feature request to flickrmanager (at) gmail.com.
24 November 2007
Resizing and some small improvements
Image resizing and some minor improvements have been implemented. Resizing means that you can resize a photo on upload into Flickr. Resizing uses an excellent imaging library AForge.NET. Implemented bicubic interpolation algorithm.
18 November 2007
Photos rotation
Real (not pseudo) photo's rotation implemented on upload. But there are a bit remarks about the feature. This feature implemented using GDI+ API of Microsoft but because of some bugs in it there is the quality loss for some JPEG files. The algorithm of the app is quite simple — the app tries to rotate a photo without quality loss but if a GDI+ error occurs it'll do it with quality loss. Honestly this loss is quite small but if it's too important to keep maximum quality I would recommend using your favorite photo editor to rotate photos before upload. Implemented since version 1.0.0.192.
06 November 2007
Small bug fix release
Released version 1.0.0.173 where a small bug has been fixed. The bug was if you uploaded two or more photos and created a new set for each of them. Distribution by these new sets didn't work at all.
05 November 2007
Roadmap for the 1.1 version
- All photos backup.
- Photo uploading from main form window.
- Photos search.
- Own flickr library (NFlickr).
30 October 2007
1.0.0.171
- There were inconsistent thumbnail title behavior - sometimes photos which owner are different from the current one had title like From: <user name> but sometimes they had real photo title. Now title's behavior are consistent.
- Implemented changing photo's title color after adding it to your favorites. Before this release you had to change navigation tree node and then return.
29 October 2007
1.0.0.168
There is a small bug on uploading photos - when you upload a new photos and add a new set, photos incorrectly distributed over this new set.
1.0.0.167
- WYSWYG HTML editor on add comments operation.
- Application log colorizing.
27 October 2007
A couple improvements
- All windows but upload photo window can be closed without an action by pressing ESC button
- Implemented small and plain (so far) HTML editor for your descriptions. More rich editor will be later.
23 October 2007
Photo rotation info
I did so because i don't know how to save all EXIF tags while image handling in .NET. I think the real rotation will be implemeted instead of this Flickr API option in the future.
Interface changes
06 September 2007
Network settings explanation
There are three options of the setting:
1. Direct internet connection. Doesn't use proxy automatic detection.
2. Automatic proxy detection (this is the default option).
3. Manual proxy settings.
It's highly recommeded to use Automatic proxy detection tune this only if you have connection's problem.
You can find the feature in Tools -> Network Settings ...
Network settings are stored in registry. Key name is:
HKEY_CURRENT_USER\Software\Egoroff\Flickr.Manager\NetworkSettings
Don't edit it manually but if you have a connection problem and want to restore default settings you can just drop the key and restart the app. The key will be restored and default settinngs will be applied.
05 September 2007
Proxy support bug in 1.0.0.99
31 August 2007
New features since v1.0.0.65
- Implemented adding and deleting an existing photo into sets and groups
- Implemented thumbnails cache that makes return to previous pages very fast. But it works only during a session. On Application closing everything clears up.
- Implemented viewing Flickr.Manager's log.
- Implemented several keyboard shortcuts.
28 August 2007
Checking new version
27 August 2007
Edit user's tags list.
24 August 2007
Some improvements
Selection of an image type that will be downloaded into preview window
Implemented asynchronous downloading of an image into preview window and displaying download progress
Improved Upload window layout.
Improved caching.
Some bus has been fixed (and new introduced :))
- Selection of an image type that will be downloaded into preview window
- Implemented asynchronous downloading of an image into preview window and displaying download progress
- Improved Upload window layout.
- Improved caching.
- Some bus has been fixed (and new introduced :))
The app has a small number of minor bugs but it doesn’t prevent normal functionality. Version 1.0.0.63
22 August 2007
First user but me
Critical bug in v1.0.0.52
Adding to groups
21 August 2007
Another bug fix
New feature (comments)
20 August 2007
New feature, bug fix and diagnostics.
Now some good news - i have impemented the option of add a photo to your favorites list and exclude it from the list. Fixed some small bug that was caused by my fault (cross-threading interface operations that are illegal in Windows) and may cause some pictures cannot be displayed. Fixed version has already been uploaded (v1.0.0.49).
First public version
08 August 2007
Flickr.Manager draft
You can download it from here: Flickr.Manager
08 July 2007
Plans over Flickr
Several days ago I run into an excellent Flickr API library that helps managing your Flickr stuff like uploading photos, viewing photos, editing all photos parameters, managing contacts etc. It's written in C# and uses .NET Framework. Well it's possible to create your own tool to manage Flickr account.
The library has some awkwards of course but it's very good in general. My new tool will be named Flickr.Manager. It'll be free so far but maybe not quite free some time later after creating enough features to pay for.