Skip to content

Releases: tedchoward/Frontier

OPML Editor v10.2d4 (Experimental)

30 Apr 16:45
Compare
Choose a tag to compare
Pre-release
Updates bundle logging code to use `NSLog`

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

OPML Editor v10.2d3 (Experimental)

30 Apr 14:59
Compare
Choose a tag to compare
Pre-release

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

OPML Editor v10.2d2 (Experimental)

27 Apr 22:24
90834bb
Compare
Choose a tag to compare
Pre-release

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)

22 Dec 19:01
Compare
Choose a tag to compare
Pre-release
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

17 Aug 18:07
Compare
Choose a tag to compare
OPML Editor v10.1b21 Pre-release
Pre-release
Removed MoreFilesX and updaed base SDK to 10.6

OPML Editor v10.1b19

17 Aug 17:52
Compare
Choose a tag to compare
OPML Editor v10.1b19 Pre-release
Pre-release
Fixed a memory leak

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