mirror of
https://github.com/nikdoof/foursquare-feeds.git
synced 2025-12-13 10:02:23 +00:00
62 lines
873 B
Markdown
62 lines
873 B
Markdown
# Changelog
|
|
|
|
## 2.4.0 - 2025-08-??
|
|
|
|
- Add support for pushing events to a CalDAV server.
|
|
- Add a more detailed description to the events.
|
|
- Remove KML support.
|
|
|
|
## 2.3.0 - 2024-11-30
|
|
|
|
### Added
|
|
|
|
- Support for installing dependencies with `uv`.
|
|
|
|
### Removed
|
|
|
|
- Removed `Pipfile` and `Pipfile.lock` for use with pipenv.
|
|
|
|
### Changed
|
|
|
|
- Test it works with Python 3.12.
|
|
|
|
|
|
## 2.2.1 - 2019-10-10
|
|
|
|
### Fixed
|
|
|
|
- Fix verbose output (it was outputting a lot of JSON).
|
|
|
|
|
|
## 2.2.0 - 2019-09-22
|
|
|
|
### Changed
|
|
|
|
- Fix so it works on python 3.5.
|
|
|
|
|
|
## 2.1.0 - 2019-09-22
|
|
|
|
### Changed
|
|
|
|
- Update ics module requirement to 0.5.
|
|
|
|
|
|
## 2.0.0 - 2019-09-22
|
|
|
|
### Added
|
|
|
|
- Add `k`/`--kind` option and generation of KML files
|
|
|
|
|
|
## 1.1.0 - 2019-06-14
|
|
|
|
### Added
|
|
|
|
- Add `--all` option for fetching all checkins
|
|
- Add `v`/`--verbose` option for displaying output
|
|
|
|
## 1.0.0 - 2019-04-27
|
|
|
|
- Initial release
|