kopia lustrzana https://github.com/glidernet/ogn-python
Changelog: Fix inline code span
rodzic
1f5fe08493
commit
7fab344ed2
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
- Moved to PostGIS, PostgreSQL is now mandantory
|
- Moved to PostGIS, PostgreSQL is now mandantory
|
||||||
- Changed database schema (added airport, added relations, added aircraft_type, removed unused fields)
|
- Changed database schema (added airport, added relations, added `aircraft_type`, removed unused fields)
|
||||||
- Added Airport manager with command line option `db.import_airports`,
|
- Added Airport manager with command line option `db.import_airports`,
|
||||||
default is WELT2000
|
default is WELT2000
|
||||||
- Logbook: instead of lat, lon and name of the airport just pass the name
|
- Logbook: instead of lat, lon and name of the airport just pass the name
|
||||||
- Logbook: optional utc offset, optional single day selection
|
- Logbook: optional utc offset, optional single day selection
|
||||||
- Logbook: remark if different airport is used for takeoff or landing
|
- Logbook: remark if different airport is used for takeoff or landing
|
||||||
- Logbook: several accuracy and speed improvements
|
- Logbook: several accuracy and speed improvements
|
||||||
- DDB: consider aircraft_type
|
- DDB: consider `aircraft_type`
|
||||||
- Moved exceptions from `ogn.exceptions` to `ogn.parser.exceptions`
|
- Moved exceptions from `ogn.exceptions` to `ogn.parser.exceptions`
|
||||||
- Moved parsing from `ogn.model.*` to `ogn.parser`
|
- Moved parsing from `ogn.model.*` to `ogn.parser`
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue