Release 4chan X v3.2.0.
This commit is contained in:
parent
aed7a456f5
commit
ffe98e9dd9
@ -1,3 +1,5 @@
|
|||||||
|
## 3.2.0 - *2013-04-23*
|
||||||
|
|
||||||
- The top and bottom original board lists are now optional, disabled by default.
|
- The top and bottom original board lists are now optional, disabled by default.
|
||||||
- The button to show a hidden announcement is now inside the header's menu.
|
- The button to show a hidden announcement is now inside the header's menu.
|
||||||
- Reorganized Header menu:<br>
|
- Reorganized Header menu:<br>
|
||||||
|
|||||||
@ -180,7 +180,7 @@ module.exports = function(grunt) {
|
|||||||
grunt.registerTask('reloadPkg', 'Reload the package', function() {
|
grunt.registerTask('reloadPkg', 'Reload the package', function() {
|
||||||
// Update the `pkg` object with the new version.
|
// Update the `pkg` object with the new version.
|
||||||
pkg = grunt.file.readJSON('package.json');
|
pkg = grunt.file.readJSON('package.json');
|
||||||
concatOptions.process.data = pkg;
|
grunt.config.data.pkg = concatOptions.process.data = pkg;
|
||||||
grunt.log.ok('pkg reloaded.');
|
grunt.log.ok('pkg reloaded.');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "4chan-X",
|
"name": "4chan-X",
|
||||||
"version": "3.1.4",
|
"version": "3.2.0",
|
||||||
"description": "Cross-browser extension for productive lurking on 4chan.",
|
"description": "Cross-browser extension for productive lurking on 4chan.",
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "4chan X",
|
"name": "4chan X",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user