> For the complete documentation index, see [llms.txt](https://snipurr.gitbook.io/snipurr-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://snipurr.gitbook.io/snipurr-docs/info/changelog.md).

# Changelog

\[1.1.3] - 2025-01-26

* Replaced single buy button with 3 configurable quick buy buttons
* Moved auto-buy controls to separate row
* Fixed countdown phases:
  * Global lock (red)
  * Waiting phase (yellow)
  * Early access (green)
  * Global trading (green)
* Re-implemented trade delay calculation based on HFUN balance and reputation

<br>

<br>

[\[1.1.2\] - 2025-01-23](#user-content-fn-1)[^1]

* Dynamic countdown phases for launches:
  * 0-60s: Locked phase
  * 60-70s: Reputation phase
* User stats display in profile:
  * Reputation score
  * HFUN balance
  * SNIP balance
* Color-coded phases in countdown display
* Improved launch deduplication to prevent duplicate entries
* Trade delay calculation based on HFUN balance and reputation  (1s reduction per HFUN, max 5s and 1s per reputation max 5 rep, total 10)

\[1.1.1] - 2025-01-22

**Added**

* Proper null checks for launch data structures

**Fixed**

* Fetch 500 launches instead of previosly 100

**Removed**

* Default Sell Percentage

\[1.1.0] - 2025-01-21

**Fixed**

* Filters works again
* Logic optimized to support **auto-buy** on launchtime

\[1.0.9] - 2025-01-21

**Fixed**

* Launches page (Hypurr.fun has done some updates, we have changed our code to comply with this)

**Note**

The bot only receives 100 launches from Hypurr as of now this could cause some caching trouble, will work to extend this to more launches later today.<br>

\[1.0.8] - 2025-01-21

**Fixed**

* Login not working<br>

\[1.0.7] - 2025-01-21

#### Fixed

* Price updates now reflect immediately in launch cards and portfolio without waiting for auto-refresh
* Auto-buy now executes only once instead of duplicating orders
* Auto-buy states (amount, max price, button state) are now preserved during auto-refresh
* Auto-buy retry mechanism now properly retries on temporary errors like "Slippage too low"

#### Changed

* Improved error handling in auto-buy to better distinguish between temporary and permanent errors
* Restructured auto-buy logic

#### Added

* Additional logging for price updates and auto-buy attempts
* Better error message matching for auto-buy retries

#### Technical

* Better cleanup of intervals and states in auto-buy
* More robust error handling and retry logic

\[1.0.6] - 2025-01-19

#### Fixed

* Target Buy/Sell Issues not triggering

\[1.0.5] - 2025-01-19

#### Changed

* 500 -> 1000 $SNIP requirement (no update needed)

\[1.0.4] - 2025-01-19

#### Added

* Important bug fixes, update immediately
* Changed Hypurr.fun remote host port (443 to 50052)

\[1.0.3] - 2025-01-18

#### Added

* Important bug fixes, update immediately
* Live price in Portfolio if available

\[1.0.2] - 2025-01-18

#### Added

* Target Buy/Sell by ID (wait for a specific price to buy or sell a launch)
* Notifications tab
* Speed improvements
* General bug fixes

\[1.0.1] - 2025-01-17

#### Added

* Countdown for new launches (60 seconds)
* Creator previous launch history and count
* Speed improvements (**Buy button is now spammable** and *locks for 3 seconds after succesful buy*)
* Live price feed if available for new launches
* General bug fixes
* UI Fixes and Improvements

\[1.0.0] - 2025-01-17

#### Added

* Initial release
* Browser extension with portfolio tracking
* Real-time launch monitoring
* Token trading functionality
* SNIP token requirement check
* Auto-refresh every 30 seconds
* User authentication via Telegram (no wallet share to our server)
* Dark theme UI

####

[^1]:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://snipurr.gitbook.io/snipurr-docs/info/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
