Skip to content

Releases: MF366-Coding/WriterClassic

WriterClassic v10.8.0

22 Mar 22:12
1046b5c
Compare
Choose a tag to compare
WriterClassic v10.8.0 Pre-release
Pre-release

WriterClassic v10.8.0 PreRelease 🆕

This pre-release version contains all the latest features added to WriterClassic, such as:

  • Replace features 🔍
  • Casing features 🔠
  • Much more...

WriterClassic v10.7.0 (Patched Version)

10 Mar 19:32
Compare
Choose a tag to compare

Patched Version ⚠️

WriterClassic v10.7.0 had a huge bug where I used pop (with a string) instead of remove while working with a list. I don't know what I was thinking when I made such a mistake but it is now fixed.

Meet WriterClassic v10.7.0 😎

A lot of improvements for people who want to develop plugins have been made with one of the best features ever: Manifest Files instead of those old Versions.txt files that you'd use before.

Some important improvements to features such as Recent Files and Search in the editor were also made, alongside a huge bug fix related to some modules not being compiled.

thumbnail

Full Changelog 🔥

WriterClassic v10.6.0

03 Mar 19:28
9846d4b
Compare
Choose a tag to compare

IMPORTANT INFORMATION ⚠️

Due to refactoring updates, it is extremely recommended updating to this version. Currently existing official plugins are now only compatible with this and future versions.

What's New 🤩

Full Changelog 💯

WriterClassic v10.5.0

15 Feb 19:14
Compare
Choose a tag to compare

What's new? 🤩

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

Full Changelog 💯

Enjoy! ❤️

WriterClassic v10.4.0

07 Feb 18:44
Compare
Choose a tag to compare

What's new? 🤩

  • 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 ❌

Full Changelog 💯

WriterClassic v10.3.0

30 Jan 17:01
Compare
Choose a tag to compare

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

Full Changelog 💯

WriterClassic v10.2.0

17 Jan 19:22
Compare
Choose a tag to compare

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 👍

New Contributors 🤩

Full Changelog

WriterClassic v10.1.2

11 Jan 19:45
Compare
Choose a tag to compare

What's new? 🤔

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.)

WriterClassic v10.1.1

09 Jan 17:34
Compare
Choose a tag to compare

What's Changed

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

Full Changelog

Thanks for using WriterClassic! ❤️

WriterClassic v10.1.0

24 Dec 12:35
Compare
Choose a tag to compare

🐞 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)

In GitHub Releases, the Python Source zipped folder is no longer available since it was a repetition of the already existing Source Code zipped folder generated by GitHub.

📁 Full Changelog

Thank you for using WriterClassic! ❤️