1
0
mirror of https://github.com/Luzifer/past3.git synced 2024-09-19 08:52:59 +00:00
past3/History.md

59 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2019-02-01 10:35:29 +00:00
# 0.10.1 / 2019-02-01
* Fix: Include the dist version of AWS SDK
2019-02-01 10:28:51 +00:00
# 0.10.0 / 2019-02-01
* Replace CDNJS with jsDelivr
2019-01-14 21:24:07 +00:00
# 0.9.1 / 2019-01-14
* Fix: Do not set cache-control but request it
2019-01-14 21:10:34 +00:00
# 0.9.0 / 2019-01-14
* Add upload-script
* Script can run under python3
* Set cache-control to prevent browser caching
2018-09-25 10:04:45 +00:00
# 0.8.0 / 2018-09-25
* Allow sharing private files through pre-signed URLs
2018-09-24 23:24:26 +00:00
# 0.7.0 / 2018-09-25
* Slightly increase font size of editor
* Fix remaining BS4 update, add private files feature
* Some small UX improvements
* Fix: Select file URL on click
* Update dependencies
2018-09-24 13:24:44 +00:00
# 0.6.0 / 2018-09-24
* Store changed documents locally to prevent data loss on reload
* Port application to pure Javascript
* Use babel to minify and transpile
2017-01-26 08:10:15 +00:00
# 0.5.0 / 2017-01-26
* Bind ctrl+r to refresh file list instead of reload window
* Bind ctrl+s / ctrl+n to buttons
2017-01-20 23:18:21 +00:00
# 0.4.0 / 2017-01-21
* Auto-refresh AWS credentials to prevent save errors
2017-01-15 14:03:28 +00:00
# 0.3.0 / 2017-01-15
* Add file deletion
* Ensure loading order to prevent races
2017-01-15 13:02:58 +00:00
# 0.2.0 / 2017-01-15
* Add README and Screenshot
* Add Bootswatch theme capability
* UI improvements
2017-01-15 02:00:23 +00:00
# 0.1.0 / 2017-01-15
2019-02-01 10:35:29 +00:00
* Initial version