Ruckus의 버전 기록 - 3개 버전
Ruckus 제작자: Konik Pejko
Ruckus의 버전 기록 - 3개 버전
이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.
최신 버전
버전 1.3.1
2026년 8월 13일에 출시 - 1.07 MBfirefox 140.0 이상, android 142.0 이상에서 작동- Fixed the popup flickering between two layouts. The mobile styles were
behind@media (max-width: 560px), but a desktop popup is only 300px wide, so
the query matched there too. The larger mobile layout made the popup wider,
which unmatched the query, which made it narrow again. They now key off
pointer: coarse, which is true on a phone and false on a desktop whatever
the width.
MIT 라이선스에 따라 릴리스된 소스 코드
- Fixed the popup flickering between two layouts. The mobile styles were
이전 버전
버전 1.3.0
2026년 8월 13일에 출시 - 1.07 MBfirefox 140.0 이상, android 142.0 이상에서 작동- Fixed a crash that broke almost everything.
panelwas used but never
declared, soboot()threw partway and the message listener inside it never
registered. That single line explains the dead context menu, Ruckus not
reappearing when re-enabled, and the missing debug handle. The failure was
swallowed by a try/catch, which is why nothing appeared in the console. - Popup scrolls. Firefox caps a popup near 600px; the Toolkit tab is taller
than that, so it was clipped with no way to reach the rest. - Settings page added. Android has no toolbar popup, so Settings →
Add-ons → Ruckus → Settings was a dead end. It now opens the full
interface, reusing the popup rather than duplicating it. - The long-press menu fits the screen. It was anchored to the pet and ran
off the bottom of a phone; it now centres and scrolls when it cannot fit. - Dragging Ruckus somewhere keeps him there for 20 seconds instead of
walking straight back to the floor. - Mischief intensity slider — Quiet, Mild, Normal, Absolute ham. It
scales both how often he misbehaves and the gap between pranks; Quiet stops
it entirely. - Brand in the popup still said PET PIXEL; removed a duplicate menu entry
MIT 라이선스에 따라 릴리스된 소스 코드
- Fixed a crash that broke almost everything.
버전 1.2.0
2026년 8월 9일에 출시 - 1.07 MBfirefox 140.0 이상, android 142.0 이상에서 작동- Added the viewport meta tag. Without it Firefox for Android rendered the
popup at desktop scale, as an unreadable strip in the corner. Everything below
follows from finally being able to see it. - Popup fills the screen under 560px, with larger type and finger-sized targets
- The finder was a fixed 358px pinned 24px from the right, which pushed it off a
phone screen and wrapped the query onto its own line. It now spans the width. - Two new off switches — Off on this site and Turn Ruckus off — in the
popup and on the right-click menu - Area snip works on touch. The drag was being stolen by page scrolling, and
the download link was removed before Android had finished with it, so nothing
was ever saved. There is now also a one-tap Whole screen button. - Smaller sprite and more bottom clearance on phones; hover reactions no longer
fire on tap; larger tap targets throughout - Character card in the page. On Android the toolbar popup is three taps
deep in Settings, which is no good for a glance. The same information now
opens over the page from the right-click menu, the pet's own menu, or
How is Ruckus? - Richer right-click menu, since on a phone it is the quickest route to
anything: status, feed, pat, find, snip, reader mode, burrow, document tools,
come here, and the two off switches - Popup redesigned as a character profile — soft dark card, glow behind the
sprite, gradient stat bars with numbers, pill buttons, round colour dots - The off switches moved into the profile card
MIT 라이선스에 따라 릴리스된 소스 코드
- Added the viewport meta tag. Without it Firefox for Android rendered the