Skip to content

Releases: tedchoward/Frontier

OPML Editor v10.2d4 (Experimental)

Pre-release

Choose a tag to compare

@tedchoward tedchoward released this 30 Apr 16:45
Updates bundle logging code to use `NSLog`

Logging to `stderr` didn't give me anything in the Console.app

OPML Editor v10.2d3 (Experimental)

Pre-release

Choose a tag to compare

@tedchoward tedchoward released this 30 Apr 14:59

This build logs out the path to the application bundle when it starts.

OPML Editor v10.2d2 (Experimental)

Pre-release

Choose a tag to compare

@tedchoward tedchoward released this 27 Apr 22:24
90834bb

This is a house cleaning release.

I fixed a bunch of low hanging fruit surfaced by Xcode's static analyzer and deleted a bunch of unused code.

OPML Editor v10.2d1 (Experimental)

Pre-release

Choose a tag to compare

@tedchoward tedchoward released this 22 Dec 19:01
Removed all deprecated date / time function calls

A user reported a bug dealing with date parsing in the UK. Apparently
the DateString() function, which has been deprecated since 10.3, no
longer respects the system locale. This was an excuse to replace all
these functions with CoreFoundation calls.

OPML Editor v10.1b21

OPML Editor v10.1b21 Pre-release
Pre-release

Choose a tag to compare

@tedchoward tedchoward released this 17 Aug 18:07
Removed MoreFilesX and updaed base SDK to 10.6

OPML Editor v10.1b19

OPML Editor v10.1b19 Pre-release
Pre-release

Choose a tag to compare

@tedchoward tedchoward released this 17 Aug 17:52
Fixed a memory leak

getmachinename() was allocating a new CFString and never releasing it.