Skip to content

Releases: cjlee38/gitnote

v0.3.0

02 Nov 13:57
Compare
Choose a tag to compare
chore: version up

v0.2.14

23 Sep 23:49
Compare
Choose a tag to compare
chore: set ci false on script

v0.2.6

22 Sep 14:29
Compare
Choose a tag to compare
chore: fix release file path

v0.2.5

22 Sep 14:19
Compare
Choose a tag to compare
chore: version up

v0.2.4

22 Sep 14:09
Compare
Choose a tag to compare
chore: lenient contraints

v0.1.0

02 Sep 10:23
Compare
Choose a tag to compare
  • Internal refactoring and tests.
  • fix diff algorithms

v0.0.2-P1

14 Jul 15:02
Compare
Choose a tag to compare
  • Remove libgit2 dependency, because it requires C library which you need to install it and also this makes hard to cross-platform compilation.

v0.0.2

05 Jul 13:31
Compare
Choose a tag to compare
  • Even though previously patched, application crash occurs once in a while, especially depending on intellij version.
    • Resolved this issue using Disposer provided by the SDK.
  • Fixed issues related to UTF-8 input (especially Korean) caused by IME problems with JCEF offScreenRendering.
  • As I revised major problems found during the beta-test, I update the version to 0.0.2.

v0.0.1-P4

01 Jul 13:05
Compare
Choose a tag to compare
  • When disposing the dialog, the app goes into crashed. Fixed by disposing JCEF client on EDT
  • Fixed that dialog sometimes shrinks.

v0.0.1-P3

29 Jun 14:51
Compare
Choose a tag to compare
  • Resize the dialog dynamically
  • fix bugs
    • cursor goes to the end of input when enter key pressed.
    • UTF-8 based language (e.g. Korean) input twice.