Thanks to Julian of @bookofcooks and Martin Zardecki of truecool.com who kindly suggested improvements, here are some nice updates for Freshlog!
More meaningful icon for Activity Viewer:
The next feature has been requested by a good number of you!
Hide Freshlog preference window on startup
Previously, the Preference window would just automatically run. You can set it with this checkbox:
Update to the latest Freshlog version 1.0.17 today! :)
Thursday, November 19, 2009
Wednesday, November 11, 2009
Freshlog now supports Github!
Sunday, November 8, 2009
New support for WorkflowMax
Tuesday, October 27, 2009
Freshlog's updated to work with self hosted Fogbugz
Wednesday, October 14, 2009
Freshlog Store Downtime [Fixed]
Just realized Paypal updated their certificates and I didn't get an announcement about this from them.
If you're running PotionStore, here's the fix:
http://groups.google.com/group/potion-store/browse_thread/thread/e960c0a0ed3882c7
Alternatively, Andy Kim has updated the Git repo with the new Paypal cert, so you can just git pull and you're home free.
Real sorry if you have encountered problems trying to buy Freshlog for the past week!
If you're running PotionStore, here's the fix:
http://groups.google.com/group/potion-store/browse_thread/thread/e960c0a0ed3882c7
Alternatively, Andy Kim has updated the Git repo with the new Paypal cert, so you can just git pull and you're home free.
Real sorry if you have encountered problems trying to buy Freshlog for the past week!
Friday, August 14, 2009
Implemented Basecamp project categorization and sorting
Thursday, August 13, 2009
Freshlog 1.0.2 Released
- Filtered out loading archived Basecamp projects.
- Fixed error message dialog when one unchecks the ‘upload as attachment’ checkbox while not being being logged in with a freshlog.com account.
Update your clients to enjoy these improvements :)
- Fixed error message dialog when one unchecks the ‘upload as attachment’ checkbox while not being being logged in with a freshlog.com account.
Update your clients to enjoy these improvements :)
Tuesday, August 11, 2009
Monday, August 10, 2009
Thursday, August 6, 2009
[RESOLVED] Basecamp Message creation API seem to bork with HTTPS
Silly me, 37Signals wrote back to say that I need to turn on SSL :)
Intructions
Now you should be able to use Basecamp with HTTPS :)
---------
Set your basecamp address to use http intead of https in the meantime.
I've sent a support ticket to Basecamp, will update as soon as I receive a reply.
Full details below:
POSTing to
https://freshlogdev.basecamphq.com/projects/3539859/posts.xml fails
$ curl -i -u alvin:<password snipped> -X POST -H "Accept:
application/xml" -H "Content-Type: application/xml" -d
"<post><read-by-person-id>4068593</read-by-person-id><milestone-id>10853617</milestone-id><title>ming</title><body>ah</body><attachments><name>w.png</name><file><file>4a7b7ee262a26f41feae97232e84408fe98d5866947435c0</file><content-type>image/png</content-type><original_filename>screenshot.png</original_filename></file></attachments></post>"
https://freshlogdev.basecamphq.com/projects/3539859/posts.xml
HTTP/1.1 302 Found
Date: Fri, 07 Aug 2009 01:10:41 GMT
Server: Apache
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 2.2.4
X-Runtime: 7
Cache-Control: no-cache
Location:
http://freshlogdev.basecamphq.com/projects/3539859/posts.xml
Status: 302
Content-Type: text/html; charset=utf-8
Set-Cookie:
_basecamp_session=BAh7BjoPc2Vzc2lvbl9pZCIlOTllNjhlMGU4ZWMzNDBlOTkxOWJkYTQyNDg1MWM4MWY%3D--5b88451e8eace685b6fa245e68110a564222db73;
path=/; HttpOnly
Via: 1.1 basecamp.basecamphq.com
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
<html><body>You are being <a
href="http://freshlogdev.basecamphq.com/projects/3539859/posts.xml">redirected</a>.</body></html>
------
While POSTing to
http://freshlogdev.basecamphq.com/projects/3539859/posts.xml works
$ curl -i -u alvin:<password snipped> -X POST -H "Accept:
application/xml" -H "Content-Type: application/xml" -d
"<post><read-by-person-id>4068593</read-by-person-id><milestone-id>10853617</milestone-id><title>ming</title><body>ah</body><attachments><name>w.png</name><file><file>4a7b7ee262a26f41feae97232e84408fe98d5866947435c0</file><content-type>image/png</content-type><original_filename>screenshot.png</original_filename></file></attachments></post>"
http://freshlogdev.basecamphq.com/projects/3539859/posts.xml
HTTP/1.1 201 Created
Date: Fri, 07 Aug 2009 01:10:46 GMT
Server: Apache
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 2.2.4
X-Runtime: 1165
Cache-Control: no-cache
Location: /posts/24361328.xml
Status: 201
Content-Type: application/xml; charset=utf-8
Set-Cookie:
_basecamp_session=BAh7BzoPc2Vzc2lvbl9pZCIlODAxN2I5OWU3NGY4Y2FlZWM0ZmQwZTRhOGJlZjFiMTAiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7BiIKYWxlcnQiSk5vIG5vdGlmaWNhdGlvbiB3YXMgc2VudCAodW5kZWZpbmVkIG1ldGhvZCBgZW1wdHk%2FJyBmb3IgbmlsOk5pbENsYXNzKQY6CkB1c2VkewZACUY%3D--665270e672ab4ce41df9fe52e808bb5ba9a65e71;
path=/; HttpOnly
Via: 1.1 basecamp.basecamphq.com
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Wednesday, August 5, 2009
Tuesday, August 4, 2009
Sunday, August 2, 2009
Saturday, August 1, 2009
Now you can upload your screenshots to Basecamp as a file attachment!
Download the latest build and give it a whirl!
Friday, July 31, 2009
Wednesday, July 29, 2009
Freshlog Build 20090731 Released!
Apart from bug fixes, now the UI for issue tracker has been improved:
Update your clients via Sparkle :)
Check out the full release notes here:
http://freshlog.com/system/app/release_notes.html
Update your clients via Sparkle :)
Check out the full release notes here:
http://freshlog.com/system/app/release_notes.html
Wednesday, July 15, 2009
Tuesday, July 14, 2009
Implemented Lighthouse Get Memberships
Lighthouseapp.com replied to my post asking about listing memberships in projects, which was previously undocumented.
Rolled this out in Release 20090715.2, so update away! :)
Rolled this out in Release 20090715.2, so update away! :)
Freshlog Build 20090715 Released!
Shortened width of the top menu by implementing custom icons instead of spelling out “Ready”, “Send..” etc
Orange: Ready/Ripe for plucking.
Green for unripe, still uploading and
Red for pausing.
Issue Tracker credential save notification
Someone mentioned the Eye used for the issue tracker was creepy so:
Thanks to @imagetic and @Leech for these suggestions :)
Orange: Ready/Ripe for plucking.
Green for unripe, still uploading and
Red for pausing.
Issue Tracker credential save notification
Someone mentioned the Eye used for the issue tracker was creepy so:
Thanks to @imagetic and @Leech for these suggestions :)
Sunday, July 12, 2009
Saturday, July 11, 2009
New Feature: show/hide dock icon
Implemented suggestion by @Leech to show/hide dock icon:
Available in Release 20090711.5, update now! :)
Available in Release 20090711.5, update now! :)
Tip: Shortcut Keys for Quick Screenshot Uploads
Major User Interface Improvements
Now you can access Freshlog anywhere via the top toolbar menu, @Leech suggested having customized icons instead of actual words to save screen estate, so that'll be in the works :)
Here's the screenshot uploading HUD!
Credit goes to @nathenharvey for helping to debug a problem loading an Unfuddle account with many projects. The guy did screencasts to show me the exact problem man, how cool is that? :D
Start everything off from a Freshlog.com login here!
When you're logged in, you can specify your favourite image editor for Freshlog to open with should you need to do some annotation.
And this is where you can enter your Issue Tracker credentials! Credits go to @jkeyes for suggesting login via Lighthouse tokens.
And finally the Activity Viewer to see the log of all your screenshot and issue tracker URLs.
I've also implemented @Leech's suggestion of drag and drop picture uploads.
Let me know what you think! :)
Friday, July 10, 2009
Just got a call from the Apple Service Center
My Macbook's ready for collection tomorrow! Woohoo! :D
Working with Constraints
After my macbook hard disk crashed, I sent it for repairs and this was all I could run on my parents' Mac Mini, which only has 512Mb RAM, while working on Freshlog.
That also meant, no instant messaging, no web surfing, no iTunes.
For the whole day I would code, compile in XCode and test. Creating dummy Mac OS X accounts to test the Blank Slate was also relatively painless, since I didn't have to care about saving my browser sessions.
Hyper productive day – almost ready to release Freshlog another major build of Freshlog!
Thursday, July 9, 2009
Hard Disk Crash!
Thankfully, I made fresh backups the night before, so I didn't lose much.
Incidentally, as my cold stiff fingers were temporarily pulled from XCode, I now have the chance to write this post.
I'll be updating this blog to keep you guys in the loop on development :)
17 minutes left to finish downloading XCode..
Incidentally, as my cold stiff fingers were temporarily pulled from XCode, I now have the chance to write this post.
I'll be updating this blog to keep you guys in the loop on development :)
17 minutes left to finish downloading XCode..
Subscribe to:
Posts (Atom)