Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahodesuka committed Jul 16, 2012
1 parent 8b6d16c commit 5bee923
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 4chanSS.user.js

Large diffs are not rendered by default.

15 changes: 13 additions & 2 deletions CHANGELOG
@@ -1,5 +1,16 @@
master master


2.3.1
fixed:
- Hiding checkboxes causing horizontal scrollbars to always be present.
- Checkboxes not being riced randomly.
- Hide thread button hint for Vimperator/Pentadactyl.
modified:
- Yotsuba theme backgrounds will load over the correct protocol.
- Deleting themes/mascots will no longer ask for confirmation. (You can hit cancel if you do not want to save
the changes)
- Fixed pages position looks more like it use to before 4chan's HTML5 changes.
- Edited the cakefile to create tags on version changes.
2.3.0 2.3.0
added: added:
- Menu entries to replace the hide/show post buttons. - Menu entries to replace the hide/show post buttons.
Expand Down Expand Up @@ -58,7 +69,7 @@ master
- Top positioned navigation bar with left positioned sidebar. - Top positioned navigation bar with left positioned sidebar.
modified: modified:
- forwardlink is no longer underlined. - forwardlink is no longer underlined.
- Yotsubar styles no longer have fixed background images. - Yotsuba styles no longer have fixed background images.
- Invalid theme detection/notification while importing. - Invalid theme detection/notification while importing.
added: added:
- Option to preserve 4chan's default link underline style. - Option to preserve 4chan's default link underline style.
Expand All @@ -74,7 +85,7 @@ master
- Import/Export theme feature. - Import/Export theme feature.
2.1.1 2.1.1
fixed: fixed:
- Hidding default mascots. - Hiding default mascots.
2.1.0 2.1.0
fixed: fixed:
- Reply/thread hiding. - Reply/thread hiding.
Expand Down
2 changes: 1 addition & 1 deletion Cakefile
Expand Up @@ -30,4 +30,4 @@ task 'release', (options) ->
data = fs.readFileSync CHANGELOG, 'utf8' data = fs.readFileSync CHANGELOG, 'utf8'
fs.writeFileSync CHANGELOG, data.replace 'master', "master\n\n#{version}", 'utf8', (err) -> fs.writeFileSync CHANGELOG, data.replace 'master', "master\n\n#{version}", 'utf8', (err) ->
throw err if err throw err if err
exec "cake build && git commit -am 'Release #{version}'" exec "cake build && git commit -am 'Release #{version}' && git tag -a #{version} -m '#{version}' && git tag -af stable -m '#{version}'"

0 comments on commit 5bee923

Please sign in to comment.