16x Prompt Release Notes

Release notes for 16x Prompt. Latest features and improvements.

0.0.52

July 26, 2024

  • Revamped source code context list to have a tree structure similar to a code editor
  • Moved task instruction to the right side of the screen to give more space for the code context list
  • Added ability to collapse/expand folders in the code context list
  • Remove parent folder options and sorting options since they are no longer relevant
  • Fixed an issue where API response modals were not occupying the full screen width on larger screens
  • Fixed an issue where paths can display incorrectly in the code context list in rare cases

Thanks to Kacper for the feedback and suggestions!

Release 0.0.52 - Code Context Tree Structure

0.0.51

July 20, 2024

  • Added support for new GPT-4o mini model
  • Added pricing and other useful information for different API models
Release 0.0.51 - LLM Information

0.0.50

July 18, 2024

  • Added option to use dynamic levels of parent folder names similar to how it is displayed in a code editor
    • For example, you can expect to see .package.json, src/.index.js, src/components/.Button.js, src/utils/time/format/index.js, etc.
  • Added information on how many files are in the current workspace
  • Increased the limit of files in the source code context list to 200
  • Changed the default settings to show parent folder names in both the code context list and the final prompt
  • Fixed an issue where the ignored folders settings could match files instead
  • Fixed other issues with code context list
Release 0.0.50 - Dynamic Folder Parent Names

0.0.49

July 14, 2024

  • Added option to ignore folders when adding files to the code context list
  • Added option to allow 2 levels of parent folder names in the code context list and final prompt
  • Fixed an issue where ending triple backticks are not on a new line (for files not ending with a newline character)
Release 0.0.49 - Ignore Folders

0.0.48

July 11, 2024

  • Added option to add folders to the code context list recursively
  • Added option to include/exclude files added from folders in the code context list automatically
  • Added option to ignore files with specific extensions (suffixes) when adding files to the code context list
  • Added option to specify the context window limit based on the model selected
  • Added a limit of 100 files to be added to the code context list at once to prevent performance issues and hanging
  • Made it easier to copy paste file names in the code context list into the prompt
Release 0.0.48 - Recursive Folder Add Release 0.0.48 - Context Window Limit Setting

0.0.47

July 6, 2024

  • Added workspace feature to save and load code context list
Release 0.0.47 - Workspace Feature

0.0.46

June 30, 2024

  • Added ability to compare output of two different API models side by side (GPT-4o and Claude 3.5 Sonnet)
Release 0.0.46 - Model Output Comparison

0.0.45

June 28, 2024

  • Added different sorting options for files in the code context list (by name, by added time, ascending or descending)
  • Added option to unselect all files in the code context list
  • Automatically ignore duplicate files when adding files to the code context list, removed the "Remove Duplicates" button
Release 0.0.45 - Code Context Management Release 0.0.45 - Code Context Sorting

0.0.43

June 26, 2024

  • Added support for Anthropic model (Claude 3.5 Sonnet) for API requests
  • Added support for auto-update on macOS
Release 0.0.42 - Claude 3.5 Sonnet Model

0.0.38

June 23, 2024

  • Added ability to copy code block to clipboard directly in API response
Release 0.0.38 - Copy Code Block to Clipboard in API Response

0.0.37

June 19, 2024

  • Optimized file operations to improve performance and consistency

0.0.36

June 15, 2024

  • Fixed an issue where code context list is not updated correctly

0.0.35

June 15, 2024

  • Added ability to clear all files in the code context list
  • Added ability to remove duplicate files in the code context list
  • Added ability to sort files in the code context list (by its current display name)

Thanks to David for the feedback and suggestions!

0.0.34

June 8, 2024

  • Moved default source code position to bottom. This can be changed in settings.

0.0.33

June 7, 2024

  • Added ability to drag and drop folders into the code context list
  • Added file length limit (25000 characters) to prevent accidentally adding long files that causes performance issues

0.0.32

May 22, 2024

  • Fixed wrong API model name being displayed when editing final prompt

0.0.31

May 17, 2024

  • Added API model picker
  • Added support for GPT-4o model (new default model) in addition to GPT-4 for API requests
  • Added blog post task type (experimental)

0.0.30

April 25, 2024

  • Fixed an issue where URLs are stripped when stripping comments

Thanks to pista for the feedback and suggestions!

0.0.29

April 17, 2024

  • Added ability to include parent folder name for files in the final prompt

Thanks to Matt for the feedback and suggestions!

0.0.27

April 7, 2024

  • Added code block and syntax highlighting support for API response
  • Added ability to copy API response to clipboard
  • Added stripping of comments support for Python code
  • Moved file operations to preload module to add unit tests and prepare for an upcoming prompt evaluation framework

Thanks to Jim for the feedback and suggestions!

0.0.26

March 24, 2024

  • Added toggles for including/excluding task type and custom instructions to be more flexible

0.0.25

March 20, 2024

  • Added Custom Instructions selection on home page
  • Adjusted home page layout to be more space-efficient

0.0.23

March 14, 2024

  • Adjusted the layout to make Task Instruction area slightly larger
  • Moved the file name to the top of source code, leaving triple backticks with only file type
  • Adjusted logic of sample prompt insertion to make it append to the end of the prompt, so that the undo stack is preserved

Thanks to Ryan for the feedback and suggestions!

0.0.22

March 7, 2024

  • Added support for Linux (deb package)

0.0.21

March 3, 2024

  • Fix layout issues on Windows and disabled dev tools in production
  • Changed font for code area to font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace for better Windows support

0.0.19

February 24, 2024

  • Added support for user-defined custom instructions. You can now create and save your own custom instructions to be used in the prompt.

0.0.18

February 23, 2024

  • Optimized code context layout and styling
  • Added tooltips for buttons (can be disabled in settings)
  • Added support for drag-and-drop of multiple files into the code context list

0.0.17

February 4, 2024

  • Added "Others" task type, with no preset at beginning of the prompt

0.0.16

January 14, 2024

  • Added option to send prompt to OpenAI via API directly
  • Added setting for entering OpenAI API key
  • UI/UX improvements

0.0.15

December 17, 2023

  • Added sample prompts for each task type
  • Optimized layout

0.0.14

December 16, 2023

  • Added version checking and software update
  • Added user analytics

0.0.13

December 6, 2023

  • Fixed file refresh not updating issue

0.0.12

November 30, 2023

  • Added option to enable or disable removing of empty lines (off by default)

0.0.11

November 3, 2023

  • Added question task type
  • Added support for dragging and dropping files into the code context list from File Explorer, Finder or code editor
  • Added option to show parent folder name in the code context list
  • Added option to enable or disable stripping of comments
  • Fixed various layout issues

0.0.10

November 2, 2023

  • Added ability to edit final prompt before copying

0.0.9

September 24, 2023

  • Added information on ignore block to ignore part of code in the file
  • Added persistence of include/exclude information of each file in the code context list
  • Added license check on launch

0.0.8

September 24, 2023

  • Added license key logic
  • Added persistence for all configuration and source code list
  • Added ability to include or exclude files from the code context list without removing them from the list
  • Moved configuration to a separate Settings page

Download 16x Prompt

Join 1000+ users from top companies. Boost your productivity with AI coding.