Changelog
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.
[Unreleased]
[0.8.0] - 2022-05-01
Changed
- Address changed after moving
[0.7.9] - 2022-01-24
Fixed
- Missing
cryptography
in dependencies - Missing db update
[0.7.8] - 2022-01-24
Fixed
- Updating and Fixed dependencies
[0.7.7] - 2021-12-06
Changed
- CV updated
[0.7.6] - 2021-01-06
Changed
- Right work email applied
[0.7.5] - 2021-01-03
Added
- New work: Shoptet!
Changed
- Mapy.cz was replaced by Google Maps on Contacts page
[0.7.4] - 2020-12-07
Changed
- Address changed after moving
- I'm ending to work at Seznam
[0.7.3] - 2020-11-26
Changed
- Different colors for different drones on map
[0.7.2] - 2020-11-26
Added
- Private flights
Changed
- Moved back to MySQL, because Digital Ocean provides it as a service
[0.7.1] - 2020-11-24
Fixed
- Minor layout tweaks
[0.7.0] - 2020-11-24
Added
- Flight map
- Extended flight stats
Changed
- Flights and drones are splat into two different modules
- Moving flight statistics to flight map page
[0.6.4] - 2020-11-23
Fixed
- Problem with flags Fixed
[0.6.3] - 2020-11-23
Added
- Debugging nginx docker in pipeline :(
[0.6.2] - 2020-11-23
Fixed
- More typos in nginx dockerfile
[0.6.1] - 2020-11-23
Fixed
- Typo in nginx dockerfile
[0.6.0] - 2020-11-23
Added
- Flight log added
- New flight page added
- Complete drone/flights models
- Take-off time helpers
- Countries with flags added
Changed
- I can obtain user's name and email from Google
[0.5.2] - 2020-10-26
Fixed
- Downgrading
node
image, because of https://github.com/nodejs/docker-node/issues/1379.
[0.5.1] - 2020-10-26
Fixed
flask version
command didn't change URL in Changelog footernpm cache clean --force
added to nginx image
[0.5.0] - 2020-10-26
Added
flask version
command to work with current app version- MySQL database added
- Login/logout added
Fixed
- Table
users_roles
doesn't have PK
[0.4.0] - 2020-10-21
Added
- Very early work experience added
Changed
- Resume replaced by CV
- /contact/email is now /contact/message (it doesn't send any email)
- Download a PDF is highlighted now
Fixed
- JS console output suspended
[0.3.2] - 2020-10-20
Fixed
- Dummy hero photo replaced with actual one
[0.3.1] - 2020-10-20
Added
- Standard configuration propagation from ENV variables
Fixed
- Forgotten SECRET_KEY for production
[0.3.0] - 2020-10-20
Added
- Typed on Hero page
- Working contact page form (using Telegram bot)
- Secrets file added (mustn't be committed)
Fixed
- Empty favicons are replaced with AR icon
[0.2.0] - 2020-10-20
Added
- Changelog.md created for further changes tracking
- License added
- Changelog page created
Changed
- Footer is now showing the relevant information about copyrights and licenses
Fixed
- Keybase.io auth file was forgotten
0.1.0 - 2020-10-19
Added
- Basic project structure
- Simple containerization
- CD based on GitHub Actions