Finishing 0.9.0: Difference between revisions

From FreeMind
Jump to navigationJump to search
(→‎Outstanding bugs: remove the bugs fixed in 0.9.0 RC11: 2, 10, 15)
(+19. Find next fails to end the search)
Line 14: Line 14:
* 18. Conversion from 0.8.0 to 0.9.0 drops indentation in notes[http://sourceforge.net/tracker/index.php?func=detail&aid=3096369&group_id=7118&atid=107118] - first take, but heavy on Java stack
* 18. Conversion from 0.8.0 to 0.9.0 drops indentation in notes[http://sourceforge.net/tracker/index.php?func=detail&aid=3096369&group_id=7118&atid=107118] - first take, but heavy on Java stack
** <p style="color: gray;">Conversion from 0.8.0 to 0.9.0 drops indentation and spacing in notes.</p>
** <p style="color: gray;">Conversion from 0.8.0 to 0.9.0 drops indentation and spacing in notes.</p>
* 19. Find next fails to end the search[http://sourceforge.net/tracker/?func=detail&aid=3123873&group_id=7118&atid=107118] - bug fix posted to the bug report
** <p style="color: gray;">Find next fails to end the search. A fix is fairly easy: undo a rather short edit to FindAction.java.</p>


[[Category:Development]]
[[Category:Development]]

Revision as of 21:23, 30 November 2010

The following two trackers track open items as regards the release 0.9.0:

Steps after release candidate

  • Translation – Is already in process by people spontaneously sending us translations.
  • Documentation – Can already be started.

Outstanding bugs

Outstanding bugs in FreeMind 0.9.0, 2010-07-07[1]:

  • 16. Scripts do not work if file operations are not permitted[2] - some attempt, but it does not really work
    • Even a simple script such as '="Hello"' fails unless file operations are permitted for scripts. Oddly enough, the failure occurs only the first time a script is run.

  • 18. Conversion from 0.8.0 to 0.9.0 drops indentation in notes[3] - first take, but heavy on Java stack
    • Conversion from 0.8.0 to 0.9.0 drops indentation and spacing in notes.

  • 19. Find next fails to end the search[4] - bug fix posted to the bug report
    • Find next fails to end the search. A fix is fairly easy: undo a rather short edit to FindAction.java.