»
TaskPaper Release Notes
November 12, 2007 — TaskPaper Version 1.0.3 (26)
- Added Support for reading/writing all plain text file types. TaskPaper can now open files with .txt extensions, or any other extension, as long as the content is plain text formatted in UTF8.
- Added Spotlight support and Quicklook support for .taskpaper files. (Thanks to posters in forums for the help)
- Fixed Command-D (@done) shortcut so that it will work reliably in search results view.
November 7, 2007 — TaskPaper Version 1.0.2 (25)
- Changed Turned off mouse over highlighting of task bullets. The implementation was buggy and was causing some performance problems and some crashes. I plan to add this feature back later, but implemented in a better way.
- Fixed Registration sequence bug. The registration screen was showing up to soon during the registration process, and that meant that people could not copy and paste their license keys into TaskPaper because the copy and paste menu items had not yet been created.
October 30, 2007 — TaskPaper Version 1.0.1 (23)
- Added TaskPaper now has a preference to change the auto-save interval, or to turn it off completely.
- Added Acknowledgments menu item pointing to open source projects that WriteRoom uses.
- Fixed TaskPaper now resets line endings to '\n' when opening files. This should fix problem that occur when opening a TaskPaper file that was edited in an editing that used different line endings.
- Fixed New tasks will be inserted after the current project, even if the inserting point is at the very front of the new project name.
- Fixed Whitespace is removed from project names when they are used to label tabs.
October 23, 2007 — TaskPaper Version 1.0 (22)
This is it, TaskPaper 1.0. YEAH! I couldn't leave well enough alone and added two more mini features, lets hope I didn't break anything!
- Added Preferences for paper view background color and search results view background color.
- Added Popup menu in search results view to reveal the selected result in the paper view.
October 22, 2007 — TaskPaper Version 0.9.6 (21)
The plan is for this to be the last release before 1.0 and to release 1.0 tomorrow Oct 22.
- Added View > Reveal in Text menu item. This is for when you are viewing items in the search/tags view and want to go edit that item in the text view.
- Added TaskPaper now has very basic AppleScript support. Not much, but at least it's working and something to build on.
- Changed The background color of the Searches/Tags view is now tinted yellow so it won't get confused with the standard text view.
- Changed Default font's are no longer fixed width.
- Changed Turned off a lot of logging and validation code. Should speed things up considerably in some cases.
October 16, 2007 — TaskPaper Version 0.9.5 (16) Edge Release
- Fixed Bug that would cause TaskPaper to forget your open documents if you quit TaskPaper and one of your open documents has changes that needed to be saved.
That's about the only intentional feature in this release. But I've been changing / consolidating a lot of code and tweaking my build process so that the code can be shared between WriteRoom and TaskPaper. I'm making this release to give all those changes some testing time before TaskPaper's official release, which I expect to make on Monday the 22nd.
October 13, 2007 — TaskPaper Version 0.9.4 (13) Edge Release
- Added Tag with project name is now added to archived tasks.
- Changed Extended expiration date, version 0.9.3 will expire on the 15th.
- Fixed problem where the saved window size would grow by line on each start.
- Fixed bug where clicking on tag would search for "tag" instead of "@tag".
October 4, 2007 — TaskPaper Version 0.9.3 (12) Edge Release
- Added Preference to not show ruler.
- Added Printing support for project views and tag views.
- Added Preference to turn off automatic tag auto-completion. In this case use "Escape" to auto-complete.
- Fixed Tab state (open tabs, and content of those tabs) is now remembered for documents that are open when TaskPaper is quit.
- Fixed Tag auto-complete so that the tags optional value (what's inside the parentheses) are no longer included in tag list.
- FIxed Tag values can now have spaces in them without breaking tag formatting.
- Fixed CPU performance is now improved when mouse is over ruler.
- Fixed Toolbar search field is now updated when switching between tabs.
September 28, 2007 — TaskPaper Version 0.9.2 (11) Edge Release
- Added TaskPaper now remember what tabs you have open in a document and reopens them next time you open the document.
- Added Copy will now copy font attributes so you can paste TaskPaper formatted text into other applications and retain the same look.
- Added Preference to turn off automatic task list formatting.
- Added Tag searches can now be mixed with normal text search in the toolbar search file. For example the search '@work read' will find all tasks tagged with @work that also contain the text 'read'.
- Changed Project background color is new a gradient to white.
- Fixed Bug in tag autocomplete that would change the wrong text when autocompleting in a project view.
- Fixed Tag autocomplete will now "autocomplete" when you type "retur" or "tab" at any point, even if the popup list isn't showing.
September 26, 2007 — TaskPaper Version 0.9.1 (10) Edge Release
- Fixed a number of list mode editing bugs that would occur when editing "project" views.
- Changed list editing mode so that if cursor is in front of a task then just a newline will be inserted.
- Changed list editing mode so that backspace at the front of a task will delete the task syntax instead of shift the tab left. (Instead just use Shift-Tab when you want to shift text to the left)
September 25, 2007 — TaskPaper Version 0.9 (9) Edge Release
- Added Command-K to delete current line.
- Added a bunch of task list auto-completes.
- Changed tag auto-complete so that the auto-complete list stays visible as you type the entire tag name.
- Fixed undo support for delete to end of line.
- Fixed problem working with input managers that would cause duplicate characters to be typed when using an input manager that used marked text. But this fix will also break undo support for when using such an input manger. At the moment I don't see an easy way around this problem.
- Known bugs, drag and drop text within a TaskPaper document will also break undo support. I also don't see an good way around this.
September 24, 2007 — TaskPaper Version 0.8 (8) Edge Release
- Added auto-indent behavior for newlines and inserted tasks.
- Added "Open Link in new Tab" menu item to text view popup menu.
- Added keyboard shortcut for Toolbar find. (Cmd-Option-F)
- Added TaskPaper now remembers window size and position for each document.
- Fixed Insert tasks so that new task will be inserted before existing task if the cursor is at the very start of the existing task.
- Fixed Corruption of the undo stack when text was deleted.
September 19, 2007 — TaskPaper Version 0.7 (7) Edge Release
- Added mouse over highlight to ruler view bullets that toggle a task's done status.
- Added preference to "reopen last document".
- Added preference for "check spelling as you type" setting for new documents.
- Added preference to "always show tab bar". Uncheck this setting to have the tab bar hidden when only a single tab is present.
- Added back toolbar search.
- Added option to copy text representation from search results/tag results.
- Changed Disabled auto creating of tasks when return key pressed.
- Changed Will now start a new undo grouping anytime Return is pressed.
- Changed Made icon a little smaller so that it doesn't crowd things out in dock.
- Fixed disappearing icons problem when editing toolbar.
September 18, 2007 — TaskPaper Version 0.6 (6) Edge Release
- Added preferences for fonts and colors.
- Added (the start) of special "tasks" editing mode. For now if the selection is on a project or task then "enter" will just create a new task, instead of add a newline.
- Close will now close tabs first, and then the window when a single tab exists.
- Fixed problems displaying some text characters (such as from Chinese).
- Fixed undo problems caused by auto-completing tags.
- Fixed undo problems caused by pasting text.
- Fixed problem of the same entry showing up multiple times in tags view.
September 14, 2007 — TaskPaper Version 0.5 (5) Edge Release
- Support auto-complete for tags.
- Show context in tag view... still needs work maybe.
- Added Sparkle based "Check for Updates" support.
- Got rid of search, yell if you want it back.
- Bunch of under the hood bug fixes and improvements.
September 13, 2007 — TaskPaper Version 0.4 (4) Edge Release
This version should stabilize things a bit, and fix a bunch of the crashing bugs from version 0.3. This version also adds a much better keyboard navigation support, now you can quickly navigate to any project or tag by keyboard. Please join me in the user forum to discus the new features and what will get done next.
Update I just made a small change to the downloads Info.plist to associate .taskpaper files with the app, but I didn't create a new release since I didn't change any actual code. Anyway if you downloaded version 0.3 before seeing this note then you might want to download again.
August 29, 2007 — TaskPaper Version 0.3 (3) Edge Release
This release adds a bunch of new features, and just as many bugs. So try it out, but be aware that you might want to move back to version 0.2 if you want to avoid bugs. Please join me in the user forum to discus the new features and what will get done next.
August 3, 2007 — TaskPaper Version 0.2 (2) Edge Release
And right on the heals if that last release I realized that opening existing TaskPaper documents was not working. That problem's fixed with this new release.
August 3, 2007 — TaskPaper Version 0.1 (1) Edge Release
This is a pre-beta development release. Features are missing and bugs exist, but I still think TaskPaper has reached the point where it's useful and so I'm making this development release. Please try it out and let me know what you like and what needs work.
TaskPaper's releases