Skip to content

Commit

Permalink
fix: adjusted changelog & version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bl4Cc4t committed Jul 30, 2023
1 parent 20d448e commit 12af35d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
15 changes: 15 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.0.0-beta.1
*released 2023-07-30*

This is the first beta version of the new typescript rewrite. It should run smoother and on more browsers now!
I'll test it on a bunch for the next release.

There is still some stuff missing, that's why this is a beta version.

#### New
- Favicon changes back to the twitter bird with "Replace X icon with bird" active

#### Changes
- Too much to list here. Please see [#567](https://github.com/Bl4Cc4t/GoodTwitter2/issues/567)


## [0.0.44.1](https://github.com/Bl4Cc4t/GoodTwitter2/pull/542)
*released 2023-04-06*

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GoodTwitter2",
"version": "0.1.0",
"version": "1.0.0-beta.1",
"description": "A try to make Twitter look good again.",
"author": "schwarzkatz",
"license": "MIT",
Expand Down
6 changes: 2 additions & 4 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,11 @@ export default {
"api.twitter.com"
],
require: [
// `releases/download/v${pkg.version}/twitter.gt2eb.i18n.js`
"raw/master/twitter.gt2eb.i18n.js"
`releases/download/v${pkg.version}/twitter.gt2eb.i18n.js`
],
resource: {
// css: `releases/download/v${pkg.version}/twitter.gt2eb.style.css`,
css: `releases/download/v${pkg.version}/twitter.gt2eb.style.css`,
// emojiRegex: "raw/master/static/emoji-regex.txt"
css: "raw/master/twitter.gt2eb.style.css",
emojiRegex: "raw/master/data/emoji-regex.txt"
}
}
Expand Down

0 comments on commit 12af35d

Please sign in to comment.