Skip to content

Releases: clear-code/cutter

1.2.7

17 Sep 04:28
Compare
Choose a tag to compare

Cutter

Improvements

  • [deb][ubuntu] Dropped support for Ubuntu 14.04/17.04/17.10/18.10.
  • [gstreamer] Restricted GStreamer 1.14 or later as non supported version explicitly.
  • [deb][ubuntu] Added support for Ubuntu 18.04/19.04
  • [homebrew] Added support for custom Homebrew path. In the previous versions,
    /usr/local/share/aclocal was expected as Homebrew's aclocal path.
  • [travis] Added macOS as CI target.
  • [doc][tutorial] Added a description about OS that need DYLD_LIBRARY_PATH
    [GitHub#41] [Patch by Douglas Lovell]
  • [doc][tutorial] Updated an explanation about loading shared library.

cppcutter

Fixes

  • Fixed returning invalid address because of wrong c_str() usage in Message class.
    [GitHub#39][Reported by dcb314]

Thanks

  • dcb314
  • Douglas Lovell

1.2.6

24 Sep 17:01
Compare
Choose a tag to compare

Cutter

Improvements

  • [deb] Supported Debian stretch. Debian wheezy supported was
    dropped.
  • Supported LCOV 1.12 and 1.13.
  • Added missing GPLv3 text. [Reported by tSU_RooT]
  • [deb][ubuntu] Supported Ubuntu 16.04 and 17.04. Ubuntu 12.04
    (precise) and 15.04 (vivid) support was dropped.
  • [travis] Fixed to use https in setup.sh for APT.
  • [travis] Supported to use CODE_NAME environment variable for
    installing cutter package on Debian sid. Use "env
    CODE_NAME=unstable setup.sh" on Debian sid.
  • Changed to use recommended Unicode characters in translatable
    strings since GLib 2.52.0.
  • Dropped CentOS 5 support.

Fixes

  • [doc] Fixed broken sourceforge.net APT-line. [GitHub#25] [Patch by
    Hiroshi Ohkubo]
  • [doc] Fixed man document build error on non-UTF-8
    environment. [GitHub#30] [Reported by Hideki Yamane]

CppCutter

Fixes

  • [GitHub#23] Fixed a bug that inline instance method in destructor
    causes invalid UTF-8 assertion warning message.

cut-diff

Improvements

  • Invert deleted and inserted colors. Now red means inserted
    segment, green means deleted segment.

Thanks

  • tSU_RooT
  • Hiroshi Ohkubo
  • Hideki Yamane

1.2.5

30 Jul 13:26
Compare
Choose a tag to compare

In this release, there is a bugfix about GCutter.
Please upgrade Cutter if you use Cutter with GLib support.

Cutter

Improvements

  • [deb][ubuntu] Changed to release packages via Launchpad PPA. [GitHub #13]
  • Supported LCOV 1.11.
  • [doc][ubuntu] Updated install document how to install via Launchpad PPA.
  • [doc][tutorial] Added mising slash in LD_LIBRARY_PATH. [GitHub #14]
    [Patch by Masafumi Yokoyama]
  • [doc] Added Project Hatohol which is operational integrated management software
    as a Cutter user. [GitHub #15] [Patch by Noriki Nakamura]
  • [doc] Added missing --location option in travis recipe. [GitHub#13] [Reported by Kiyoshi Ikehara]
  • [OS X] Supported terminal-notifier notification. [GitHub #17] [Patch by Hiroshi Hatake]
  • Supported gdk-pixbuf 2.31.0 or later. The result of inspect is a bit changed because
    gdk-pixbuf 2.31.0 introduces pixel-bytes property. [GitHub #19] [Reported by mtasaka]
  • Ported Cutter gstreamer plugin for GStreamer 1.0.
  • [deb][ubuntu] Dropped Ubuntu 13.10. (Saucy Salamander)
  • [deb][ubuntu] Supported Ubuntu 15.04. (Vivid Vervet)
  • [rpm][centos] Supported CentOS 7.

GCutter

Fixes

  • Fixed a bug that monitoring source is unexpectedly removed twice.
    As a result, there was a possibility that reissued source ID is also removed.

Thanks

  • Masafumi Yokoyama
  • Noriki Nakamura
  • Kiyoshi Ikehara
  • Hiroshi Hatake
  • mtasaka