diff --git a/docs/around_me/ios/changelogs.md b/docs/around_me/ios/changelogs.md index 96feb9ac1..7448268c5 100644 --- a/docs/around_me/ios/changelogs.md +++ b/docs/around_me/ios/changelogs.md @@ -4,6 +4,8 @@ title: Around Me iOS - Changelogs - Navitia SDK Docs # Around Me iOS Changelogs +* [v3.9.1](releases/3.9.1/index.md) (_07 Nov 2024_) +* [v3.9.0](releases/3.9.0/index.md) (_30 Oct 2024_) * [v3.8.0](releases/3.8.0/index.md) (_24 Sep 2024_) * [v3.7.0](releases/3.7.0/index.md) (_24 July 2024_) * [v3.6.2](releases/3.6.2/index.md) (_24 Jun 2024_) diff --git a/docs/around_me/ios/releases/3.9.0/index.md b/docs/around_me/ios/releases/3.9.0/index.md new file mode 100644 index 000000000..c10dd4b98 --- /dev/null +++ b/docs/around_me/ios/releases/3.9.0/index.md @@ -0,0 +1,20 @@ +--- +title: AroundMe iOS 3.9.0 - Changelog - Navitia SDK Docs +--- + +# AroundMe iOS 3.9.0 Changelog + +

🗓 30 Oct 2024

+ +#### Features +- Ability to add POIs to the quick filters + +#### Task +- Enhance the bookmark feature with more possibilities of displaying + +#### Dependencies +- RouterEngine `v1.5.2` +- DesignEngine `v2.17.0` + +#### Compiler +- Swift `6.0` \ No newline at end of file diff --git a/docs/around_me/ios/releases/3.9.1/index.md b/docs/around_me/ios/releases/3.9.1/index.md new file mode 100644 index 000000000..84702a25d --- /dev/null +++ b/docs/around_me/ios/releases/3.9.1/index.md @@ -0,0 +1,10 @@ +--- +title: AroundMe iOS 3.9.1 - Changelog - Navitia SDK Docs +--- + +# AroundMe iOS 3.9.1 Changelog + +

🗓 07 Nov 2024

+ +#### Fix +- Fix the activation and deactivation of the bookmark feature \ No newline at end of file diff --git a/docs/bookmark/ios/changelogs.md b/docs/bookmark/ios/changelogs.md index aabf171e6..5ef9d32e2 100644 --- a/docs/bookmark/ios/changelogs.md +++ b/docs/bookmark/ios/changelogs.md @@ -4,6 +4,7 @@ title: Bookmark iOS - Changelogs - Navitia SDK Docs # Bookmark iOS Changelogs +* [v1.8.0](releases/1.8.0/index.md) (_30 Oct 2024_) * [v1.7.0](releases/1.7.0/index.md) (_24 Sep 2024_) * [v1.6.0](releases/1.6.0/index.md) (_24 Jul 2024_) * [v1.5.2](releases/1.5.2/index.md) (_24 Jun 2024_) diff --git a/docs/bookmark/ios/releases/1.8.0/index.md b/docs/bookmark/ios/releases/1.8.0/index.md new file mode 100644 index 000000000..568dac1d6 --- /dev/null +++ b/docs/bookmark/ios/releases/1.8.0/index.md @@ -0,0 +1,18 @@ +--- +title: Bookmark iOS 1.8.0 - Changelog - Navitia SDK Docs +--- + +# Bookmark iOS 1.8.0 Changelog + +

🗓 30 Oct 2024

+ +#### Tasks +- Add park availability configuration +- Enhance next departures timers + +#### Dependencies +- RouterEngine `v1.5.2` +- DesignEngine `v2.17.0` + +#### Compiler +- Swift `6.0` \ No newline at end of file diff --git a/docs/getting_started.md b/docs/getting_started.md index d6a76cc99..81cec839c 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -394,7 +394,7 @@ The following are the possible configuration parameters: | `car_traffic_jam` | :material-close: | Show/hide the car traffic jam in the journey solution and the roadmap | `Boolean` | `true` | | `disruption_contributors` | :material-close: | Define the list of disruption contributors id | `String[]` | `["shortterm.tr_idfm"]` | | `external_navigation` | :material-close: | Enable/disable the navigation using external applications | `Boolean` | `true` | -| `max_favorite_addresses` | :material-close: | Define the max favorite addresses along with home and work addresses | `Int` | `10` | +| `max_favorite_addresses` | :material-close: | Define the max favorite addresses alongside with home and work addresses | `Int` | `10` | | `max_favorite_pois` | :material-close: | Define the max favorite POIs | `Int` | `10` | | `max_history` | :material-close: | Define the max history items | `Int` | `10` | | `next_departures` | :material-close: | Show/hide the next departures | [`Next departures (Journey)`](#next-departures-journey) | - | diff --git a/docs/journey/ios/changelogs.md b/docs/journey/ios/changelogs.md index ffadafd35..4d8ae0f54 100644 --- a/docs/journey/ios/changelogs.md +++ b/docs/journey/ios/changelogs.md @@ -4,6 +4,8 @@ title: Journey iOS - Changelogs - Navitia SDK Docs # Journey iOS Changelogs +* [v5.16.1](releases/5.16.1/index.md) (_07 Nov 2024_) +* [v5.16.0](releases/5.16.0/index.md) (_30 Oct 2024_) * [v5.15.0](releases/5.15.0/index.md) (_09 Oct 2024_) * [v5.14.0](releases/5.14.0/index.md) (_24 Sep 2024_) * [v5.13.0](releases/5.13.0/index.md) (_24 Jul 2024_) diff --git a/docs/journey/ios/releases/5.16.0/index.md b/docs/journey/ios/releases/5.16.0/index.md new file mode 100644 index 000000000..88fc7929e --- /dev/null +++ b/docs/journey/ios/releases/5.16.0/index.md @@ -0,0 +1,22 @@ +--- +title: Journey iOS 5.16.0 - Changelog - Navitia SDK Docs +--- + +# Journey iOS 5.16.0 Changelog + +

🗓 30 Oct 2024

+ +#### Features +- Show upcoming public transport departures in the roadmap +- Show public transport delays and updated times in the roadmap + +#### Tasks +- Enhance bookmark mode configuration +- Improve accessibility + +#### Dependencies +- RouterEngine `v1.5.2` +- DesignEngine `v2.17.0` + +#### Compiler +- Swift `6.0` \ No newline at end of file diff --git a/docs/journey/ios/releases/5.16.1/index.md b/docs/journey/ios/releases/5.16.1/index.md new file mode 100644 index 000000000..e908b4399 --- /dev/null +++ b/docs/journey/ios/releases/5.16.1/index.md @@ -0,0 +1,10 @@ +--- +title: Journey iOS 5.16.1 - Changelog - Navitia SDK Docs +--- + +# Journey iOS 5.16.0 Changelog + +

🗓 07 Nov 2024

+ +#### Fix +- Fix the activation and deactivation of the bookmark feature \ No newline at end of file diff --git a/docs/schedule/ios/changelogs.md b/docs/schedule/ios/changelogs.md index 8c95c0f9a..1949c6fdb 100644 --- a/docs/schedule/ios/changelogs.md +++ b/docs/schedule/ios/changelogs.md @@ -4,6 +4,8 @@ title: Schedule iOS - Changelogs - Navitia SDK Docs # Schedule iOS Changelogs +* [v3.9.1](releases/3.9.1/index.md) (_07 Nov 2024_) +* [v3.9.0](releases/3.9.0/index.md) (_30 Oct 2024_) * [v3.8.0](releases/3.8.0/index.md) (_24 Sep 2024_) * [v3.7.0](releases/3.7.0/index.md) (_24 Jul 2024_) * [v3.6.1](releases/3.6.1/index.md) (_27 Jun 2024_) diff --git a/docs/schedule/ios/releases/3.9.0/index.md b/docs/schedule/ios/releases/3.9.0/index.md new file mode 100644 index 000000000..51a18c7c7 --- /dev/null +++ b/docs/schedule/ios/releases/3.9.0/index.md @@ -0,0 +1,21 @@ +--- +title: Schedule iOS 3.9.0 - Changelog - Navitia SDK Docs +--- + +# Schedule iOS 3.9.0 Changelog + +

🗓 30 Oct 2024

+ +#### Features +- Configurable display of a line's disruption level +- Hide upcoming departures if there is unavailable data in the timetable screen + +#### Tasks +- Enhance bookmark mode configuration + +#### Dependencies +- RouterEngine `v1.5.2` +- DesignEngine `v2.17.0` + +#### Compiler +- Swift `6.0` \ No newline at end of file diff --git a/docs/schedule/ios/releases/3.9.1/index.md b/docs/schedule/ios/releases/3.9.1/index.md new file mode 100644 index 000000000..6dc3b8e95 --- /dev/null +++ b/docs/schedule/ios/releases/3.9.1/index.md @@ -0,0 +1,10 @@ +--- +title: Schedule iOS 3.9.1 - Changelog - Navitia SDK Docs +--- + +# Schedule iOS 3.9.1 Changelog + +

🗓 07 Nov 2024

+ +#### Fix +- Fix the activation and deactivation of the bookmark feature \ No newline at end of file diff --git a/docs/traffic/ios/changelogs.md b/docs/traffic/ios/changelogs.md index 63c67901f..0199d2793 100644 --- a/docs/traffic/ios/changelogs.md +++ b/docs/traffic/ios/changelogs.md @@ -4,6 +4,8 @@ title: Traffic iOS - Changelogs - Navitia SDK Docs # Traffic iOS Changelogs +* [v3.6.1](releases/3.6.1/index.md) (_30 Oct 2024_) +* [v3.6.0](releases/3.6.0/index.md) (_17 Oct 2024_) * [v3.5.6](releases/3.5.6/index.md) (_24 Sep 2024_) * [v3.5.5](releases/3.5.5/index.md) (_24 Jul 2024_) * [v3.5.3](releases/3.5.3/index.md) (_25 Jun 2024_) diff --git a/docs/traffic/ios/releases/3.6.0/index.md b/docs/traffic/ios/releases/3.6.0/index.md new file mode 100644 index 000000000..8de285c04 --- /dev/null +++ b/docs/traffic/ios/releases/3.6.0/index.md @@ -0,0 +1,17 @@ +--- +title: Traffic iOS 3.6.0 - Changelog - Navitia SDK Docs +--- + +# Traffic iOS 3.6.0 Changelog + +

🗓 17 Oct 2024

+ +#### Tasks +- Disruption application periods is now configurable + +#### Dependencies +- `RouterEngine` > `1.5.1` +- `DesignEngine` > `2.16.0` + +#### Compiler +- `Swift` -> `6.0` \ No newline at end of file diff --git a/docs/traffic/ios/releases/3.6.1/index.md b/docs/traffic/ios/releases/3.6.1/index.md new file mode 100644 index 000000000..532a1c859 --- /dev/null +++ b/docs/traffic/ios/releases/3.6.1/index.md @@ -0,0 +1,14 @@ +--- +title: Traffic iOS 3.6.1 - Changelog - Navitia SDK Docs +--- + +# Traffic iOS 3.6.1 Changelog + +

🗓 30 Oct 2024

+ +#### Tasks +- Update dependencies + +#### Dependencies +- RouterEngine `v1.5.2` +- DesignEngine `v2.17.0` \ No newline at end of file