Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 19:46
· 34 commits to main since this release

Full Changelog: v0.0.2...v0.0.3

New features:

  1. Line endings feature finally works, #18
  2. File previews for images (XPM and SVG), markdown, json and XML, #21
  3. Application test for updates, and added also testing channel support, #27
  4. When you put your cursor over a word, it will get selected over all the document, diegoiast/qutepart-cpp#5
  5. Minor fixes, #2,
  6. Side panels state is saved between runs, diegoiast/qmdilib#4
  7. Speed up in startup, due to lazy loading documents, #17
  8. Margin is properly displayed, diegoiast/qutepart-cpp#14
  9. Copy/Paste files works on the file manager, diegoiast/qmdilib#7
  10. Implemented creating a new file/directory in the file manager: diegoiast/qmdilib#9, diegoiast/qmdilib#10
  11. List of opened files, and control+shift+t to unclose a file: diegoiast/qmdilib#5
  12. Replace input keeps stealing focus: #33
  13. Goto matching bracket: diegoiast/qutepart-cpp#3