Skip to content

Releases: otsaloma/nfoview

1.15.1

06 Apr 01:05
Compare
Choose a tag to compare
  • Fix detection of theme colors of the default color scheme
  • Update French translation
  • Update Turkish translation

1.15

06 Apr 01:05
Compare
Choose a tag to compare
  • Fix preferences dialog padding with GTK+ 3.14
  • Fix selection background color with GTK+ 3.14
  • Remove use of deprecated stock items, GtkAlignment
    and gi.types.Boxed.__init__
  • Update French translation
  • Update Turkish translation

1.14

06 Apr 01:05
Compare
Choose a tag to compare
  • Fix default response buttons for dialogs
  • Make AppData file translatable
  • Add GTK+ to list of dependencies in the README file (GTK+ has
    always been a dependency, its explicit mention was just forgotten
    when migrating from PyGTK to PyGObject)
  • Bump GTK+ dependency to 3.2 or greater

1.13.1

06 Apr 01:04
Compare
Choose a tag to compare

1.13

06 Apr 01:04
Compare
Choose a tag to compare

1.12.1

06 Apr 01:04
Compare
Choose a tag to compare
  • Fix error setting colors in the preferences dialog
    TypeError: get_rgba() takes exactly 2 arguments (1 given)

1.12

06 Apr 01:04
Compare
Choose a tag to compare
  • Adapt to new GTK+ theme color names, thus fixing the default color
    scheme that follows the GTK+ theme
  • Fix window size calculations

1.11

06 Apr 01:04
Compare
Choose a tag to compare
  • Fix immediate crash resulting from bad use of Gtk.StyleContext on
    newer versions of PyGObject and/or GTK+ (#687513)
  • Remove deprecated get_data and set_data calls
  • Use Gtk.Grid for preferences dialog instead of Gtk.Table
  • Release source tarballs only compressed as tar.xz (instead
    of the previous tar.gz and tar.bz2)

1.10

06 Apr 01:04
Compare
Choose a tag to compare
  • Migrate to Python 3, GTK+ 3, GNOME 3 and PyGI
  • Bump Python dependency to 3.2 or greater
  • Replace PyGTK dependency with PyGobject 3.0.0 or greater
  • Add 48x48 and 256x256 pixel PNG icons and remove SVG icon
  • Speed up text parsing and display when opening files
  • Update Bulgarian translation (Svetoslav Stefanov)

1.9.5

06 Apr 01:04
Compare
Choose a tag to compare
  • Fix opening files by drag and drop