Skip to content

Releases: driveloader/NotePy

Version 1.3: New Features and Window Adjustment

27 Aug 15:03
dfd76d0
Compare
Choose a tag to compare

🎉 Version 1.3: New Features and Window Adjustment 🎉

Summary:

This version introduces several new features to enhance functionality and usability. 🚀

Patch Notes 📃:

  • (+) Added "New Window" feature (Ctrl+Shift+N) to open a new instance of the application.
  • (+) Added "Save As" option (Ctrl+Shift+S) for saving the current file under a new name.
  • (+) Added "Select All" option (Ctrl+A) for selecting all text in the editor.
  • (+) [BETA] Implemented the ability to open a .txt file directly via "Open with NotePy" from the file context menu.
  • (*) Adjusted default window height to better fit screen resolutions and improve initial display.
  • (*) Optimized application size for a lighter size. (Based on the original size that's needed to add all of the new features)

Release Includes 💼:

  • Portable exe (NotePy_1.3_Portable.exe)
  • Installer (NotePy_1.3_Setup.exe)
  • Source Code

IMPORTANT ⚠

  • This version includes a BETA feature; performance and functionality may vary.
  • Please report to us if you are having any issues with the BETA feature.

Give them a try! 😄

Version 1.2: Bug Fix 2

27 Aug 14:37
d8352b7
Compare
Choose a tag to compare

🎉Version 1.2 🎉

Summary:

This version is mainly focused on bug fixes. 🐞

Patch Notes 📃:

(+) Added proper handling of the run method to avoid class name conflicts.
(+) Improved status bar positioning and anchoring.
(*) Reworked font configuration for __setFontSize and __setFontStyle methods to handle font strings correctly.
(#) Fixed issues with __find and __replace methods to ensure proper highlighting and replacement in the text area.

Release Includes 💼:

 -Portable exe (NotePy_1.2_Portable.exe)
 -Installer (NotePy_1.2_Setup.exe)
 -Source Code

Give them a try! 😄

Second Version (1.1)

27 Aug 10:28
21dfa1d
Compare
Choose a tag to compare

Version 1.1

Attentions: The first ever version was lost idr so yeah...

Description:

This update addresses a critical issue where the window frame height was insufficient to display the status bar properly. Users will now see the full status bar without any content being obscured.

Release Includes:

  • Compiled EXE (Portable Ofcourse)
  • Installer
  • Source Code for version 1.1

Changelog:

  • Fixed the window frame height issue that was causing the status bar to be hidden.

Full Changelog: View all changes