Skip to content

Commit ddfd68e

Browse files
chore(main): release 1.4.0
1 parent 16a5f85 commit ddfd68e

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/hasadna/open-bus-map-search/compare/v1.3.0...v1.4.0) (2025-05-26)
4+
5+
6+
### Features
7+
8+
* Add more details about a line in the line profile page ([#1104](https://github.com/hasadna/open-bus-map-search/issues/1104)) ([6c03b43](https://github.com/hasadna/open-bus-map-search/commit/6c03b43cdb48472d97f21f9dee1e65509c483c43))
9+
* add trip search by license plate number ([#1022](https://github.com/hasadna/open-bus-map-search/issues/1022)) ([090223f](https://github.com/hasadna/open-bus-map-search/commit/090223f75921c813a0ddd693939dce0dfd043ade))
10+
* link the bustooltip to the operator profile page ([#1110](https://github.com/hasadna/open-bus-map-search/issues/1110)) ([995fd09](https://github.com/hasadna/open-bus-map-search/commit/995fd09c55491a3bbd6e54f2dc577a3da35e1248))
11+
* operator page ([#1096](https://github.com/hasadna/open-bus-map-search/issues/1096)) ([498c78a](https://github.com/hasadna/open-bus-map-search/commit/498c78a76cb3ce0b66b0365dc22c87d0bef99c14))
12+
* Save Selected Language in Local Storage ([#1131](https://github.com/hasadna/open-bus-map-search/issues/1131)) ([fb3e276](https://github.com/hasadna/open-bus-map-search/commit/fb3e2765de0f8495b18960aef1bc5aa4c724d0e6))
13+
* see planned rout even when no actual ride was executed ([#1070](https://github.com/hasadna/open-bus-map-search/issues/1070)) ([01b778f](https://github.com/hasadna/open-bus-map-search/commit/01b778f6870a028e63311d0f71dfa8b6de8265da))
14+
15+
16+
### Bug Fixes
17+
18+
* Bug Horizontal scroll ([#1074](https://github.com/hasadna/open-bus-map-search/issues/1074)) ([0749d8b](https://github.com/hasadna/open-bus-map-search/commit/0749d8b224066e3b709482b367fcb8e34bdaa9c2))
19+
* bug report add scroll if the screen to small ([#1089](https://github.com/hasadna/open-bus-map-search/issues/1089)) ([576841c](https://github.com/hasadna/open-bus-map-search/commit/576841c927bb04081cb0752038c8502c665e2411))
20+
* Calendar displays hebrew month name in english locale [#1040](https://github.com/hasadna/open-bus-map-search/issues/1040) ([#1062](https://github.com/hasadna/open-bus-map-search/issues/1062)) ([8cbb3d4](https://github.com/hasadna/open-bus-map-search/commit/8cbb3d48bcbc72145b950ae9f0274d1338c8bf4d))
21+
* getAgencyList fallback ([#1129](https://github.com/hasadna/open-bus-map-search/issues/1129)) ([9e0346c](https://github.com/hasadna/open-bus-map-search/commit/9e0346c4fb1330f77dd19d437f4e50f18bf41c57))
22+
* remove "Planned Route" label from Map by Vehicle ([#1123](https://github.com/hasadna/open-bus-map-search/issues/1123)) ([eeaa9af](https://github.com/hasadna/open-bus-map-search/commit/eeaa9af2242acbb3821c6ddea1252cbfbc66824f))
23+
324
## [1.3.0](https://github.com/hasadna/open-bus-map-search/compare/v1.2.0...v1.3.0) (2025-03-23)
425

526

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-bus-map-search",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"type": "module",
66
"dependencies": {

0 commit comments

Comments
 (0)