|
1 | | -# TODO for future versions |
2 | | - |
3 | | -* Use NSDictionaryController and bindings for all controls in main window and sub-controllers |
4 | | -* http://stackoverflow.com/questions/1276029/non-blocking-stdio |
5 | | -* Terminal output mode? https://github.com/migueldeicaza/SwiftTerm |
6 | | -* Use pseudo-ttys for line buffered output: http://stackoverflow.com/questions/12586555/controlling-an-interactive-command-line-utility-from-a-cocoa-app-trouble-with --- Look at PseudoTTY class |
7 | | -* Refactor ScriptExec for clean view controller/task controller decoupling. It's currently a mess. |
8 | | -* Refactor status menu item menu generation from output to share code between ScriptExec and Platypus.app |
9 | | -* Find a way to support authenticated task termination |
10 | | -* New button-based interface type |
11 | | -* New OnChange Text Filter interface type |
12 | | -* Implement new Table View interface (CSV output?) |
13 | | -* Create Platypus tutorial videos, make them available online |
14 | | -* Overhaul the Services feature |
15 | | -* Embed MainMenu.nib in platypus CLT Mach-O binary instead of storing in /usr/local/share |
16 | | -* Fix issue with multiple AEOpen events for many opened files |
17 | | -* Async Status Menu script execution to prevent interface locking on main thread |
18 | | -* Fix broken file watching of script path |
19 | | -* Add syntax for Status Menu output mode that suppresses menu entirely |
20 | | -* Update FAQ to answer question wrt relative interpreter path / bundling own interpreter |
21 | | -* Update Applescript input example to Python, instead of Perl |
22 | | -* Create more automated tests for command line tool and document existing tests |
23 | | -* Harden CI testing for this old project |
24 | | -* Fix selection change when item is deleted from the Bundled Files List |
25 | | -* Make Status Menu from script generation non-blocking |
26 | | -* Upgrade Sparkle version |
27 | | -* Performance optimization in the app build process (precompiled nib) |
28 | | - |
29 | | -## Version history |
30 | | - |
31 | | -### For 5.5.0 - 28/06/2025 |
| 1 | +# Platypus Version History |
| 2 | + |
| 3 | +### For 5.5.0 - 17/11/2025 |
32 | 4 |
|
33 | 5 | * Fixed bug where the argument settings window would lock up |
34 | 6 | * Better support for Dark Mode |
|
0 commit comments