Skip to content

Releases: ottx96/diffview-git

v1.2.2

13 Dec 13:38
5f2e8ab
Compare
Choose a tag to compare

Features

  • Bumped dependencies

Commits

  • dce6ce5: Bump com.github.johnrengelman.shadow from 7.0.0 to 7.1.0 (#71) (dependabot[bot]) #71
  • 359d72f: Bump picocli-codegen from 4.6.1 to 4.6.2 (#74) (dependabot[bot]) #74
  • de6ac20: Bump org.jetbrains.kotlin.plugin.allopen from 1.5.31 to 1.6.0 (#77) (dependabot[bot]) #77
  • 4d0333e: Bump org.jetbrains.kotlin.jvm from 1.5.31 to 1.6.0 (#75) (dependabot[bot]) #75
  • 5f2e8ab: Bump org.jetbrains.kotlin.kapt from 1.5.31 to 1.6.0 (#76) (dependabot[bot]) #76

Version 1.2.1

30 Sep 08:18
50e5890
Compare
Choose a tag to compare

Features

  • Bumped dependencies

Commits

  • 92adc30: Upgrade to GitHub-native Dependabot (#38) (dependabot-preview[bot]) #38
  • ce46372: Bump org.jetbrains.kotlin.jvm from 1.4.32 to 1.5.0 (#43) (dependabot[bot]) #43
  • cf8a5e4: Bump org.jetbrains.kotlin.plugin.allopen from 1.4.32 to 1.5.0 (#39) (dependabot[bot]) #39
  • c8e54f8: Bump org.jetbrains.kotlin.kapt from 1.4.32 to 1.5.0 (#42) (dependabot[bot]) #42
  • 731f989: Bump io.micronaut.application from 1.4.5 to 1.5.0 (#40) (dependabot[bot]) #40
  • b951966: Update gradle-wrapper.properties (#44) (Ott) #44
  • c7d0838: Bump com.github.johnrengelman.shadow from 6.1.0 to 7.0.0 (#41) (dependabot[bot]) #41
  • bf98b71: Bump org.jetbrains.kotlin.kapt from 1.5.0 to 1.5.10 (#47) (dependabot[bot]) #47
  • 7c119f2: Bump org.jetbrains.kotlin.plugin.allopen from 1.5.0 to 1.5.10 (#46) (dependabot[bot]) #46
  • 1e64c02: Bump org.jetbrains.kotlin.jvm from 1.5.0 to 1.5.10 (#45) (dependabot[bot]) #45
  • 0f1b596: Bump org.jetbrains.kotlin.jvm from 1.5.10 to 1.5.20 (#52) (dependabot[bot]) #52
  • 2fff15f: Bump org.jetbrains.kotlin.plugin.allopen from 1.5.10 to 1.5.20 (#53) (dependabot[bot]) #53
  • cb92834: Bump org.jetbrains.kotlin.kapt from 1.5.10 to 1.5.20 (#51) (dependabot[bot]) #51
  • 4f4536e: Bump org.jetbrains.kotlin.plugin.allopen from 1.5.20 to 1.5.21 (#58) (dependabot[bot]) #58
  • 5ebbbd4: Bump org.jetbrains.kotlin.jvm from 1.5.20 to 1.5.21 (#56) (dependabot[bot]) #56
  • 21ab6f2: Bump org.jetbrains.kotlin.kapt from 1.5.20 to 1.5.21 (#57) (dependabot[bot]) #57
  • be0ed38: Bump org.jetbrains.kotlin.kapt from 1.5.21 to 1.5.30 (#60) (dependabot[bot]) #60
  • 1596db5: Bump org.jetbrains.kotlin.jvm from 1.5.21 to 1.5.30 (#61) (dependabot[bot]) #61
  • 272418b: Bump org.jetbrains.kotlin.plugin.allopen from 1.5.21 to 1.5.30 (#62) (dependabot[bot]) #62
  • 25decb5: Bump org.jetbrains.kotlin.plugin.allopen from 1.5.30 to 1.5.31 (#66) (dependabot[bot]) #66
  • 14b4d73: Bump org.jetbrains.kotlin.kapt from 1.5.30 to 1.5.31 (#68) (dependabot[bot]) #68
  • 50e5890: Bump org.jetbrains.kotlin.jvm from 1.5.30 to 1.5.31 (#67) (dependabot[bot]) #67

Version 1.2.0

19 Apr 16:43
Compare
Choose a tag to compare

Features

  • Added support for multiple diffs in a single output file

Run diffview -a DIFF first.txt second.txt third.txt to compare:

  • first.txt with second.txt
  • first.txt with third.txt

Commits

  • [0eb3884]: Bump io.micronaut.application from 1.4.2 to 1.4.5 (#30) (dependabot-preview[bot]) #30
  • [0e36d7e]: Adding support for multiple diffs at once (single file) (#31) (Ott) #31
  • Changed order of diff (Manuel Ott)

Version 1.1.1

29 Mar 18:56
Compare
Choose a tag to compare

Version 1.1.1

Bugfixes

  • Fixed a bug, where -a DIFF was not able to find all indecies (index ab21..js45)

Commits

  • [73dfb84]: Update README.md (Ott)
  • [3bd2d4d]: Update README.md (Ott)
  • [6355ab1]: Implementing JUnit5 test cases (#25) (Ott) #25
  • [6f30ec6]: Bugfix/empty file hunk list (#26) (Ott) #26
  • [bed6bbd]: Creating automatic releases (GitHub Actions) (#27) (manuel.ott)

Version 1.1.0

25 Mar 17:25
cf6f01b
Compare
Choose a tag to compare

Version 1.1.0

Bugfixes

-none-

Features

Implemented creation of git diff --no-index.
Run diffview --action DIFF [File1] [File2] to generate a single HTML for files without git histories.

Usage

Usage: diffview [-hvV] [--debug] [-a[=<action>]] [--no-original-extension
                [=<omitOriginalExtensions>]] [-o[=<outputDir>]] [-R
                [=<repository>]] <files>...
      <files>...            The file whose history/diffviews to generate.
  -a, --action[=<action>]   Which action to execute.
                            Possible values: (LOG|DIFF)
                              Default: LOG
      --debug               Sets the output to debug.
  -h, --help                Show this help message and exit.
      --no-original-extension[=<omitOriginalExtensions>]
                            Omits the original extension for output files.
                            e.g.: README.md --> README.html instead of README.
                              md.html
                            or build.gradle --> build.html
                              Default: false
  -o, --directory-out[=<outputDir>]
                            Sets the directory to output .html files to.
                            Files wll be created as [file name].html
                            e.g.: README.md.html
                              Default: diffview-generated/
  -R, --repository, --directory-in[=<repository>]
                            Sets the directory root to read from.
                            Has to be inside of a valid git repository.
                              Default:
  -v, --verbose             Sets the output to verbose.
  -V, --version             Print version information and exit.

Version 1.0.1

25 Mar 15:42
e77ebc5
Compare
Choose a tag to compare

Version 1.0.1

Bugfixes

  • resources with native image
  • fixed input/output directories
  • changed parameters

Usage

Usage: diffview [-hvV] [--debug] [--no-original-extension
                [=<omitOriginalExtensions>]] [-o[=<outputDir>]] [-R
                [=<repository>]] <files>...
      <files>...   The file whose history/diffviews to generate.
      --debug      Sets the output to debug.
  -h, --help       Show this help message and exit.
      --no-original-extension[=<omitOriginalExtensions>]
                   Omits the original extension for output files.
                   e.g.: README.md --> README.html instead of README.md.html
                   or build.gradle --> build.html
                     Default: false
  -o, --directory-out[=<outputDir>]
                   Sets the directory to output .html files to.
                   Files wll be created as [file name].html
                   e.g.: README.md.html
                     Default: diffview-generated/
  -R, --repository, --directory-in[=<repository>]
                   Sets the directory root to read from.
                   Has to be inside of a valid git repository.
                     Default:
  -v, --verbose    Sets the output to verbose.
  -V, --version    Print version information and exit.

Version 1.0.0

24 Mar 20:09
cc3300b
Compare
Choose a tag to compare

Version 1.0.0

Initial Release

Usage

Usage: diffview [-hvV] [--debug] [-d[=<inputDirectory>]]
                [--no-original-extension[=<omitOriginalExtensions>]] [-o
                [=<outputDirectory>]] <files>...
      <files>...   The file whose history/diffviews to generate.
  -d, --directory-in[=<inputDirectory>]
                   Sets the directory root to read from.
                   Has to be inside of a valid git repository.
                     Default:
      --debug      Sets the output to debug.
  -h, --help       Show this help message and exit.
      --no-original-extension[=<omitOriginalExtensions>]
                   Omits the original extension for output files.
                   e.g.: README.md --> README.html instead of README.md.html
                   or build.gradle --> build.html
                     Default: false
  -o, --directory-out[=<outputDirectory>]
                   Sets the directory to output .html files to.
                   Files wll be created as [file name].html
                   e.g.: README.md.html
                     Default: diffview-generated/
  -v, --verbose    Sets the output to verbose.
  -V, --version    Print version information and exit.