Skip to content

Releases: franc6/Ketarin

Ketarin-Mono-1.0.42

28 Sep 16:21
Compare
Choose a tag to compare
Ketarin-Mono-1.0.42 Pre-release
Pre-release
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

28 Sep 20:04
Compare
Choose a tag to compare
Ketarin-1.0.43 Pre-release
Pre-release
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

28 Sep 16:22
Compare
Choose a tag to compare
Ketarin-1.0.42 Pre-release
Pre-release
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

27 Jul 17:17
Compare
Choose a tag to compare
Ketarin-Mono-1.0.41 Pre-release
Pre-release
Merge branch 'master' into Mono

Ketarin-Mono-1.0.40

27 Jul 17:09
Compare
Choose a tag to compare
Ketarin-Mono-1.0.40 Pre-release
Pre-release
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

27 Jul 17:09
Compare
Choose a tag to compare
Ketarin-1.0.40 Pre-release
Pre-release
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

01 Apr 13:53
Compare
Choose a tag to compare
Ketarin-Mono-1.0.39 Pre-release
Pre-release
Merge branch 'master' into Mono

Ketarin-Mono-1.0.38

01 Apr 13:48
Compare
Choose a tag to compare
Ketarin-Mono-1.0.38 Pre-release
Pre-release
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

01 Apr 13:52
Compare
Choose a tag to compare
Ketarin-1.0.39 Pre-release
Pre-release
Merge branch 'master' into Mono

Ketarin-1.0.38

01 Apr 13:49
Compare
Choose a tag to compare
Ketarin-1.0.38 Pre-release
Pre-release
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.