Releases: franc6/Ketarin
Releases · franc6/Ketarin
Ketarin-Mono-1.0.42
Fixes #54 Fixed problem with SQLite version numbers, should have been 112.0 everywhere, not 109.2 in some places and 112.2 in others. Also added code to ensure that ApplicationJob.NumberOfRevisions is always in the range 1 - 100 to prevent the crash in issue #54.
Ketarin-1.0.43
Fixed #15 Updated ObjectListView.cs with changes from a more recent version from the original author. These changes protected against the specific crash that was reported and protected against some other potential crashes, but still left a similar crash. The similar crash was fixed by changing AddRange() to Add() for individual items. This makes the program slower, possibly noticeably slower. Also removed #if MONO code, since the updates from the newer ObjectListView eliminate the need.
Ketarin-1.0.42
Fixes #54 Fixed problem with SQLite version numbers, should have been 112.0 everywhere, not 109.2 in some places and 112.2 in others. Also added code to ensure that ApplicationJob.NumberOfRevisions is always in the range 1 - 100 to prevent the crash in issue #54.
Ketarin-Mono-1.0.41
Merge branch 'master' into Mono
Ketarin-Mono-1.0.40
Added new icon for KFileDialog and hooked up refresh button Added a new icon for KFileDialog for its view button. Looks vaguely like MS's view button icon, so it should be recognizable. Also added functionality for the refresh button. When you click it, it'll refresh the list of files in the dialog. It doesn't refresh the list of mounted directories, not sure if it should or not. Fixed #42.
Ketarin-1.0.40
Added new icon for KFileDialog and hooked up refresh button Added a new icon for KFileDialog for its view button. Looks vaguely like MS's view button icon, so it should be recognizable. Also added functionality for the refresh button. When you click it, it'll refresh the list of files in the dialog. It doesn't refresh the list of mounted directories, not sure if it should or not. Fixed #42.
Ketarin-Mono-1.0.39
Merge branch 'master' into Mono
Ketarin-Mono-1.0.38
Fixed #51 Added code to remember sizes for KFileDialog. It will now store the overall dialog size and the splitter's position in the registry along with the widths of the details view. I think we still need to store which view should be open, but I need to check that.
Ketarin-1.0.39
Merge branch 'master' into Mono
Ketarin-1.0.38
Fixed #51 Added code to remember sizes for KFileDialog. It will now store the overall dialog size and the splitter's position in the registry along with the widths of the details view. I think we still need to store which view should be open, but I need to check that.