ITADN

[FEATURE REQUEST] Release new version with recent bug fixes

#184Closedmingle-stripe 创建于 2025-12-05
M
mingle-stripecommented
**Is your feature request related to a problem? Please describe.** I'm currently experiencing issues with the latest released version (2.1.90 from October 2025). For example, running `doing select` produces the error `undefined method 'yellow' for Doing::Prompt:Module`. Based on the recent activity in the repository over the last 2 weeks, I believe this may have been fixed in the master branch, but I'm not entirely certain. I installed `doing` via `gem install doing`, which only provides the October release. I'm not sure what the typical release schedule is for this project, but it would be great to have a new release that might include these potential fixes. **Describe the solution you'd like** I'd like to request a new version release that includes the recent changes that have been merged to master within the last 2 weeks. This would allow users installing via `gem install doing` to benefit from these improvements without needing to build from source. **Describe alternatives you've considered** The main alternative would be to install directly from the master branch to see if the issue is resolved there, but this isn't ideal for a few reasons: - It requires additional setup and dependencies compared to a simple gem install - Other users experiencing the same issues may not be aware that potential fixes exist on master **Additional context** Current version information: ``` $ doing --version doing version 2.1.90 ``` Example error I'm encountering (immediately after selecting the "Add Tag" action from `doing select`): ``` $ doing select Separate multiple tags with spaces, hit tab to complete known tags, include values with tag(value) error: undefined method `yellow' for Doing::Prompt:Module ``` Thanks for maintaining this great tool!
关闭于 2025-12-05 2 条评论