Skip to content

Releases: j4321/MyNotes

MyNotes-2.2.0

16 Jul 17:48
Compare
Choose a tag to compare
  • Add Dutch translation
  • Add note manager to delete easily notes
  • Add autoscrollbar to error messagebox
  • Add category renaming by double click on the category name in Preference dialog
  • Remove error message when cancel image insertion
  • Correct bug: all links in a note open the same url
  • Add link edition on double click
  • Add optional and limited latex support to insert one line formulas
    using matplotlib to render them as png images.
    (available only if matplotlib is available on the system)
  • Improve checkboxe highlighting
  • Add keyboard shortcuts for text formatting:
    Ctrl+B toggle bold
    Ctrl+I toggle italic
    Ctrl+U toggle underline
    Ctrl+R align right
    Ctrl+L align left

MyNotes-2.1.0

18 Apr 22:43
Compare
Choose a tag to compare
  • Automatically fetch right version (with pkg_resources)
  • Corrected bug: overstrike and underline always black
  • Corrected bug: indentation of multiline list entries sometimes diseapeared
  • Corrected bug: restore not working if there exist notes (only delete notes)
  • Export:
    • Improved export to .txt: include checkboxes
    • Corrected bug: "Select All" not unchecked after deselection
    • "Select All" initially selected
    • Added option: export only visible notes
    • Added html export
  • Tabulations don't support right/center alignment so it is no longer
    possible to change alignment of a line containing a tab
  • Added mode: enumeration
  • Mode selection puts bullets/checkboxes/numbers in front of each line
  • Added symbol list edition in Preferences
  • Highlight checkboxes when they are inside text selection
  • Added link (url) insertion
  • Reorganized rigt-click menu on note txt: created "Insert" sub-menu
  • Reorganized "Show notes" in main menu: sorted notes by category in sub-menus
  • Improved error handling
  • Improved error messagebox: display full traceback + report message
  • Added links to project pages in About dialog

MyNotes-2.0.3

08 Apr 16:46
Compare
Choose a tag to compare
  • Bug correction:

    • Wrong default category in default config file
    • Selection of a font not on the system
    • Bold and italic text was always in Liberation Sans
    • Alignement only set for fisrt selected line
    • ImportError: No module named 'tktray'
  • Modifications:

    • Set colored text selected foreground to white
    • Improved list/todo list modes: when a line is to long, the indentation stays

MyNotes-2.0.2

08 Apr 16:45
Compare
Choose a tag to compare

Corrected bug: import and restore did not update the categories, which lead to incomplete menus and errors

MyNotes-2.0.1

08 Apr 16:38
Compare
Choose a tag to compare

Corrected bug: fixed modes

MyNotes-2.0.0

08 Apr 16:21
Compare
Choose a tag to compare
  • Bug corrections:

    • Change from menu on note title not always saved
    • Restoring backup containing notes from deleted
    • Font size / font family selection issue
  • New features:

    • Warning before restoring backup to tell the user that the
      current notes will be erased.
    • Possibility to choose the side of the hide and roll note icons
      (in preferences)
    • Note position option: normal, always above, always below
      (in the right-click menu on title of each note)
    • Mode option:
      • note: default mode
      • list: insert a bullet point when a newline is added
      • todo list: insert a checkbox when a newline is added
        (in the right-click menu on title of each note)
    • Added import/export functions (from system tray menu), export notes to:
      • a ".notes" file that can be imported by MyNotes
      • in ".txt" but then, all formatting/images/checkboxes are lost
        and notes cannot be imported by MyNotes.
  • Modifications:

    • Preferences organized in tabs and category manager became a tab
      instead of a standalone window

    • Changed symbol list in a palette + added more symbols
      (greek letters, ..). Symbols are now text and not images, so their
      style follows the one of the text. But this change means that former
      symbols (from v1.0.0) will be lost from the old notes.

MyNotes-1.0.0

08 Apr 16:20
Compare
Choose a tag to compare

Initial release