This repository was archived by the owner on Oct 16, 2025. It is now read-only.
Releases: kris701/PDDLTools
Releases · kris701/PDDLTools
1.6.0: Testing Begins
This versions adds a large series up improvements and features, the primary being:
- Generally smoother UI experience
- Better at handling large PDDL projects (several thousands of PDDL files)
- Added a Test Adapter and a small framework to execute PDDL tests (execution and parsing)
- You can now rename objects, predicates and names across a single document or all matching documents
- Possible to use most other features from the context menu in the Solution Explorer
- Types can now be visualised in the Domain Visualiser
- Upgraded to the PDDL 2.1 standard
- Added a new Icon for the project
- Unit tested a bunch of the program
1.5.1: Bug Fixes
- Fixed a bug where the PDDL props and targets file was placed incorrectly
1.5: Its Project Time!
- Changed the extension to use projects instead of workspaces. So there are now PDDL project templates as well.
- Added a simple PDDL domain structure visualiser
- Added the
--aliasas an option to fast downward - Integrated VAL for plan validation
- Improved the word highlighting
- Improved the syntax color options
- Various bug fixes and improvements behind the scenes
1.4: More Colors!
- Added custom colors for the syntax highlighting
- Made the settings menu more robust
- Added PDDL file templates
- Added more options for different spreaders in the SAS result window
- Improved the documentation in the QuickInfo
- Plenty of bug fixes and quality of life updates