forked from Gisto/Gisto
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchange.log
57 lines (52 loc) · 3.03 KB
/
change.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
0.2.1b
-----------------
- Bugfix: edit mode now exits properly when logging out inside edit mode.
- Bugfix: Fixed bug with gists not saving properly when adding new files to gists at some cases.
- Modification: Changed discard notification icon to a trash can to better visualize the intent of the button.
- Feature: Added 2-factor-authentication (2FA) support to support new GitHub functionality.
0.2.0b
-----------------
- Gisto users can now share gists to each other easily! just hit the send button and enter a github username of the person you want to share with. The user will be immdiatly notified and can view/fork the gist!
- Open in plunker, You can now load gists with 1 click into plunker, if the gist contains web files (html, css, js) it automatically loads and runs them!
- Added more themes, syntax modes and new adjustable settings to the editor.
- Editors height are now based on file height and minimum and maximum height can be adjusted in the settings.
- Added "Edit Mode" for unobstructive file editing. when changes are detected to a file the sidebar closes allowing you to focus on the code.
- Added drop-down with file list in single gist view to ease navigation between files.
- Added "Copy embed code to clipboard".
- Added a delete button to files in create new gist screen.
- Added online/offline indicator to show status of notifications server.
- Bugfix: 404 bad requests.
- Added a check to see if a gist has comments, if there are none a request for the comments isn't sent.
- Gists are now saved only when changes are detected to prevent a revision increment with no changes.
- Added registration link to GitHub for those who do not yet have a GitHub account.
- Bugfix: positioning of data and revision data in single gist for low resolutions.
- Gist tags are now added to the list when creating a new gist.
- Gravatar not cached after user logout and another user logging in right after.
- Drag & Drop is now working in create gist.
- Added caching to github username and updated gravatar so it can appear in the main screen.
- See more at: http://www.gistoapp.com/changelog/
0.1.3a
-----------------
- Added indication to gist list for stared gists.
- Notify if empty file is to be saved.
- Add "Open file at GitHub Gist website" to gist files.
- Added animations for more aesthetic experience.
- Small UI fixes.
- Updated angular UI to angular-ui utils 0.0.3.
- Updated starred gists to update only when gists finished loading.
- Improved efficiency when loading multiple gist pages.
0.1.2a
-----------------
- Added version checker
- Rewrote the save function of application settings to be more versatile.
- Changed appearance of main application screen.
- Changed notifications to bottom right corner in order to avoid movement of the entire screen.
- Updated node-webkit to version 0.6.0/Chromium 28
0.1.1a
------------------
- Edit mode is now triggered after dragging and dropping a file inside a gist.
- Deleting single files from gists is now available.
- Updates are now reflected on gist list
0.1.0a
------------------
- Initial version - Alpha release