Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 1e4f9e7

Browse files
committed
1.0.1
1 parent ea1fda6 commit 1e4f9e7

File tree

2 files changed

+10
-67
lines changed

2 files changed

+10
-67
lines changed

CHANGELOG.md

Lines changed: 8 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -4,70 +4,13 @@ Changelog
44
All notable changes to this project will be documented in this file.
55

66
---
7-
## 0.9.1
8-
* Lights crossing the date line are fixed
9-
* OSM layer is positioned under data layers
10-
* Tiles are now cached and the cache is cleared when new data shows up and when the filter is changed
11-
* Cursor color in the search field is correct
12-
* Location Filter field does not allow you to input a distance if there is no location when “near me” is selected
13-
14-
## 0.9.0
15-
* Notice to Mariners
16-
17-
## 0.7.8
18-
* Onboarding views
19-
* Default filters
20-
* Asam last 365 days
217

22-
## 0.7.7
23-
* Filtering
24-
* Sorting
25-
* Light settings map is not affected by lights not being loaded yet
26-
* Fix light range parsing due to MSI API change
27-
* Database reset
28-
* Updated seed data
8+
## 1.0.1
9+
### Bug Fixes
10+
* Landscape mode fixes for Onboarding, Map, Side Nav, Navigation Warnings
11+
* Background fetch
12+
* Current Location view is now larger
2913

30-
## 0.7.6
31-
* Fixed crash caused by a light in Italy not being parsed properly
32-
* Moved the light map settings to the map settings view
33-
* Added a "Updating data" loading message when data is being pulled from MSI
34-
35-
## 0.7.5
36-
* Lights can now be drawn on the map in actual size based on the range
37-
* Fix crash when loading initial MSI data
38-
* Hamburger menu hit box expanded to allow easier taps
39-
* Lights are loaded much faster
40-
41-
## 0.7.4
42-
* Fixes for how obscured lights are drawn
43-
44-
## 0.7.3
45-
* Initial data is loaded locally and then updates are fetched when the user first starts the app
46-
* MGRS and GARS grids are now loaded based on the users settings
47-
48-
## 0.7.2
49-
* DGPS icon is rendered properly
50-
* light map image drawing updates
51-
52-
## 0.7.1
53-
* ASAM description is not line limited
54-
* data source size bug fixes
55-
* loading indication for data sources
56-
* map refreshes when new data is loaded
57-
58-
## 0.7.0
59-
* Differential GPS stations
60-
* Radio Direction Finders are also included but disabled
61-
62-
## 0.5.0
63-
* Ports
64-
65-
## 0.4.1
66-
67-
##### Features
68-
* Hamburger menu
69-
70-
## 0.4.0
71-
72-
##### Features
73-
* Lights
14+
## 1.0.0
15+
* Initial Release: Marlin brings NGA’s Maritime Safety Information datasets to your mobile device to help you navigate safely at sea. With Marlin, you can download the latest maritime safety reports and reference information before setting sail, then search and view the information on an interactive map, even when you have no cell service. Marlin automatically checks for updates when you have a data connection, and informs you what’s new.
16+
Fair winds and following seas!

Marlin/Marlin.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@
22582258
"$(inherited)",
22592259
"@executable_path/Frameworks",
22602260
);
2261-
MARKETING_VERSION = 1.0.0;
2261+
MARKETING_VERSION = 1.0.1;
22622262
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.marlin;
22632263
PRODUCT_NAME = Marlin;
22642264
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2296,7 +2296,7 @@
22962296
"$(inherited)",
22972297
"@executable_path/Frameworks",
22982298
);
2299-
MARKETING_VERSION = 1.0.0;
2299+
MARKETING_VERSION = 1.0.1;
23002300
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.marlin;
23012301
PRODUCT_NAME = Marlin;
23022302
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)