WriterClassic Changelog

What's new in WriterClassic 10.7.0

Mar 11, 2024
  • Fixed a bug with the Recent Files and documented some functions.

New in WriterClassic 10.6.0 (Mar 4, 2024)

  • What's New:
  • pip: bump pygame from 2.4.0 to 2.5.2 by @dependabot in #69
  • Add Search but not Replace (yet) by @MF366-Coding in #74
  • pip: bump pygame from 2.4.0 to 2.5.2 by @dependabot in #76
  • Update the stuff in main to recent-files by @MF366-Coding in #77
  • Added Recent Files, Refactoring, Global Restore Points by @MF366-Coding in #78

New in WriterClassic 10.5.0 (Feb 15, 2024)

  • Snippets and improvements in code quality by @MF366-Coding in #67 🏃
  • Much more, such as improvements to WScripts 👍

New in WriterClassic 10.4.0 (Feb 8, 2024)

  • Added a toolbar for easy access and fixed Copy, Paste and Cut by @MF366-Coding in #61 🔧
  • Font Picker and much more... by @MF366-Coding in #63 (big update!) 🔠
  • Deprecated some functions ❌

New in WriterClassic 10.3.0 (Jan 31, 2024)

  • What's new:
  • Update the themes immediately after changing them
  • Fix the simple_webbrowser dependency because of the deprecation of simple_webbrowser.py in favor of an __init__.py
  • Dependabot Updates:
  • pip: bump simple-webbrowser from 0.0.7 to 0.1.2 by @dependabot in #57
  • pip: bump simple-webbrowser from 0.1.2 to 0.1.4 by @dependabot in #58

New in WriterClassic 10.2.0 (Jan 18, 2024)

  • What's new:
  • Implement a Select All feature in #46
  • Settings Backup feature in #47
  • The Menu key (93) also opens the Right Click Menu in #48
  • A feature that controls if the current document is saved or not and a new confirmation dialogue when quitting the app
  • Dependabot Updates:
  • Bump pillow from 10.0.0 to 10.0.1 by @dependabot in #40
  • pip: bump markdown2 from 2.4.10 to 2.4.12 by @dependabot in #42
  • pip: bump pillow from 10.0.1 to 10.2.0 by @dependabot in #41
  • pip: bump markdown2 from 2.4.10 to 2.4.12 by @dependabot in #45

New in WriterClassic 10.1.2 (Jan 11, 2024)

  • In this very small release, the way WriterClassic runs plugins has changed. This won't affect anything in terms of Compatibility since you can still run plugins the old way. So this is more of an adition than a change.
  • Now, when you click on Run a Plugin, you can either type the number (like before) or the name of the plugin.
  • Things worth mentioning about this adition:
  • For running an exact plugin, number is still better
  • (Let's say you have a lot of plugins which are the same but they are different versions. Using number let's you pick the exact version you want.)
  • Name only finds the first appearance of the plugin
  • (Explained above.)
  • Name uses a loop that, if the plugin you want is a big number like 90, it could take a while before the plugin actually runs
  • (Numbers are direct, they don't use loops.)

New in WriterClassic 10.1.1 (Jan 9, 2024)

  • Better Plugin API (see #38) 🌐
  • Easy plugin removal 🗑️

New in WriterClassic 10.1.0 (Dec 24, 2023)

  • Huge Bug Fixes:
  • The following bugs have been taken care of:
  • Plugin Installation Bug
  • Missing scripts folder in the executable versions
  • Odd Menu Behavior
  • New Features:
  • Here are some of the features introduced:
  • A Right Click Menu with Cut, Copy and Paste options
  • Certain things are now inserted in the editor at the cursor position instead of the start or end of the editor
  • Quick Access to Plugins (Run plugins with ease using Ctrl + Fi, where i is a number between 1 and 12; the plugin with the id i will run)

New in WriterClassic 10.0.0 (Dec 10, 2023)

  • Apart from new themes ('Aqua', 'Earth' and an improved version of 'Codetime') and a scroll bar that allows you to navigate through your documents much faster, you can find the following features too in the new version of WriterClassic...
  • Undo & Redo
  • New Shortcuts
  • Automized Scripts

New in WriterClassic 9.0.0 (Sep 9, 2023)

  • You can now preview Markdown files (I actually added this because of this article)
  • You can also build/run your C# and Python code from WriterClassic (more programming languages will be added in the future) 👨‍💻

New in WriterClassic 8.8.0 (Sep 2, 2023)

  • What's New:
  • A better and fully reworked plugin system that works on the executable version!
  • GitHub Changelog:
  • Create logging_data.py by @MF366-Coding in #26
  • Norb plugin system by @norbcodes in #27
  • Sync variables functions by @norbcodes in #28

New in WriterClassic 8.7.0 (Aug 28, 2023)

  • Advanced Mode
  • Reestructurated Settings

New in WriterClassic 8.6.0 (Aug 15, 2023)

  • New:
  • A confirmation dialogue if the user tries to exit the app
  • Added a link to the official website
  • Fixed a small bug