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