Skip to content

fix: remove legacy remember_last_path config and update docs#174

Merged
stabldev merged 3 commits intostabldev:mainfrom
mukundkumarjha:fix/remove-legacy-config
Nov 20, 2025
Merged

fix: remove legacy remember_last_path config and update docs#174
stabldev merged 3 commits intostabldev:mainfrom
mukundkumarjha:fix/remove-legacy-config

Conversation

@mukundkumarjha
Copy link
Copy Markdown
Contributor

@mukundkumarjha mukundkumarjha commented Nov 20, 2025

fixes #173

Copy link
Copy Markdown
Owner

@stabldev stabldev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @mukundkumarjha
Can you also update the test case? I forgot this part to mention,

assert "general.remember_last_path=true" in config_list

torrra config set general.download_in_external_client true
```

This would change the `remember_last_path` setting to `false`. Note that boolean values (`true`/`false`) should be provided as such, and strings should be enclosed in quotes if they contain spaces or special characters (though for simple paths, it might not always be necessary depending on your shell).
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here just change the keyword remember_last_path to download_in_external_client. lets keep the rest of the content for more clarity. also quotes are not needed. pls remove them.

@mukundkumarjha
Copy link
Copy Markdown
Contributor Author

@stabldev now I get it I have updated the test case. 👍

@stabldev stabldev merged commit 50448ce into stabldev:main Nov 20, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs]: remove remember_last_path field from docs

2 participants