Releases: basementdevs/twitch-better-profile
TBP: 0.1.0 (beta)
Finally we finished the foundation of our application and I'm really glad to know that 78 users participated on our alpha development stage with a total of 722 app interactions! Cheers for the 10 (plus the designers @nexturhe4rt and @kaduwaengertner) contributors and everyone involved at this point.
What's Changed
- fix: 7tv compatibility by @DanielHe4rt in #47
- feat: add popover by @voomsuetam in #50
- feat: added UX/UI role by @DanielHe4rt
Full Changelog: 0.0.8...0.1.0
Also, here's a list of how many times each person updated a status using the application and I promise that you guys will be receiving a special thanks in the app soon:
Username | Times |
---|---|
danielhe4rt | 156 |
moovmooov | 71 |
usb777_ | 55 |
danielhe4rtless | 40 |
alinefeerraz | 29 |
NamelessBlossom | 16 |
Lukelt19 | 13 |
henryhe4rt | 13 |
Pantotone | 12 |
Josue1342YT | 10 |
fMatozinho | 10 |
Jhonnycarretos | 9 |
Khufos | 7 |
olinad97 | 6 |
dev_vidal | 6 |
CherryRamatis | 5 |
Dolleiro | 5 |
Nesquik__Bunny | 5 |
andressacodes | 4 |
Nadachi | 4 |
ZeroMeiaFPS | 4 |
grillo_leandro | 4 |
goilamil | 3 |
flavindll | 3 |
m4teusprado | 3 |
nexturhe4rt | 3 |
GODAO | 3 |
Example Display Name | 3 |
LOWIQgab | 2 |
popokitas | 2 |
gustawou | 2 |
Zinr4x | 2 |
kindredspiritva | 2 |
fernandin_god | 2 |
micron93 | 2 |
夏目猫猫 | 2 |
dezekah_ | 2 |
mooshe_mooshe | 2 |
misians01 | 2 |
VitorSerigati | 2 |
ziliobr | 2 |
grldookie | 2 |
notJhon_ | 2 |
bronorca | 2 |
Falkiner | 2 |
Znotscry | 2 |
AlexanderDelfimDev | 2 |
sannetzy | 2 |
Rychillie | 2 |
RedfoxRX | 2 |
baronete | 2 |
danielcorbetta | 2 |
birobirobiro | 2 |
FilipeLaw45 | 2 |
alessandro_jbr | 2 |
wCrow7 | 2 |
KaduWaengertner | 2 |
hi_im_pride | 2 |
h0pex_ | 2 |
Krisquee | 2 |
H3LLS1NGbr | 2 |
grazisuco | 2 |
onenei | 2 |
aejuniordev | 2 |
inijson | 2 |
larissa_dantier | 2 |
mano_awoo | 2 |
Kremilly | 2 |
Dnr___ | 2 |
lucascosta_01 | 2 |
mrlz10 | 2 |
ClintonRocha | 2 |
lukitas_bisnakitas | 2 |
vinidotruan | 2 |
emissao | 2 |
NicolasPereiraDev | 2 |
Checyr | 1 |
mocambo | 1 |
feat: icons and general stuff (0.0.8)
What's Changed
- feat: readme structure by @voomsuetam in #39
- chore: build fix and quality of life improvements by @gvieira18 in #38
- feat: adding occupations icons by @AlineFerraz in #41
- Adjust logout button hierarchy to comply with design principles by @Grazinascito in #40
- chore: add more pronouns to the list by @gvieira18 in #45
New Contributors
- @AlineFerraz made their first contribution in #41
- @Grazinascito made their first contribution in #40
Full Changelog: 0.0.7...0.0.8
Front-end Stuff (0.0.7)
ATM we're focusing on deliver more features around the popup tab and make things smoother. So, this release is for users that want to have sure that we're not amateurs (we are but they don't need to know).
What's Changed
- feat: add tabs by @voomsuetam and @RenanVidal in #32
- feat(header): add extension version on header by @leandrogrillo in #34
- chore: change spacing responsability to layout by @leandrogrillo in #35
- chore: minimal ui changes by @DanielHe4rt in #37
New Contributors
- @leandrogrillo made their first contribution in #34
- @RenanVidal made their first contribution in #32
Full Changelog: 0.0.6...0.0.7
0.0.6
This release is just a small hotfix which ensures that if you change your page, the MutationObserver will stop listening and get back when you enter one of the matched pages.
What's Changed
- chore: fix lint issues and skip build folders by @gvieira18 in #20
- feat: adding page watcher by @DanielHe4rt in #22
New Contributors
- @gvieira18 made their first contribution in #20
Full Changelog: 0.0.5...0.0.6
0.0.5
We're getting closer from a Beta Version AFAIK. In this release, we decided to take care of the current status of the codebase by linting everything and implement a new structure for the content scripting section.
.
├── background
│ ├── index.ts
│ └── messages
├── config
│ └── env.ts
├── content.ts -----------------------------> main content script
├── popup.tsx
├── resources
│ ├── components
│ ├── pages
│ └── shad
├── scripting -----------------------------> folder with all the logic needed to listen and transform twitch chat
│ ├── components.ts
│ ├── index.ts
│ ├── observer.ts
│ └── queue.ts
├── services
├── style.css
├── types
│ └── types.d.ts
└── utils
└── i18nUtils.ts
Also we got full compatibility with Chromium based browsers, so pretty soon we gonna be able to publish at Chrome WebStore!
What's Changed
- feat: adding message queue by @DanielHe4rt in #17
- feat(linters): add linters and formatters to the project by @Daniel-Boll in #18
- feat: loading previous messages on with observer by @DanielHe4rt in #19
New Contributors
- @Daniel-Boll made their first contribution in #18
Full Changelog: 0.0.4...0.0.5
0.0.4
Took some time and a couple of pull requests but here it is! Thanks for everyone that is currently working to enhance the extension <3
In short, this version brings:
- Internationalization with English and Portuguese (thanks @voomsuetam)
- Environment Setup (thanks @henrique-leme)
- UI enhancements (thanks @Matozinho)
We also found new stuff to work on thanks to @gvieira18 and @Daniel-Boll!
What's Changed
- fix: loading target to all pages after 3 seconds by @DanielHe4rt in #1
- Change interface details by @Matozinho in #5
- feat: env validation with zod by @henrique-leme in #9
- feat: add plasmo environment variables by @DanielHe4rt in #7
- feat: env fix + zod error handler by @henrique-leme in #11
- feat: chrome based compatibility by @DanielHe4rt in #10
- feat: enhance README with extension .env setup instructions by @voomsuetam in #13
- feat: add i18n support with English and Brazilian Portuguese translations by @voomsuetam in #14
New Contributors
- @Matozinho made their first contribution in #5
- @henrique-leme made their first contribution in #9
- @voomsuetam made their first contribution in #13
Full Changelog: 0.0.3...0.0.4
Changelog
Here we have our version that got accepted by mozilla but still have some small bugs. In any case here is what changed:
- Production API working smoothly
- Default Icon for extension users
Thanks @Daniel-Boll, @kaduwaengertner and @k8adev for helping this release happen!
We still in alpha test so please don't share this if you're not my viewer.