mirror of
https://github.com/etienne-hd/lbc-finder.git
synced 2026-04-29 20:35:35 +02:00
Compare commits
1 Commits
main
...
refactor/t
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd9da441ec |
19
CHANGELOG.md
19
CHANGELOG.md
@@ -1,31 +1,50 @@
|
||||
## v1.1.2
|
||||
|
||||
### Added
|
||||
|
||||
- Added `uv` project metadata and lockfile
|
||||
|
||||
### Changed
|
||||
|
||||
- Migrated the container build process to `uv` and removed the legacy `requirements.txt`
|
||||
- Reformatted the codebase with `ruff`
|
||||
|
||||
## v1.1.1
|
||||
|
||||
### Added
|
||||
|
||||
- Automatic installation of Python libraries from `config/requirements.txt` when running the Docker container.
|
||||
|
||||
### Changed
|
||||
|
||||
- Moved `config.py` to `config/__init__.py` to allow multiple configuration files in Docker.
|
||||
|
||||
### Updated
|
||||
|
||||
- Discord example updated to reflect the new configuration structure.
|
||||
|
||||
## v1.1.0
|
||||
|
||||
### Added
|
||||
|
||||
- Docker support 🎉
|
||||
|
||||
### Changed
|
||||
|
||||
- Project source code moved to `/lbc-finder`
|
||||
- `id.json` and `logs` are now stored in `/data` for persistent storage (useful for Docker)
|
||||
|
||||
## v1.0.1
|
||||
|
||||
### Added
|
||||
|
||||
- Retry-based error handling for ad handler calls (#3)
|
||||
- `contains` method in `ID` class (#3)
|
||||
|
||||
### Changed
|
||||
|
||||
- Bumped [lbc](https://github.com/etienne-hd/lbc) to v1.1.2
|
||||
|
||||
## v1.0.0
|
||||
|
||||
- Initial release
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "lbc-finder"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
description = "Stay notified when new ads appear on Leboncoin"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
Reference in New Issue
Block a user