Skip to content

Releases: 63BeetleSmurf/PinnyNotes

v1.12.1

21 Nov 15:14
Compare
Choose a tag to compare

Fixed

  • Crash when pressing Shift + Tab at the start of a note.
  • Shift + Tab not removing the correct number of spaces.

v1.12.0

20 Nov 12:50
Compare
Choose a tag to compare

Added

  • Option to check for new version on start up (disabled by default).
  • Settings to enable and favourite tools.
  • Debug flag allowing release and debug instances to run together.

Changed

  • Moved sorting functions from Lists tool to their own Sort tool.
  • Organised settings window.
  • Icons updated.

Fixed

  • Notes always turning transparent when activated if Opaque When Focused was off.
  • Line count no longer counts trailing empty line when NewLineAtEnd is set and no text is selected.
  • Shortcuts not showing icon after install.

v1.11.3

12 Nov 09:41
Compare
Choose a tag to compare

Fixed

  • Bug where theme was not applied when colour was set to yellow and cycle colours was off.

v1.11.2

03 Nov 14:06
Compare
Choose a tag to compare

Changed

  • Trigger current running instance to open a new note when a new instance is opened, rather than no action.

v1.11.1

23 Oct 09:11
Compare
Choose a tag to compare

Added

  • Setting to toggle showing notes in Taskbar.

Fixed

  • Settings window opening off screen when note near or over the edge of the screen.
  • Revert mouse button swapped check. Handled already by windows so reported bug must have been a mistake.

v1.11.0

22 Oct 14:53
Compare
Choose a tag to compare

Added

  • Tray icon - Click to show open notes, double click to create a new note and right click for menu.
  • Bracket tool.
  • Backtick action to Quote tool.
  • Trim action to Quote tool.
  • Ability to use Shift + Tab to remove whitespace.
  • Setting to hide the title bar on note.
  • Setting to use spaces instead of tabs when Tab is pressed.
  • Setting to use a mono spaced font.
  • Title bar menu item to reset note back to default size.

Changed

  • Minimum note size.

Fixed

  • Title bar only being draggable with left mouse button even when buttons switched in Windows.
  • Save prompt did now show if a note was closed by right clicking in Windows Taskbar.
  • Notes would always open on primary monitor, even if opened from parent on anothe monitor.

v1.10.0

22 Jul 13:11
Compare
Choose a tag to compare

Added

  • Minimize settings - Specify if notes should prevent themselves being minimized, e.g. with Show Desktop.
  • Tab indent - Selecting text and pressing tab will now indent the selected text.
  • Remove tool - Remove various whitespace, slashes or occurrences of current selection.
  • Settings window - Settings move out of menu and into their own window.
  • Start positions - More start positions have been added.
  • Transparency - Note can now be transparent depending on given settings.
  • Dark mode - Notes can appear dark with the selected color used as accent colors.

Fixed

  • Notes order - Unpinned notes now come above pinned notes when focused for editing.
  • Dragging issue - Fixed issue where dragging a word would overwrite note text.

v1.9.0

11 Jul 15:40
Compare
Choose a tag to compare

Added

  • Gibberish Tool - Generate gibberish/sample text from words to full articles.
  • DateTime Tool - Initial implementation, more date functions to be added.

Changes

  • Colour menu now shows a preview of the colour.
  • Performance improvements.
  • Various code refactoring and optimisations in preparation to move to a MVVM architecture.

Fixes

  • Fixed spelling suggestions not showing in context menu.

V1.8.0

09 Jul 22:36
Compare
Choose a tag to compare

Added;

  • Slash tool: Toggle, replace or remove forward and back slashes.

Misc:

  • Various code refactoring to ease future work towards new major version.

v1.7.0

05 May 11:57
df37d24
Compare
Choose a tag to compare

Added

  • Counts menu to show line, word and char counts.
  • Quote tools to wrap text in single or double quotes.
  • Trim tool to remove blank lines.
  • List tools for dashed list (markdown) and to remove list markers.
  • Keep new line at end visible.
  • Middle click to paste.
  • Auto indent.
  • Hold Ctrl to copy when selecting text by mouse clicks.
  • Toggle maximize when title bar double clicked.