All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.2.4 - 2023-08-18
- Failed to build the app.
0.2.3 - 2023-08-18
- App didn't start on Ubuntu when started by launcher, but was able to start via cli command.
0.2.2 - 2023-08-18
- Missing release notes.
0.2.1 - 2023-08-18
- Remove
electron-forge publish
command from publish script. Since gh actions builds are triggered by pushing the version tag
- README.md not existing in app bundle.
- Ensure single instance. If chroco gets executed multiple times, the additional instances will be closed directly.
0.2.0 - 2023-08-18
- About page. See
help
->about
.
- Added some info to
README.md
. Now it is not empty anymore. - Changed license to
CC-BY-NC-SA-4.0
.
- Default boolean value does not get applied when starting a record.
0.1.0 - 2023-08-07
Customizable fields.
- Feature to customize the fields.
- New field type
bool
. - The project does have a
CHANGELOG.md
now. The publish script automatically updates theCHANGELOG.md
.
- Feature
hideFields
. Because the fields itself are customizable now.
0.0.4 - 2023-07-23
Change github actions release
- Change github actions to run when a tag
v**
is pushed.
- Fix github actions permissions. Use
${{ secrets.GITHUB_TOKEN }}
.
0.0.3 - 2023-07-23
Fix github actions release
- Fix github actions: remove prerelease, release directly instead.
0.0.2 - 2023-07-23
Add github publisher and actions. To build the releases for all platforms with github actions
- Add publisher-github, github actions, and change npm publish script.
0.0.1 - 2023-07-23
First version