Skip to content

PressPlanner v1.2

Compare
Choose a tag to compare
@H4mes H4mes released this 21 Mar 14:26
· 464 commits to master since this release
c7683a8

PressPlanner App Release Notes (v1.2)

We are excited to announce the release of PressPlanner (v1.2)! This release introduces the ability to add and manage your portfolio of articles, improving workflow for following up on prior stories and finding contacts to reconnect with for future interviews.

New Feature: Article Management

  • Add: Now you can easily add new article and store them in your database
    AddArticleResult
  • Edit: Modify and make corrections to existing articles
    EditArticleResult
  • Delete: Remove articles that are no longer needed
    DeleteArticleResult
  • Find: Seamlessly search for specific articles using key words for quick access
    FindArticleResult
  • List: List all your articles and sift through them using the GUI
    ListArticleResult

Note

For more detailed information on how to use these functions refer to the "Managing Articles" section of our user guide

Enhancements

  • Improved user interface
    • Packaged with the new article management is a split-screen view of the addressbook and articles database to match.
    • Search your addressbook and article bank side-by-side for quick access at a glance.

New Commands Quick Reference

Here's a quick summary of the new commands you can use to manage your articles:

Action Command Format Example
Add Article add -a T/Title A/Author1... D/yyyy-mm-ddT00:00:00 SRC/Source1 ... C/Category S/Status add -a T/iPhone 13 Review: The Latest Apple Flagship A/John Doe D/2024-03-19T12:30:45 SRC/Michael Lee C/New Releases S/DRAFT
Delete Article delete -a [INDEX] delete -a 1
List Article list -a list -a
Edit Article edit -a INDEX [T/TITLE] [A/AUTHORS] [D/PUBLICATION_DATE] [src/SOURCES] [C/CATEGORY] [S/STATUS]... edit -a 1 T/Tech News 1
Find Article find -a KEYWORD [MORE_KEYWORDS] find -a Product Review