Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Releases: LanceGundersen/navfit2020

0.5.10-Alpha

08 Feb 00:52
c96e227
Compare
Choose a tag to compare

Summary

This build adds archiving information.

Please use this form to file bug reports, provide feedback, and comments.
ANY AND ALL FEEDBACK NEEDED AND WELCOMED!
https://navfit.hellonext.co/

Breaking changes

n/a

Features

n/a

Fixes

n/a

v0.5.9-alpha

22 Dec 22:51
7fa72d5
Compare
Choose a tag to compare

Summary

This build adds the ability to create, edit, and export Chief evaluations. Also does some code adjustments to leverage constants, etc.

Please use this form to file bug reports, provide feedback, and comments.
ANY AND ALL FEEDBACK NEEDED AND WELCOMED!
https://navfit.hellonext.co/

Breaking changes

n/a

Features

Adds Chief evaluation creation, editing, and exporting.
Adds a constants file for app-wide constants to move this data out of the app state.
Adds a button group to the add/edit records modal to select the appropriate form.

Fixes

n/a

v0.5.8-alpha

20 Dec 03:29
fc5bd46
Compare
Choose a tag to compare

Summary

This build adds the version to the title bar, fixes an issue where the exported PDF was getting the appearance changed, and adds better code linting support.

Please use this form to file bug reports, provide feedback, and comments.
ANY AND ALL FEEDBACK NEEDED AND WELCOMED!
https://navfit.hellonext.co/

Breaking changes

n/a

Features

Adds version number to the title bar.
Adds better linting support.
Adds an Add sailor button to the side navigation drawer.

Fixes

Fix date picker date mutation bug. #32
Fix pdf export changing appearance of fields. #109

v0.5.7-alpha

19 Dec 02:08
592fb40
Compare
Choose a tag to compare

Summary

Various GUI bugs and provides a way to update the command info for already existing evaluations.

Please use this form to file bug reports, provide feedback, and comments.
ANY AND ALL FEEDBACK NEEDED AND WELCOMED!
https://navfit.hellonext.co/

Breaking changes

n/a

Features

Adds a character count to SSN fields.
Adds a prompt upon saving edits to an evaluation asking if the user wants to update the command info at that time.

Fixes

Fix appveyor artifact name
Fix social security number character length validations. #55
Add ability to update command info for already created evaluations.

v0.5.4

11 Dec 15:58
9f746c6
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release

Summary

Fixes bugs where adding and deleting required a refresh to see the action happened.

Note: This is a testing build so doesn't have the certificates to prevent warnings on the various operating systems. So any warnings are expected.

Please use this form to file bug reports, provide feedback, and comments.
ANY AND ALL FEEDBACK NEEDED AND WELCOMED!
https://navfit.hellonext.co/

Breaking changes

n/a

Features

Immediately show add/deletion of Sailors

Fixes

Fixes bug where eval wasn't showing up after creation. #76
Fixes bug where navigation menu wasn't refreshing up after Sailor was deleted. #79

v0.5.3

10 Dec 18:24
e523115
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release

Summary

Adds various build adjustments for the cloud build services.

Note: This is a testing build so doesn't have the certificates to prevent warnings on the various operating systems. So any warnings are expected.

Please use this form to file bug reports, provide feedback, and comments.
ANY AND ALL FEEDBACK NEEDED AND WELCOMED!
https://navfit.hellonext.co/

Breaking changes

n/a

Features

Add appx logos for Windows Store

Fixes

Fix initial routing to home bug
Fixes issue where not routing to a newly added Sailor. #75

v0.5.2

07 Dec 20:59
6b6ca3c
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

Summary

Infrastructure changes and updates

  • Remove windows build service from CircleCI
  • Add appx artifact extension to AppVeyor
  • Update packages
  • Create SECURITY.md
  • Create codeql-analysis.yml
  • Add GitHub Sponsor Linking

Please use this form to file bug reports, provide feedback, and comments.
ANY AND ALL FEEDBACK NEEDED AND WELCOMED!
https://forms.gle/LqxFFZGTpViLxyF58

v0.5.1

06 Dec 19:54
49a0063
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Summary

Limited and early testing build for early feedback on exporting features and various user actions such as adding, editing, deleting of Sailors, and their evaluations for E-6 and below Sailors.

Note: This is a testing build so doesn't have the certificates to prevent warnings on the various operating systems. So any warnings are expected.

Please use this form to file bug reports, provide feedback, and comments.
ANY AND ALL FEEDBACK NEEDED AND WELCOMED!
https://forms.gle/LqxFFZGTpViLxyF58

Breaking changes

n/a

Features

Add export eval error dialog popup
Add export eval succeded dialog popup
Add styling to home page
Add return to home when logo is clicked

Fixes

Return to home screen via logo click
Logging of eval exporting statuses

0.5.0

04 Dec 03:32
0545695
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Summary

Limited and early testing build for early feedback on exporting features and various user actions such as adding, editing, deleting of Sailors, and their evaluations for E-6 and below Sailors.

Note: This is a testing build so doesn't have the certificates to prevent warnings on the various operating systems. So any warnings are expected.

Please use this form to file bug reports, provide feedback, and comments.
ANY AND ALL FEEDBACK NEEDED AND WELCOMED!
https://forms.gle/LqxFFZGTpViLxyF58

Breaking changes

n/a

Features

Add support for exporting a Sailors evaluation
Building Windows version via AppVeyor build service

Fixes

Fixes error when uninstalling Windows 10 version of the application using the Add/Remove Applications workflow.
Fixes issue with exporting using the pdftk library on all platforms
Workaround for Production Evaluation Exporting Bug #50.

Pre-Alpha Testing: Basic Operations

26 Nov 03:55
Compare
Choose a tag to compare
Pre-release

Summary

Limited and early testing build for early feedback on non-exporting features such as adding, editing, deleting of Sailors, and their evaluations for E-6 and below Sailors.

Please use this form to file bug reports, provide feedback, and comments. https://forms.gle/LqxFFZGTpViLxyF58

This release does not have the evaluation exporting fixed yet. See Production Evaluation Exporting Bug #50.

Builds

Windows: navfit2020 Setup 0.3.0.exe
MacOS: navfit2020-0.3.0.dmg
Linux: navfit2020-0.3.0.AppImage OR navfit2020_0.3.0_amd64.snap

Breaking changes

Moves the database file save location to a navfit2020 directory in the user's Documents directory.

Features

Add support for adding, editing, and deleting a Sailor.
Add support for adding and editing Sailors evaluations.
Add support for adding and editing the default command information.

Fixes

Various CRUD operations via IPC calls.