Skip to content

Releases: quintusfelix/pyroom

PyRoom v0.5.0

25 Apr 17:11
Compare
Choose a tag to compare

pyroom 0.5.0 (2019-04-25)

User visible changes

  • add scrollbars if wordlength>linelength (LP:#371660)
  • ask for confirmation on file overwrite, (LP:#390285)
  • add horizontal scrollbar if words are longer than lines (LP:#371660)
  • touchup for themes tab (thanks Fehmican Imırgı) (LP:#362535)
  • changed tab width to 4 spaces (LP:#363386)
  • top orientation of textbox possible (LP:#363390)
  • present current document's path in open_file dialog (LP:#428161)
  • try to suggest a likely path in file chooser dialogs (LP:#428161)
  • allow toggling of full path/filename for info bar (LP:#500344)
  • added minimize-shortcut. Thanks Justin Stout (LP:#547022)
  • removed nonfunctional cancel-button. Thanks Tony Martínez (LP:#619283)
  • no empty buffers when opening files. Thanks Tony Martínez (LP:#618329)

Bugfixes

  • fixed crash on startup if more than 1 language in $LANGUAGE (LP:#367990, #365477)
  • fixed crash when using older themes with missing keys (LP:#426490)
  • fixed preferences cancel button only closes the preferences dialog (LP:#619283)
  • fixed crash if using unsupported locale
  • fixed crash when changing fonts. Thanks chrelad (LP:#622793)
  • fixed autosave stopped working. Thanks Tony Martínez (LP:#558347)
  • clean up discarded autosave files (LP:#628151)
  • fixed grammar in interfaces and language files. Thanks Jeffrey Flaker

Noteable background changes

  • changed the way configuration and state keeping is handled (LP:#407349)
  • switched from libglade to gtkbuilder. Thanks Matthew Pirocchi!
  • ported to Python 3 and PyGi