# Changelog All notable changes to this project will be documented in this file. ## [1.0.0 beta3] - 2020-05-14 ### Changed - API key is now persisted on Windows and Linux too. No need to re-enter it at every restart. ## [1.0.0 beta2] - 2020-05-13 ### Added - Export functionality on Desktop (Windows, Linux, MacOS) and Web. - "New version available" notification. ### Fixed - Minor bug for parsing unexpected data. ## [1.0.0 beta] - 2020-05-06 ### Added - Support to view "who is out". - Support to request holidays. - Support to approve/deny/cancel holiday. - Support to view holiday balance. ### Known limitations - The already approved holidays can not be opened and modified in the app. - Half-day and hour-based requested are not supported yet. ### Known issues #### General - In certain scenarios a `Loading...` message is still visible for a while even if the UI is already updated. #### MacOS - The application is not signed yet, so after you started it, you need to enable it from the `System Preferences -> Security & Privacy -> General -> Allow apps downloaded from...` menu #### Web - Broken UI rendering. The holiday-request functionality is working perfectly. - A CORS-enabled proxy is required to avoid Cross-Origin issues. If it is not provided, the default will be used. (Hosted on Cloudflare Workers) #### Windows - API key is not persisted, need to re-enter it at every restart. The holiday-request functionality is working perfectly. #### Linux - API key is not persisted, need to re-enter it at every restart. The holiday-request functionality is working perfectly. - App icon is blank when the app is running. Workaround: set it manually.