41bd919b3d27854b0d5f759172bb7d8688bb83ef
[phorkie.git] / NEWS.rst
1 Version 0.6.1 - 2015-07-15
2 --------------------------
3 * Fix crash when renaming file
4 * Fix jumping to file anchor after file rename
5
6
7 Version 0.6.0 - 2015-07-08
8 --------------------------
9 * Add simple cache for rendered files
10 * Add "add file" button to display page
11 * Add jumping to file after saving from single file edit mode
12 * Adjust "additional options" layout and position
13 * Fix autologin reload button; it reloads the current page now
14 * Remove OpenID provider buttons
15
16
17 Version 0.5.0 - 2015-01-29
18 --------------------------
19 * Implement paste embedding via JavaScript
20 * Implement paste embedding via oEmbed
21 * Implement single file editing
22 * Implement automatic login
23 * Implement Elasticsearch 1.3 compatibility
24 * Work around PHP bug #68347 to parse ini files correctly
25 * Move clone URLs to sidebar
26 * Move additional button into text field
27
28
29 Version 0.4.0 - 2014-07-15
30 --------------------------
31 * Fix bug #27: Render .json files
32 * Fix bug #31: Forked pastes cannot be remote forked
33 * Fix bug #33: Do not index login page
34 * Fix bug #41: AGPL link broken
35 * Fix bug #43: github gist cloning does not work
36 * Fix bug #44: Anchors of files with spaces in their name
37 * Fix renaming of binary files
38 * Implement request #6: Atom feed for new and updated pastes
39 * Implement request #7: Track and display remote forks
40 * Implement request #21: Send linkbacks when forking remote pastes
41 * Implement request #32: Distribute phorkie as .phar file with all dependencies
42 * Implement request #34: Store last OpenID in cookie and pre-fill login form
43 * Implement request #35: Store author of a paste
44 * Implement request #37: Show user icon in navbar and profile page
45 * Implement request #42: Single click remote forking with web+fork: url handler
46 * Add autoconfiguration for public git clone urls over http
47 * Add baseurl setting to make phorkie run in a subdirectory of a domain
48 * Add setupcheck page that checks dependencies and other things
49 * Add support for file names with directories in pastes
50 * Add support for UTF-8 characters in file names
51 * Add support for web hooks
52 * Add support for forking HTTP and HTTPS git URLs
53 * Extract gist titles
54 * Make it possible to install dependencies via composer
55
56
57 Version 0.3.1 - 2012-09-27
58 --------------------------
59 * Check for OpenID package in SetupCheck
60 * Fix bug #24: setupcheck: verify geshi installation
61 * Fix bug #25: setupcheck: verify markdown
62
63
64 Version 0.3.0 - 2012-09-27
65 --------------------------
66 * Fix bug #10: error when nothing submitted [cweiske]
67 * Fix bug #11: do not index edit, delete and tool pages [cweiske]
68 * Fix bug #20: elasticsearch error on deletion [cweiske]
69 * Fix bug #22: Edited pastes not in "recently created" [cweiske]
70 * Fix bug #23: "work dir not found" on failed remote fork [cweiske]
71 * Implement request #5: Add OpenID authentication [jnovack]
72 * Implement request #9: autodetect file type [cweiske]
73 * Implement request #12: DOAP and rel="vcs-git" support [cweiske]
74 * Implement request #13: remote forking support [cweiske]
75 * Hide additional file fields by default, button to toggle their visibility
76   [cweiske]
77 * Markdown support [jnovack]
78 * Added nginx rewrite rules to README [skl]
79
80
81 Version 0.2.0 - 2012-05-25
82 --------------------------
83 * Elasticsearch support
84 * Use title instead of paste ID
85 * Pager for result listings
86 * Implement request #3: Show new pastes in sidebar of "new paste" page
87
88
89 Version 0.1.0 - 2012-04-19
90 --------------------------
91 Initial version