Skip to content

Commit

Permalink
Release v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabdas committed Nov 29, 2016
1 parent ad161f0 commit d76d2bf
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2016 Memoirable Team
Copyright 2016 Team Memoirable

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -43,9 +43,9 @@ We have a small user manual [here](https://github.com/coderuse/memoirable/wiki)

## Release Notes

#### Release notes for version 0.1
#### Release notes for version 0.1 (29th November, 2016)

In this first release of this diary, we have tried our best to keep it bug free as far as possible.
In this first release of this diary, we have tried our best to keep it bug free as far as possible. Features are as follows.

##### Features

Expand All @@ -62,6 +62,8 @@ In this first release of this diary, we have tried our best to keep it bug free
- Refresh on the editor is not permitted and will show one `404 error` generated by GitHub
- This release is only for Google Chrome Desktop version. Best viewed at a minimum `1024px by 768px` view-port. But it should work flawlessly with Firefox and Safari

[Release History](./ReleaseHistory.md)

## Support

- [GitHub Issues](https://github.com/coderuse/memoirable/issues)
Expand Down Expand Up @@ -105,7 +107,7 @@ An auto generated doc is hosted at https://coderuse.github.io/memoirable
## License

```
Copyright 2016 Memoirable Team
Copyright 2016 Team Memoirable
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
20 changes: 20 additions & 0 deletions ReleaseHistory.md
@@ -0,0 +1,20 @@
# Release History

## Release notes for version 0.1 (29th November, 2016)

In this first release of this diary, we have tried our best to keep it bug free as far as possible. Features are as follows.

### Features

- This release will be compatible with all the later releases. That means, any entry created with this release will be available and usable in later releases
- Google Drive is supported as the only storage provider. User need to give the [permission for application data folder](https://developers.google.com/drive/v3/web/appdata). [More details](https://developers.google.com/drive/v2/web/scopes)
- Multiple entries for a date is possible
- Entries for future date is possible
- Buttons for **Bold** & *Italics* are available in the editor. As we are using [CommonMark](http://commonmark.org/) compatible renderer, all the tags available for `CommonMark` will be available for the writing. [reference](http://spec.commonmark.org/0.27/)
- Entries would be automatically saved with a delay of 2 seconds after last change (so, there would be no impact over the limitation of Google drive api calls per second)

### Disclaimer

- We have only manually tested this application. Unit tests and automated end-to-end tests have not been added in this release. Those are planned for future releases
- Refresh on the editor is not permitted and will show one `404 error` generated by GitHub
- This release is only for Google Chrome Desktop version. Best viewed at a minimum `1024px by 768px` view-port. But it should work flawlessly with Firefox and Safari
1 change: 1 addition & 0 deletions src/sass/_header.scss
Expand Up @@ -179,5 +179,6 @@
button.dropdown-button {
padding: 5px 35px;
border: 1px solid gray;
min-width: 7.1em;
}
}

0 comments on commit d76d2bf

Please sign in to comment.