Skip to content

Releases: tonylook/rflow

rflow v2.0.0

19 Mar 16:28
7d02564
Compare
Choose a tag to compare

rflow Release Notes 🚀

Version 2.0.0 - 19 Mar 2024

Welcome to the latest release of rflow! This document outlines the key features, improvements, and fixes in this release.

🌟 Release Highlights:

  • Removed the CI part, it was developed with a lot of efforts, but we decided to rely on the conflicts instead of giving the CI the responsibility to update the version. The CI version is still available in the rflow-ci branch

🐞 Bug Fixes:

📚 Documentation Updates:

  • The MANUAL.md is not changed, because the functionality didn't changed, the app changed only under the hood

SHA256 Checksum for Verification

For users who want to verify the integrity of the release package, here is the SHA256 checksum for the .tar.gz file of this release:

568782da12ebfe0fc4aa97291b1bccdebab4f6ccc0316b780ca257183e2a0679

To verify the checksum, use the following command on your file:

  • Linux/macOS:
    shasum -a 256 rflow-2.0.0.tar.gz
  • Windows:
    Get-FileHash rflow-2.0.0.tar.gz -Algorithm SHA256

🙏 Acknowledgements

Thanks to who provided feedback and suggestions. Your contributions are greatly appreciated and have been invaluable in making rflow better with each release.


🐛 Reporting Issues

Encountered an issue? Please report it on the GitHub issues page so that it can be addressed in future releases.


Thank you for using rflow! Stay tuned for more updates and improvements.

rflow v1.5.0

25 Jan 13:36
Compare
Choose a tag to compare

rflow Release Notes 🚀

Version 1.5.0 - 25 Gen 2024

Welcome to the latest release of rflow! This document outlines the key features, improvements, and fixes in this release.

🌟 Release Highlights:

  • Improved error logs

📚 Documentation Updates:

  • Added brew installation

SHA256 Checksum for Verification

For users who want to verify the integrity of the release package, here is the SHA256 checksum for the .tar.gz file of this release:

de7e426005a771b6a2ad67385520b5bc38558b790e1bedefeeb5e1a83a0f9f7d

To verify the checksum, use the following command on your file:

  • Linux/macOS:
    sha256sum filename.tar.gz
  • Windows:
    Get-FileHash filename.tar.gz -Algorithm SHA256

🙏 Acknowledgements

Thanks to who provided feedback and suggestions. Your contributions are greatly appreciated and have been invaluable in making rflow better with each release.


🐛 Reporting Issues

Encountered an issue? Please report it on the GitHub issues page so that it can be addressed in future releases.


Thank you for using rflow! Stay tuned for more updates and improvements.

rflow v1.4.0

22 Jan 11:18
Compare
Choose a tag to compare

Added the support for major release via the ci/cd script

rflow v1.3.2

18 Jan 10:38
c6ee224
Compare
Choose a tag to compare

Fixed the snap command

rflow v1.3.1

17 Jan 16:12
ba51a0e
Compare
Choose a tag to compare

Added compatibility to Github, since the DevOps script before used to work only on Azure DevOps