Skip to content

Latest commit

 

History

History
executable file
·
92 lines (67 loc) · 2.38 KB

File metadata and controls

executable file
·
92 lines (67 loc) · 2.38 KB

Change Log

1.1.1 - 2021-03-11

Added

  • Remember the file and folder opened by project
  • Open the file in your editor button

Fixed

  • Support for Python 3.9

1.1.0 - 2020-10-22

Added

  • Document is closed if underlying file is deleted
  • Editor settings allowing to set font family, tab size in spaces, font size in points and text wrapping
  • A simple file search dialog
  • Titles for project and settings dialogs
  • Simple logging, appending to ~/pugdebug.log
  • UI improvements
  • New Go to line window
  • Added line numbers in editor
  • Close tabs with middle right mouse button
  • Better support on linux (including file names with initial dot)
  • Better syntax highlighting
  • New readme
  • Pypi package release

Changed

  • Cursor in editor is now a regular arrow, read-only cursor

Fixed

  • File watching for Windows OS
  • Connecting to document signals when document is changed or removed
  • Focus of buttons in the New Project window, save has focus by default
  • Opening files after closing tabs with the middle mouse button
  • Deleting expressions with the Del key should not work if the focus is in another widget.
  • The context menu in the Projects widget should not be displayed if a user did not click on a project line.
  • Fixed various crashes

Removed

[1.0.0] - 2015-07-01

No changes were made since 1.0.0-RC.2

[1.0.0-RC.2] - 2015-06-26

Fixed

  • Correctly stop listening when multiple requests are active

[1.0.0-RC.1] - 2015-06-23

Added

  • Display current project name in window title

Changed

  • Use mono fonts in sub-windows

Fixed

  • Fix for GTK critical errors on Ubuntu
  • Do not jump to top of the file every time a debugging session starts
  • Updating settings now updates current project's settings as well
  • Deleting current project doesn't break pugdebug any more
  • Breakpoints do not dissapear any more when debugging multiple requests

[1.0.0-beta.1] - 2015-06-10

Added

  • Simple build file for Windows

Fixed

  • Tries debugging requests even when the XDEBUG_SESSION_START param is not set

[1.0.0-beta] - 2015-06-07

Added

  • Set debugger features during an active debugging session
  • Confirm deleting a project
  • Improved support for debugging multiple requests
  • Added the change log file

Changed

  • Set debugger features in the post_start action

Fixed

  • Non-existent file after mapping