Skip to content

Commit 8c691be

Browse files
committed
add changelog for v120
1 parent 41943f6 commit 8c691be

File tree

1 file changed

+69
-0
lines changed
  • fastlane/metadata/android/en-US/changelogs

1 file changed

+69
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Changelog v118 1.1.1 (hotfix for 1.1)
2+
v120 (1.1.2): add easy-to-make confirmation
3+
* Fixed missing tick when opening
4+
* Fix debug layouts & more debug tools
5+
6+
# Changelog v114 1.1
7+
* Added formatting support for TextItem. The ColorUtil.colorize(...) function is used. Example: Hello $[-#ffffff;=#000000;@bolditalic]Worl$[||]d
8+
- new system added: $[||] - reset all
9+
10+
* Add 'What's new' button to AboutFragment
11+
* Add Release Time to AboutFragment
12+
* New filter-system. Now available 3 filter types:
13+
- Date - current time filter
14+
- LogicContainer - container of other filters with logic settings
15+
- ItemStat - filter the current statistics of item. For example, the number of active items (specified for FilterGroup)
16+
The current state of the filter is now displayed by the color of the buttons
17+
18+
* FilterGroup now support Tick behavior
19+
* CycleList now support 2 new types of Tick behavior
20+
* New time format setting at the top of the screen
21+
22+
* Fixes bugs:
23+
- Data break while importing data from oldest version
24+
- Memory leaks while ticks
25+
- Notifications were not sent when the application was closed
26+
27+
# Technical changes
28+
* Data version now is 9
29+
* Import version now is 3
30+
31+
* Uses new data format: Cherry(JSON wrap) & CherryOrchard(JSONArray wrap)
32+
* Fix translates
33+
* Cleanup oldest FeatureFlags
34+
* Advanced debug tools
35+
* Refactoring: rename IE_TOOL -> Codec
36+
* Fixing selection crunches & bugs. And move selection to SelectionManager
37+
* ImportExport now use DataFixer for fixing imports generated in old version:
38+
ImportExport now a 3 version!
39+
Root JSON object new fields:
40+
dataVersion
41+
applicationVersion
42+
applicationVersionData - JSON object like as files/version file!
43+
New Error system
44+
45+
* Move GUI-only variables from registry's to EnumsRegistry(GUI-only): nameResId
46+
* Fix ItemNotifications calls to AlarmManager (added permissions to AndroidManifest.xml and set unique PendingIntent:requestCode)
47+
* PinCodeManager: add comment to head of 'pcb' file
48+
* Selections logic moved to SelectionManager from ItemManager
49+
- More fixes in Selection system
50+
* ItemManager now can be destroyed
51+
* ItemsStorage: add isEmpty()
52+
* Optimize auto-saves
53+
* OnItemsStorageCallback onDeleted(...) -> onPreDeleted(...) and new onPostDeleted(...)
54+
* Item:
55+
- Added ItemCallback (for Selection fixes)
56+
- Add ItemStat
57+
* CycleListItem: added new TickBehaviors: NOT_CURRENT, NOTHING
58+
* FilterGroupItem: added TickBehavior! ACTIVE, NOT_ACTIVE, NOTHING, ALL
59+
* Add ItemType enum for ItemInfo in ItemsRegistry
60+
* TextItem: added boolean 'paragraphColorize': Apply ColorUtil.colorize for getText()
61+
- ColorUtil.colorize new system: $[||] for reset all
62+
63+
* Tab fixes
64+
* Fixing tick-system and fix Tick memory leaks. New TickThread
65+
* Fixing memory usage for filters tick (FitEquip.recycle())
66+
67+
* Debug changes:
68+
- new tab type: Debug202305RandomTab
69+
- new tab on Toolbar: DEBUG

0 commit comments

Comments
 (0)