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.
- code styling via prettier
- new commands in package.json
- intended all with tabs for better accessibility
- moved from yarn to npm
- project icon
- Favicons
- PWA Favicon names
0.4.3 - 2020-06-16
- some unit tests
- CI configuration that, for every commit, runs the project's tests
- restricted file types selectable when selecting a logo
- handling of bigger images (which can't get stored in the
localStorage
), cf. #21.
0.4.2 - 2020-06-15
- #19: Issue with spinner buttons in Firefox
0.4.1 - 2020-06-15
- Application Icon
- Logo in
README.md
- Favicon
- Meta Description
- Icons in web manifest
0.4.0 - 2020-06-14
is-electron
library to detect Electron platform executions and adjust the UI accordingly- Electron-specific styling to make native apps feel more native
- Necessary code for adding theming at a later stage
- Added auto-adjustment to preferred color scheme (dark or light) based on Browser/System preferences on the Electron native app platform
- Offline support by serving app as PWA
- Code of Conduct
- Issue Templates
- Open external links in system browser in native app version
- Unified colors in styling
- Use CSS variables for colors
0.3.7 - 2020-06-13
- Adjusted CI config
repository
field inpackage.json
as it lead toelectron-builder
failing builds due to non-existentGH_Token
while trying to release the package in local builds- per-push electron native executable CI builds
0.3.6 - 2020-06-13
repository
inpackage.json
- (hopefully:) CI Config
0.3.5 - 2020-06-13
- (hopefully:) CI Config
0.3.4 - 2020-06-13
- (hopefully) release creation CI config
0.3.3 - 2020-06-13
- (hopefully) release creation CI config
0.3.2 - 2020-06-13
0.3.1 - 2020-06-13
- GitHub Release Creation script, attempt 1
0.3.0 - 2020-06-13
- version number in footer
- Electron wrapper for native app distribution
0.2.0 - 2020-06-13
- changelog (+
meta-tools
to keep it up to date)
- folder structure of components
- the application now remembers logo, title and selected date
0.1.3 - 2020-06-13
- ability to add a logo
- editable HTML title
0.1.2 - 2020-06-13
homepage
path inpackage.json
to support hosting in sub-directories (e.g.,https://example.com/simple-timer/
)
0.1.1 - 2020-06-13
- CI-workflow
Initial prerelease