Skip to content

Releases: a6h15hek/pancake

v1.1.0

02 Feb 14:31
ea824ec
Compare
Choose a tag to compare

Pancake 1.1.0 Release Notes

We are excited to announce the release of Pancake 1.1.0! This version comes with several enhancements, bug fixes, and new features to improve your experience. Below is a detailed overview of the changes:

Enhancements

Log Messages

  • Corrected and Improved Log Messages: Log messages for commands have been corrected and made more meaningful to provide better clarity and context.

Tips for Commands

  • Added Tips: Tips have been added alongside commands to guide users on the next commands they can run, making the user experience more intuitive.

Project Command Flexibility

  • Project Word Optional: The word "project" in project-related commands is now optional. You can now run the same commands without explicitly using the word "project."

Cross-Platform Support

  • Install and Uninstall for Cross-Platform: Added support for installation and uninstallation across multiple platforms, including macOS, Linux, and Windows.

Build Script

  • Build Script Added: A new build script has been added to package the build, simplifying the build process.

New Command

  • pwd Command: A new pwd command has been added to the project set of commands, allowing users to print the working directory.

Documentation

  • Corrected and Enhanced Documentation: Existing documentation has been corrected and updated. Installation and uninstallation instructions have been added for each command.

Summary of Changes

  • Log Messages: Improved clarity and meaning.
  • Tips: Added to guide users on next steps.
  • Project Commands: Made "project" word optional.
  • Cross-Platform Support: Added install/uninstall for macOS, Linux, and Windows.
  • Build Script: Added to package the build.
  • New Command: pwd command added to project commands.
  • Documentation: Corrected and enhanced with installation/uninstallation details.

We hope you enjoy the new features and improvements in Pancake 1.1.0! As always, feel free to reach out with any feedback or issues.

Happy Coding!

The Pancake Team

Pancake CLI v1.0.1

26 Jan 17:54
3cfc514
Compare
Choose a tag to compare

Bug Fix: The 'code' command is not working. The YAML file template has been fixed to support opening the editor.

pancake CLI v1.0.0

26 Jan 16:52
Compare
Choose a tag to compare

I announce the first release of Pancake, a command-line tool designed to make project management easier. With Pancake v1.0.0, managing your software projects is straightforward and efficient.

Highlights of Pancake v1.0.0

  • Efficient Project Management: Sync multiple projects from remote repositories, build and run projects on your local machine, and monitor project details like port, process PID, and uptime.
  • Tool Management: Install, update, and uninstall development software and tools without remembering long commands.
  • Project Sharing & Backup: Share and backup your development setup easily by sharing your $HOME/pancake.yml file. This helps with migration and collaboration.

Key Features

  • List all projects you are working on using the pancake project list command.
  • Sync multiple projects from the remote repository with pancake project sync.
  • Build a project using pancake project build <project_name>.
  • Start a project on the local machine with pancake project run <project_name>.
  • Show details about the port, process PID, and uptime using pancake project monitor.
  • Install tools using pancake tool install <tool_name>.
  • Update tools via pancake tool upgrade <tool_name>.

Workflows, description, messages added.

Full Changelog: https://github.com/a6h15hek/pancake/commits/v1.0.0