Releases: MF366-Coding/WriterClassic
WriterClassic v11.0.0 (Stable)
WriterClassic v10.8.0
WriterClassic v10.8.0 🆕
This pre-release version contains all the latest features added to WriterClassic, such as:
- Replace features 🔍
- Casing features 🔠
- Plugin Central 🧩
- Much more...
Finally finished and available for download!
WriterClassic v10.7.0 (Patched Version)
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.
Full Changelog 🔥
WriterClassic v10.6.0
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 🤩
- 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
Full Changelog 💯
WriterClassic v10.5.0
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
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
What's new? 🤔
- Update the themes immediately after changing them 🎨
- Fix the
simple_webbrowser
dependency because of the deprecation ofsimple_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
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 Contributors 🤩
- @dependabot made their first contribution in #40
Full Changelog
WriterClassic v10.1.2
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
What's Changed
- Better Plugin API (see #38) 🌐
- Easy plugin removal 🗑️
Full Changelog
Thanks for using WriterClassic! ❤️