Releases: LanceGundersen/navfit2020
0.5.10-Alpha
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
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
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
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
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
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
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
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
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
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.