v0.2.0
New big release! As with the previous release, files from previous versions can be opened with this version (but not the other way around). It is not network compatible with previous versions
Also, if you like this program, please consider donating through GitHub Sponsors! Donating would help with some of the running costs of hosting this application.
Note for Windows users: There is a new, portable, no installer version of InfiniPaint, which will save its configuration files next to the executable. Unless you are specifically looking for a portable version, I highly recommend downloading the installer version, as it automatically associates .infpnt files with the program.
Changes and Additions:
- Can now infinitely zoom into the canvas! Previously, you would have to scale up the canvas to continue zooming in, but this is now done automatically when you zoom in far enough
- Grid tool added, allowing for multiple grids with different properties on the same canvas. The static grid that was present on every canvas has been removed in favor of this tool
- InfiniPaint will now notify you when an update is available. Updates are not downloaded automatically, and the notification can be disabled
- Can now take SVG screenshots
- Pan tool, zoom tool, and rotate wheel have been added to the toolbar
- Edit/cursor tool usage changed. Single click to select an object for transformation (move, scale, rotate), double click to edit the object. This should be closer to how the edit tool from other programs works
- UI now automatically scales when the window is too small to fit it. The "GUI Scale" option in the settings has been changed to "Max GUI Scale"
- You can now zoom into objects without them disappearing. allowing you to draw within brush strokes for example. It is a bit glitchy when zooming into an edge of an object, so drawing on edges of objects isn't feasible now
- Holding space will temporarily switch to the Pan tool (unless space has been set to something else in the Keybinds menu)
- Heavily improved the performance of drawing brush strokes with transparency. Performance should now be identical to drawing fully opaque brush strokes
- Can now move between words in textbox by holding CTRL while pressing the arrow keys
- GUI Textboxes now scroll forward when the text can't fit into the textbox (good when typing long messages in chat)
- UI improvements to the bookmark menu (which is similar to the new grid menu)
- Screenshot tool has been moved from the toolbar to the main menu
- Color Select tool can now select stroke or fill color
- Flipped the direction of Ctrl-middle click zoom to fit convention from other programs (can be flipped back in the settings)
- Windows version will now use the discrete graphics card on hybrid GPU systems
- Network synchronization related bug fixes
- Clipboard related bug fixes
- Fixed Windows version not being able to take screenshots
- Fixed the cause of many random crashes in the web version